#5A8109

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

Shades of Olive Drab #5A8109

Tints of Olive Drab #5A8109

Color information

#5A8109 (or 0x5A8109) is unknown color: approx Olive Drab. HEX triplet: 5A, 81 and 09. RGB value is (90,129,9). Sum of RGB (Red+Green+Blue) = 90+129+9=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8109 is #A57EF6. Grayscale: #686868. Windows color (decimal): -10845943 or 622938. OLE color: 622938.

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

Color convert

RGB901299-
CMYK0.3000.930.49
HSL79.5º86.96%27.06%-
HSV(B)79.5º93.02%50.59%-
XYZ12.1217.893.07-
YUV103.6674.58118.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 9 (3.91% from 255) = 3.95%
R=39.47%
G=56.58%
B=3.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9012990.3000.930.4979.586.9627.06
Hex5A8191E05D3150571b
Octal132201113601356112012733
Binary101101010000001100111110010111011100011010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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