#5F8518

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

Shades of Olive Drab #5F8518

Tints of Olive Drab #5F8518

Color information

#5F8518 (or 0x5F8518) is unknown color: approx Olive Drab. HEX triplet: 5F, 85 and 18. RGB value is (95,133,24). Sum of RGB (Red+Green+Blue) = 95+133+24=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8518 is #A07AE7. Grayscale: #6D6D6D. Windows color (decimal): -10517224 or 1607007. OLE color: 1607007.

HSL color Cylindrical-coordinate representation of color #5F8518: hue angle of 80.92º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F8518 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB9513324-
CMYK0.2900.820.48
HSL80.92º69.43%30.78%-
HSV(B)80.92º81.95%52.16%-
XYZ13.2719.273.88-
YUV109.2179.91117.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=37.70%
G=52.78%
B=9.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133240.2900.820.4880.9269.4330.78
Hex5F85181D0523051451f
Octal137205303501226012110537
Binary1011111100001011100011101010100101100001010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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