Shades of Olive Drab #5A8807
Tints of Olive Drab #5A8807
RGB
CMYK
RGB Variations
Color information
#5A8807 (or 0x5A8807) is known color: Olive Drab. HEX triplet: 5A, 88 and 07. RGB value is (90,136,7). Sum of RGB (Red+Green+Blue) = 90+136+7=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8807 is #A577F8. Grayscale: #6C6C6C. Windows color (decimal): -10844153 or 493658. OLE color: 493658.
HSL color Cylindrical-coordinate representation of color #5A8807: hue angle of 81.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A8807 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 7 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.47 |
| HSL | 81.4º | 0.9% | 0.28% | - |
| HSV(B) | 81.4º | 0.95% | 0.53% | - |
| XYZ | 13.06 | 19.8 | 3.33 | - |
| YUV | 107.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 7 | 0.34 | 0 | 0.95 | 0.47 | 81.4 | 0.9 | 0.28 |
| Hex | 5A | 88 | 7 | 22 | 0 | 5F | 2F | 51 | 5A | 1C |
| Octal | 132 | 210 | 7 | 42 | 0 | 137 | 57 | 121 | 132 | 34 |
| Binary | 1011010 | 10001000 | 111 | 100010 | 0 | 1011111 | 101111 | 1010001 | 1011010 | 11100 |
Color Harmonies of #5A8807
Complementary color
Monochromatic Colors of #5A8807
Black with #5A8807
Text Example
Text Example
White with #5A8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8807; }
p { color: rgb(90,136,7); }
H1.HeaderClassName
{
color: #5A8807;
}
.AnyTagClassName
{
color: #5A8807;
}
</style>
background-color css
<style>
a { background-color: #5A8807; }
a { background-color: rgb(90,136,7); }
div.DivClassName
{
background-color: #5A8807;
}
.BgClassName
{
background-color: #5A8807;
}
</style>
border-color css
<style>
span { border-color: #5A8807; }
span { border-color: rgb(90,136,7); }
td.TdClassName
{
border-color: #5A8807;
}
.TagClassName
{
border-color: #5A8807;
}
</style>