#5F9006

Color #5F9006 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5F9006

Tints of Olive Drab #5F9006

Color information

#5F9006 (or 0x5F9006) is unknown color: approx Olive Drab. HEX triplet: 5F, 90 and 06. RGB value is (95,144,6). Sum of RGB (Red+Green+Blue) = 95+144+6=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9006 is #A06FF9. Grayscale: #727272. Windows color (decimal): -10514426 or 430175. OLE color: 430175.

HSL color Cylindrical-coordinate representation of color #5F9006: hue angle of 81.3º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F9006 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB951446-
CMYK0.3400.960.44
HSL81.3º92%29.41%-
HSV(B)81.3º95.83%56.47%-
XYZ14.7322.393.72-
YUV113.6267.27114.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 144 (56.64% from 255) = 58.78%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=38.78%
G=58.78%
B=2.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9514460.3400.960.4481.39229.41
Hex5F906220602C515c1d
Octal13722064201405412113435
Binary101111110010000110100010011000001011001010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9006; }

 p { color: rgb(95,144,6); }

 H1.HeaderClassName
 {
   color: #5F9006;
 }
 .AnyTagClassName
 {
   color: #5F9006;
 }
</style>
background-color css

<style>
 a { background-color: #5F9006; }

 a { background-color: rgb(95,144,6); }

 div.DivClassName
 {
   background-color: #5F9006;
 }
 .BgClassName
 {
   background-color: #5F9006;
 }
</style>
border-color css

<style>
 span { border-color: #5F9006; }

 span { border-color: rgb(95,144,6); }

 td.TdClassName
 {
   border-color: #5F9006;
 }
 .TagClassName
 {
   border-color: #5F9006;
 }
</style>