#5F8815

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

Shades of Olive Drab #5F8815

Tints of Olive Drab #5F8815

Color information

#5F8815 (or 0x5F8815) is unknown color: approx Olive Drab. HEX triplet: 5F, 88 and 15. RGB value is (95,136,21). Sum of RGB (Red+Green+Blue) = 95+136+21=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8815 is #A077EA. Grayscale: #6F6F6F. Windows color (decimal): -10516459 or 1411167. OLE color: 1411167.

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

Color convert

RGB9513621-
CMYK0.3000.850.47
HSL81.39º73.25%30.78%-
HSV(B)81.39º84.56%53.33%-
XYZ13.6620.13.87-
YUV110.6377.42116.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=37.70%
G=53.97%
B=8.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95136210.3000.850.4781.3973.2530.78
Hex5F88151E0552F51491f
Octal137210253601255712111137
Binary1011111100010001010111110010101011011111010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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