Shades of Olive Drab #5D890F
Tints of Olive Drab #5D890F
RGB
CMYK
RGB Variations
Color information
#5D890F (or 0x5D890F) is known color: Olive Drab. HEX triplet: 5D, 89 and 0F. RGB value is (93,137,15). Sum of RGB (Red+Green+Blue) = 93+137+15=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #5D890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D890F is #A276F0. Grayscale: #6E6E6E. Windows color (decimal): -10647281 or 1018205. OLE color: 1018205.
HSL color Cylindrical-coordinate representation of color #5D890F: hue angle of 81.64º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D890F is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 15 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.46 |
| HSL | 81.64º | 0.8% | 0.3% | - |
| HSV(B) | 81.64º | 0.89% | 0.54% | - |
| XYZ | 13.55 | 20.25 | 3.65 | - |
| YUV | 109.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 15 | 0.32 | 0 | 0.89 | 0.46 | 81.64 | 0.8 | 0.3 |
| Hex | 5D | 89 | F | 20 | 0 | 59 | 2E | 52 | 50 | 1E |
| Octal | 135 | 211 | 17 | 40 | 0 | 131 | 56 | 122 | 120 | 36 |
| Binary | 1011101 | 10001001 | 1111 | 100000 | 0 | 1011001 | 101110 | 1010010 | 1010000 | 11110 |
Color Harmonies of #5D890F
Complementary color
Monochromatic Colors of #5D890F
Black with #5D890F
Text Example
Text Example
White with #5D890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D890F; }
p { color: rgb(93,137,15); }
H1.HeaderClassName
{
color: #5D890F;
}
.AnyTagClassName
{
color: #5D890F;
}
</style>
background-color css
<style>
a { background-color: #5D890F; }
a { background-color: rgb(93,137,15); }
div.DivClassName
{
background-color: #5D890F;
}
.BgClassName
{
background-color: #5D890F;
}
</style>
border-color css
<style>
span { border-color: #5D890F; }
span { border-color: rgb(93,137,15); }
td.TdClassName
{
border-color: #5D890F;
}
.TagClassName
{
border-color: #5D890F;
}
</style>