#5A8100

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

Shades of Olive Drab #5A8100

Tints of Olive Drab #5A8100

Color information

#5A8100 (or 0x5A8100) is unknown color: approx Olive Drab. HEX triplet: 5A, 81 and 00. RGB value is (90,129,0). Sum of RGB (Red+Green+Blue) = 90+129+0=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8100 is #A57EFF. Grayscale: #676767. Windows color (decimal): -10845952 or 33114. OLE color: 33114.

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

Color convert

RGB901290-
CMYK0.30010.49
HSL78.14º100%25.29%-
HSV(B)78.14º100%50.59%-
XYZ12.0717.872.81-
YUV102.6370.08118.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 129 (50.78% from 255) = 58.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.10%
G=58.90%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9012900.30010.4978.1410025.29
Hex5A8101E064314e6419
Octal13220103601446111614431
Binary101101010000001011110011001001100011001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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