Color Hex Logo

#006612 Color Hex

#006612
(0,102,18)
0 Favorites   0 Comments

Color spaces of #006612

RGB 010218
HSL0.361.000.20
HSV131°100°40°
CMYK 1.000.000.82   0.60
XYZ4.86069.54642.1587
Yxy9.54640.29340.5763
Hunter Lab30.8972-25.989517.4857
CIE-Lab37.0157-42.926337.2760

#006612 color RGB value is (0,102,18).

#006612 hex color red value is 0, green value is 102 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #006612 hue: 0.36 , saturation: 1.00 and the lightness value of 006612 is 0.20.

The process color (four color CMYK) of #006612 color hex is 1.00, 0.00, 0.82, 0.60. Web safe color of #006612 is #006600. Color #006612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100110 00010010
Octal 0 146 22
Decimal 0 102 18
Hex 0 66 12

RGB Percentages of Color #006612

%0.00
%85.00
%15.00

CMYK Percentages of Color #006612

%100
%0
%82
%60

Triadic Colors of #006612

#006612 #120066 #661200

Analogous Colors of #006612

#006612 #006645 #216600

Monochromatic Colors of #006612

#006612

Complementary Color

#006612 #660054

#006612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006612 Color CSS Codes

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

#006612 Text Font Color

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

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


#006612 Background Color

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

This div background color is #006612


#006612 Border Color

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

This div border color is #006612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,102,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 #006612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006612


Comments

No comments written yet.

Please login to write comment.