Shades of Olive Drab #5A890E
Tints of Olive Drab #5A890E
RGB
CMYK
RGB Variations
Color information
#5A890E (or 0x5A890E) is known color: Olive Drab. HEX triplet: 5A, 89 and 0E. RGB value is (90,137,14). Sum of RGB (Red+Green+Blue) = 90+137+14=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #5A890E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A890E is #A576F1. Grayscale: #6D6D6D. Windows color (decimal): -10843890 or 952666. OLE color: 952666.
HSL color Cylindrical-coordinate representation of color #5A890E: hue angle of 82.93º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A890E is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 14 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.46 |
| HSL | 82.93º | 0.81% | 0.3% | - |
| HSV(B) | 82.93º | 0.9% | 0.54% | - |
| XYZ | 13.24 | 20.1 | 3.6 | - |
| YUV | 108.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 14 | 0.34 | 0 | 0.90 | 0.46 | 82.93 | 0.81 | 0.3 |
| Hex | 5A | 89 | E | 22 | 0 | 5A | 2E | 53 | 51 | 1E |
| Octal | 132 | 211 | 16 | 42 | 0 | 132 | 56 | 123 | 121 | 36 |
| Binary | 1011010 | 10001001 | 1110 | 100010 | 0 | 1011010 | 101110 | 1010011 | 1010001 | 11110 |
Color Harmonies of #5A890E
Complementary color
Monochromatic Colors of #5A890E
Black with #5A890E
Text Example
Text Example
White with #5A890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A890E; }
p { color: rgb(90,137,14); }
H1.HeaderClassName
{
color: #5A890E;
}
.AnyTagClassName
{
color: #5A890E;
}
</style>
background-color css
<style>
a { background-color: #5A890E; }
a { background-color: rgb(90,137,14); }
div.DivClassName
{
background-color: #5A890E;
}
.BgClassName
{
background-color: #5A890E;
}
</style>
border-color css
<style>
span { border-color: #5A890E; }
span { border-color: rgb(90,137,14); }
td.TdClassName
{
border-color: #5A890E;
}
.TagClassName
{
border-color: #5A890E;
}
</style>