color codes Logo

#069b15 color codes

#069B15
(6,155,21)
0 Favorites   0 Comments

Color spaces of #069b15

RGB 615521
HSL0.350.930.32
HSV126°96°61°
CMYK 0.960.000.86   0.39
XYZ11.931823.53564.6234
Yxy23.53560.29760.5871
Hunter Lab48.5135-40.996928.3090
CIE-Lab55.6198-58.349353.7078

#069b15 color RGB value is (6,155,21).

#069b15 hex color red value is 6, green value is 155 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #069b15 hue: 0.35 , saturation: 0.93 and the lightness value of 069b15 is 0.32.

The process color (four color CMYK) of #069b15 color code is 0.96, 0.00, 0.86, 0.39. Web safe color of #069b15 is #009900. Color #069b15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011011 00010101
Octal 6 233 25
Decimal 6 155 21
Hex 6 9B 15

RGB Percentages of Color #069b15

%3.30
%85.16
%11.54

CMYK Percentages of Color #069b15

%96
%0
%86
%39

Triadic Colors of #069b15

#069b15 #15069b #9b1506

Analogous Colors of #069b15

#069b15 #069b60 #419b06

Monochromatic Colors of #069b15

#069b15

Complementary Color

#069b15 #9b068c

#069b15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069b15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069b15 Color CSS Codes

.mybgcolor {background-color:#069b15; } 
.myforecolor {color:#069b15; }
.mybordercolor {border:3px solid #069b15; }

#069b15 Text Font Color

<p style="color:#069b15">Text here</p>

This sample text font color is #069b15
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#069b15 Background Color

<div style="background-color:#069b15">
Div content here</div>

This div background color is #069b15


#069b15 Border Color

<div style="border:3px solid #069b15">
Div here</div>

This div border color is #069b15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,155,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #069b15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #069b15;
  -webkit-box-shadow: 1px 1px 3px 2px #069b15;
  box-shadow:         1px 1px 3px 2px #069b15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,155,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #069b15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #069b15;
  -webkit-box-shadow: 1px 1px 3px 2px #069b15;
  box-shadow:         1px 1px 3px 2px #069b15;">
Div content here</div>

This div box has shadow with color #069b15


Comments

No comments written yet.

Please login to write comment.