Shades of Olive Drab #5A8405
Tints of Olive Drab #5A8405
RGB
CMYK
RGB Variations
Color information
#5A8405 (or 0x5A8405) is known color: Olive Drab. HEX triplet: 5A, 84 and 05. RGB value is (90,132,5). Sum of RGB (Red+Green+Blue) = 90+132+5=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8405 is #A57BFA. Grayscale: #696969. Windows color (decimal): -10845179 or 361562. OLE color: 361562.
HSL color Cylindrical-coordinate representation of color #5A8405: hue angle of 79.84º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8405 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 5 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.48 |
| HSL | 79.84º | 0.93% | 0.27% | - |
| HSV(B) | 79.84º | 0.96% | 0.52% | - |
| XYZ | 12.5 | 18.69 | 3.09 | - |
| YUV | 104.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 5 | 0.32 | 0 | 0.96 | 0.48 | 79.84 | 0.93 | 0.27 |
| Hex | 5A | 84 | 5 | 20 | 0 | 60 | 30 | 50 | 5D | 1B |
| Octal | 132 | 204 | 5 | 40 | 0 | 140 | 60 | 120 | 135 | 33 |
| Binary | 1011010 | 10000100 | 101 | 100000 | 0 | 1100000 | 110000 | 1010000 | 1011101 | 11011 |
Color Harmonies of #5A8405
Complementary color
Monochromatic Colors of #5A8405
Black with #5A8405
Text Example
Text Example
White with #5A8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8405; }
p { color: rgb(90,132,5); }
H1.HeaderClassName
{
color: #5A8405;
}
.AnyTagClassName
{
color: #5A8405;
}
</style>
background-color css
<style>
a { background-color: #5A8405; }
a { background-color: rgb(90,132,5); }
div.DivClassName
{
background-color: #5A8405;
}
.BgClassName
{
background-color: #5A8405;
}
</style>
border-color css
<style>
span { border-color: #5A8405; }
span { border-color: rgb(90,132,5); }
td.TdClassName
{
border-color: #5A8405;
}
.TagClassName
{
border-color: #5A8405;
}
</style>