#5F870B

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

Shades of Olive Drab #5F870B

Tints of Olive Drab #5F870B

Color information

#5F870B (or 0x5F870B) is unknown color: approx Olive Drab. HEX triplet: 5F, 87 and 0B. RGB value is (95,135,11). Sum of RGB (Red+Green+Blue) = 95+135+11=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #5F870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F870B is #A078F4. Grayscale: #6D6D6D. Windows color (decimal): -10516725 or 755551. OLE color: 755551.

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

Color convert

RGB9513511-
CMYK0.3000.920.47
HSL79.35º84.93%28.63%-
HSV(B)79.35º91.85%52.94%-
XYZ13.4419.793.43-
YUV108.972.75118.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=39.42%
G=56.02%
B=4.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135110.3000.920.4779.3584.9328.63
Hex5F87B1E05C2F4f551d
Octal137207133601345711712535
Binary101111110000111101111110010111001011111001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,11); }

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

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

 a { background-color: rgb(95,135,11); }

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

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

 span { border-color: rgb(95,135,11); }

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