Shades of Olive Drab #5A8404
Tints of Olive Drab #5A8404
RGB
CMYK
RGB Variations
Color information
#5A8404 (or 0x5A8404) is known color: Olive Drab. HEX triplet: 5A, 84 and 04. RGB value is (90,132,4). Sum of RGB (Red+Green+Blue) = 90+132+4=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8404 is #A57BFB. Grayscale: #696969. Windows color (decimal): -10845180 or 296026. OLE color: 296026.
HSL color Cylindrical-coordinate representation of color #5A8404: hue angle of 79.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A8404 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 4 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.48 |
| HSL | 79.69º | 0.94% | 0.27% | - |
| HSV(B) | 79.69º | 0.97% | 0.52% | - |
| XYZ | 12.49 | 18.68 | 3.06 | - |
| YUV | 104.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 4 | 0.32 | 0 | 0.97 | 0.48 | 79.69 | 0.94 | 0.27 |
| Hex | 5A | 84 | 4 | 20 | 0 | 61 | 30 | 50 | 5E | 1B |
| Octal | 132 | 204 | 4 | 40 | 0 | 141 | 60 | 120 | 136 | 33 |
| Binary | 1011010 | 10000100 | 100 | 100000 | 0 | 1100001 | 110000 | 1010000 | 1011110 | 11011 |
Color Harmonies of #5A8404
Complementary color
Monochromatic Colors of #5A8404
Black with #5A8404
Text Example
Text Example
White with #5A8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8404; }
p { color: rgb(90,132,4); }
H1.HeaderClassName
{
color: #5A8404;
}
.AnyTagClassName
{
color: #5A8404;
}
</style>
background-color css
<style>
a { background-color: #5A8404; }
a { background-color: rgb(90,132,4); }
div.DivClassName
{
background-color: #5A8404;
}
.BgClassName
{
background-color: #5A8404;
}
</style>
border-color css
<style>
span { border-color: #5A8404; }
span { border-color: rgb(90,132,4); }
td.TdClassName
{
border-color: #5A8404;
}
.TagClassName
{
border-color: #5A8404;
}
</style>