#5A7F16

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

Shades of Olive Drab #5A7F16

Tints of Olive Drab #5A7F16

Color information

#5A7F16 (or 0x5A7F16) is unknown color: approx Olive Drab. HEX triplet: 5A, 7F and 16. RGB value is (90,127,22). Sum of RGB (Red+Green+Blue) = 90+127+22=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7F16 is #A580E9. Grayscale: #686868. Windows color (decimal): -10846442 or 1474394. OLE color: 1474394.

HSL color Cylindrical-coordinate representation of color #5A7F16: hue angle of 81.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A7F16 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB9012722-
CMYK0.2900.830.50
HSL81.14º70.47%29.22%-
HSV(B)81.14º82.68%49.8%-
XYZ11.9517.413.49-
YUV103.9781.74118.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 53.14%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=37.66%
G=53.14%
B=9.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90127220.2900.830.5081.1470.4729.22
Hex5A7F161D0533251461d
Octal132177263501236212110635
Binary101101011111111011011101010100111100101010001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,22); }

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

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

 a { background-color: rgb(90,127,22); }

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

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

 span { border-color: rgb(90,127,22); }

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