#5A811A

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

Shades of Olive Drab #5A811A

Tints of Olive Drab #5A811A

Color information

#5A811A (or 0x5A811A) is unknown color: approx Olive Drab. HEX triplet: 5A, 81 and 1A. RGB value is (90,129,26). Sum of RGB (Red+Green+Blue) = 90+129+26=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #5A811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A811A is #A57EE5. Grayscale: #696969. Windows color (decimal): -10845926 or 1737050. OLE color: 1737050.

HSL color Cylindrical-coordinate representation of color #5A811A: hue angle of 82.72º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A811A is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB9012926-
CMYK0.3000.800.49
HSL82.72º66.45%30.39%-
HSV(B)82.72º79.84%50.59%-
XYZ12.2517.953.8-
YUV105.683.08116.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=36.73%
G=52.65%
B=10.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90129260.3000.800.4982.7266.4530.39
Hex5A811A1E0503153421e
Octal132201323601206112310236
Binary1011010100000011101011110010100001100011010011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,129,26); }

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

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

 a { background-color: rgb(90,129,26); }

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

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

 span { border-color: rgb(90,129,26); }

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