Color Hex Logo

#069812 Color Hex

#069812
(6,152,18)
0 Favorites   0 Comments

Color spaces of #069812

RGB 615218
HSL0.350.920.31
HSV125°96°60°
CMYK 0.960.000.88   0.40
XYZ11.412522.53894.3212
Yxy22.53890.29820.5889
Hunter Lab47.4752-40.172127.8360
CIE-Lab54.5942-57.614653.4941

#069812 color RGB value is (6,152,18).

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

The process color (four color CMYK) of #069812 color hex is 0.96, 0.00, 0.88, 0.40. Web safe color of #069812 is #009900. Color #069812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 00010010
Octal 6 230 22
Decimal 6 152 18
Hex 6 98 12

RGB Percentages of Color #069812

%3.41
%86.36
%10.23

CMYK Percentages of Color #069812

%96
%0
%88
%40

Triadic Colors of #069812

#069812 #120698 #981206

Analogous Colors of #069812

#069812 #06985b #439806

Monochromatic Colors of #069812

#069812

Complementary Color

#069812 #98068c

#069812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069812 Color CSS Codes

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

#069812 Text Font Color

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

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


#069812 Background Color

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

This div background color is #069812


#069812 Border Color

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

This div border color is #069812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069812


Comments

No comments written yet.

Please login to write comment.