#5F8716

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

Shades of Olive Drab #5F8716

Tints of Olive Drab #5F8716

Color information

#5F8716 (or 0x5F8716) is unknown color: approx Olive Drab. HEX triplet: 5F, 87 and 16. RGB value is (95,135,22). Sum of RGB (Red+Green+Blue) = 95+135+22=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8716 is #A078E9. Grayscale: #6E6E6E. Windows color (decimal): -10516714 or 1476447. OLE color: 1476447.

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

Color convert

RGB9513522-
CMYK0.3000.840.47
HSL81.24º71.97%30.78%-
HSV(B)81.24º83.7%52.94%-
XYZ13.5319.823.87-
YUV110.1678.25117.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=37.70%
G=53.57%
B=8.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135220.3000.840.4781.2471.9730.78
Hex5F87161E0542F51481f
Octal137207263601245712111037
Binary1011111100001111011011110010101001011111010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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