Shades of Olive Drab #5A8811
Tints of Olive Drab #5A8811
RGB
CMYK
RGB Variations
Color information
#5A8811 (or 0x5A8811) is known color: Olive Drab. HEX triplet: 5A, 88 and 11. RGB value is (90,136,17). Sum of RGB (Red+Green+Blue) = 90+136+17=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8811 is #A577EE. Grayscale: #6D6D6D. Windows color (decimal): -10844143 or 1149018. OLE color: 1149018.
HSL color Cylindrical-coordinate representation of color #5A8811: hue angle of 83.19º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A8811 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 17 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.47 |
| HSL | 83.19º | 0.78% | 0.3% | - |
| HSV(B) | 83.19º | 0.88% | 0.53% | - |
| XYZ | 13.12 | 19.82 | 3.66 | - |
| YUV | 108.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 17 | 0.34 | 0 | 0.87 | 0.47 | 83.19 | 0.78 | 0.3 |
| Hex | 5A | 88 | 11 | 22 | 0 | 57 | 2F | 53 | 4E | 1E |
| Octal | 132 | 210 | 21 | 42 | 0 | 127 | 57 | 123 | 116 | 36 |
| Binary | 1011010 | 10001000 | 10001 | 100010 | 0 | 1010111 | 101111 | 1010011 | 1001110 | 11110 |
Color Harmonies of #5A8811
Complementary color
Monochromatic Colors of #5A8811
Black with #5A8811
Text Example
Text Example
White with #5A8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8811; }
p { color: rgb(90,136,17); }
H1.HeaderClassName
{
color: #5A8811;
}
.AnyTagClassName
{
color: #5A8811;
}
</style>
background-color css
<style>
a { background-color: #5A8811; }
a { background-color: rgb(90,136,17); }
div.DivClassName
{
background-color: #5A8811;
}
.BgClassName
{
background-color: #5A8811;
}
</style>
border-color css
<style>
span { border-color: #5A8811; }
span { border-color: rgb(90,136,17); }
td.TdClassName
{
border-color: #5A8811;
}
.TagClassName
{
border-color: #5A8811;
}
</style>