#5A8804

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

Shades of Olive Drab #5A8804

Tints of Olive Drab #5A8804

Color information

#5A8804 (or 0x5A8804) is unknown color: approx Olive Drab. HEX triplet: 5A, 88 and 04. RGB value is (90,136,4). Sum of RGB (Red+Green+Blue) = 90+136+4=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8804 is #A577FB. Grayscale: #6B6B6B. Windows color (decimal): -10844156 or 297050. OLE color: 297050.

HSL color Cylindrical-coordinate representation of color #5A8804: hue angle of 80.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A8804 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB901364-
CMYK0.3400.970.47
HSL80.91º94.29%27.45%-
HSV(B)80.91º97.06%53.33%-
XYZ13.0419.793.25-
YUV107.269.76115.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 136 (53.52% from 255) = 59.13%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=39.13%
G=59.13%
B=1.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9013640.3400.970.4780.9194.2927.45
Hex5A884220612F515e1b
Octal13221044201415712113633
Binary101101010001000100100010011000011011111010001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,4); }

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

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

 a { background-color: rgb(90,136,4); }

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

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

 span { border-color: rgb(90,136,4); }

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