#5F8D18

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

Shades of Olive Drab #5F8D18

Tints of Olive Drab #5F8D18

Color information

#5F8D18 (or 0x5F8D18) is unknown color: approx Olive Drab. HEX triplet: 5F, 8D and 18. RGB value is (95,141,24). Sum of RGB (Red+Green+Blue) = 95+141+24=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8D18 is #A072E7. Grayscale: #727272. Windows color (decimal): -10515176 or 1609055. OLE color: 1609055.

HSL color Cylindrical-coordinate representation of color #5F8D18: hue angle of 83.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F8D18 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB9514124-
CMYK0.3300.830.45
HSL83.59º70.91%32.35%-
HSV(B)83.59º82.98%55.29%-
XYZ14.4121.554.26-
YUV113.9177.26114.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 141 (55.47% from 255) = 54.23%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=36.54%
G=54.23%
B=9.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95141240.3300.830.4583.5970.9132.35
Hex5F8D18210532D544720
Octal137215304101235512410740
Binary101111110001101110001000010101001110110110101001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,24); }

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

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

 a { background-color: rgb(95,141,24); }

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

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

 span { border-color: rgb(95,141,24); }

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