#5F9211

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

Shades of Olive Drab #5F9211

Tints of Olive Drab #5F9211

Color information

#5F9211 (or 0x5F9211) is unknown color: approx Olive Drab. HEX triplet: 5F, 92 and 11. RGB value is (95,146,17). Sum of RGB (Red+Green+Blue) = 95+146+17=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9211 is #A06DEE. Grayscale: #747474. Windows color (decimal): -10513903 or 1151583. OLE color: 1151583.

HSL color Cylindrical-coordinate representation of color #5F9211: hue angle of 83.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F9211 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB9514617-
CMYK0.3500.880.43
HSL83.72º79.14%31.96%-
HSV(B)83.72º88.36%57.25%-
XYZ15.123.034.18-
YUV116.0472.1112.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=36.82%
G=56.59%
B=6.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95146170.3500.880.4383.7279.1431.96
Hex5F9211230582B544f20
Octal137222214301305312411740
Binary101111110010010100011000110101100010101110101001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,146,17); }

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

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

 a { background-color: rgb(95,146,17); }

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

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

 span { border-color: rgb(95,146,17); }

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