Color Hex Logo

#069708 Color Hex

#069708
(6,151,8)
0 Favorites   0 Comments

Color spaces of #069708

RGB 61518
HSL0.340.920.31
HSV121°96°59°
CMYK 0.960.000.95   0.41
XYZ11.185522.18953.9232
Yxy22.18950.29990.5949
Hunter Lab47.1057-40.049328.0360
CIE-Lab54.2275-57.680555.0242

#069708 color RGB value is (6,151,8).

#069708 hex color red value is 6, green value is 151 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #069708 hue: 0.34 , saturation: 0.92 and the lightness value of 069708 is 0.31.

The process color (four color CMYK) of #069708 color hex is 0.96, 0.00, 0.95, 0.41. Web safe color of #069708 is #009900. Color #069708 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010111 00001000
Octal 6 227 10
Decimal 6 151 8
Hex 6 97 8

RGB Percentages of Color #069708

%3.64
%91.52
%4.85

CMYK Percentages of Color #069708

%96
%0
%95
%41

Triadic Colors of #069708

#069708 #080697 #970806

Analogous Colors of #069708

#069708 #069751 #4d9706

Monochromatic Colors of #069708

#069708

Complementary Color

#069708 #970695

#069708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069708 Color CSS Codes

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

#069708 Text Font Color

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

This sample text font color is #069708
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.


#069708 Background Color

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

This div background color is #069708


#069708 Border Color

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

This div border color is #069708


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,151,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #069708; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #069708;
  -webkit-box-shadow: 1px 1px 3px 2px #069708;
  box-shadow:         1px 1px 3px 2px #069708; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069708


Comments

No comments written yet.

Please login to write comment.