Shades of Olive Drab #5D890A
Tints of Olive Drab #5D890A
RGB
CMYK
RGB Variations
Color information
#5D890A (or 0x5D890A) is known color: Olive Drab. HEX triplet: 5D, 89 and 0A. RGB value is (93,137,10). Sum of RGB (Red+Green+Blue) = 93+137+10=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #5D890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D890A is #A276F5. Grayscale: #6D6D6D. Windows color (decimal): -10647286 or 690525. OLE color: 690525.
HSL color Cylindrical-coordinate representation of color #5D890A: hue angle of 80.79º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D890A is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 10 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.46 |
| HSL | 80.79º | 0.86% | 0.29% | - |
| HSV(B) | 80.79º | 0.93% | 0.54% | - |
| XYZ | 13.51 | 20.24 | 3.48 | - |
| YUV | 109.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 10 | 0.32 | 0 | 0.93 | 0.46 | 80.79 | 0.86 | 0.29 |
| Hex | 5D | 89 | A | 20 | 0 | 5D | 2E | 51 | 56 | 1D |
| Octal | 135 | 211 | 12 | 40 | 0 | 135 | 56 | 121 | 126 | 35 |
| Binary | 1011101 | 10001001 | 1010 | 100000 | 0 | 1011101 | 101110 | 1010001 | 1010110 | 11101 |
Color Harmonies of #5D890A
Complementary color
Monochromatic Colors of #5D890A
Black with #5D890A
Text Example
Text Example
White with #5D890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D890A; }
p { color: rgb(93,137,10); }
H1.HeaderClassName
{
color: #5D890A;
}
.AnyTagClassName
{
color: #5D890A;
}
</style>
background-color css
<style>
a { background-color: #5D890A; }
a { background-color: rgb(93,137,10); }
div.DivClassName
{
background-color: #5D890A;
}
.BgClassName
{
background-color: #5D890A;
}
</style>
border-color css
<style>
span { border-color: #5D890A; }
span { border-color: rgb(93,137,10); }
td.TdClassName
{
border-color: #5D890A;
}
.TagClassName
{
border-color: #5D890A;
}
</style>