#5A8211

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

Shades of Olive Drab #5A8211

Tints of Olive Drab #5A8211

Color information

#5A8211 (or 0x5A8211) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 11. RGB value is (90,130,17). Sum of RGB (Red+Green+Blue) = 90+130+17=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8211 is #A57DEE. Grayscale: #696969. Windows color (decimal): -10845679 or 1147482. OLE color: 1147482.

HSL color Cylindrical-coordinate representation of color #5A8211: hue angle of 81.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A8211 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB9013017-
CMYK0.3100.870.49
HSL81.24º76.87%28.82%-
HSV(B)81.24º86.92%50.98%-
XYZ12.318.183.39-
YUV105.1678.25117.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=37.97%
G=54.85%
B=7.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130170.3100.870.4981.2476.8728.82
Hex5A82111F05731514d1d
Octal132202213701276112111535
Binary1011010100000101000111111010101111100011010001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,130,17); }

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

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

 a { background-color: rgb(90,130,17); }

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

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

 span { border-color: rgb(90,130,17); }

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