#5F8806

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

Shades of Olive Drab #5F8806

Tints of Olive Drab #5F8806

Color information

#5F8806 (or 0x5F8806) is unknown color: approx Olive Drab. HEX triplet: 5F, 88 and 06. RGB value is (95,136,6). Sum of RGB (Red+Green+Blue) = 95+136+6=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8806 is #A077F9. Grayscale: #6D6D6D. Windows color (decimal): -10516474 or 428127. OLE color: 428127.

HSL color Cylindrical-coordinate representation of color #5F8806: hue angle of 78.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F8806 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB951366-
CMYK0.3000.960.47
HSL78.92º91.55%27.84%-
HSV(B)78.92º95.59%53.33%-
XYZ13.5620.053.33-
YUV108.9269.92118.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=40.08%
G=57.38%
B=2.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9513660.3000.960.4778.9291.5527.84
Hex5F8861E0602F4f5c1c
Octal13721063601405711713434
Binary10111111000100011011110011000001011111001111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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