Color Hex Logo

#00600f Color Hex

#00600F
(0,96,15)
0 Favorites   0 Comments

Color spaces of #00600f

RGB 09615
HSL0.361.000.19
HSV129°100°38°
CMYK 1.000.000.84   0.62
XYZ4.26918.40021.8483
Yxy8.40020.29410.5786
Hunter Lab28.9831-24.428116.5071
CIE-Lab34.8028-41.244236.1906

#00600f color RGB value is (0,96,15).

#00600f hex color red value is 0, green value is 96 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00600f hue: 0.36 , saturation: 1.00 and the lightness value of 00600f is 0.19.

The process color (four color CMYK) of #00600f color hex is 1.00, 0.00, 0.84, 0.62. Web safe color of #00600f is #006600. Color #00600f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100000 00001111
Octal 0 140 17
Decimal 0 96 15
Hex 0 60 F

RGB Percentages of Color #00600f

%0.00
%86.49
%13.51

CMYK Percentages of Color #00600f

%100
%0
%84
%62

Triadic Colors of #00600f

#00600f #0f0060 #600f00

Analogous Colors of #00600f

#00600f #00603f #216000

Monochromatic Colors of #00600f

#00600f

Complementary Color

#00600f #600051

#00600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00600f Color CSS Codes

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

#00600f Text Font Color

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

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


#00600f Background Color

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

This div background color is #00600f


#00600f Border Color

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

This div border color is #00600f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,96,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00600f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00600f;
  -webkit-box-shadow: 1px 1px 3px 2px #00600f;
  box-shadow:         1px 1px 3px 2px #00600f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,96,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00600f


Comments

No comments written yet.

Please login to write comment.