Shades of Olive Drab #5D8C0E
Tints of Olive Drab #5D8C0E
RGB
CMYK
RGB Variations
Color information
#5D8C0E (or 0x5D8C0E) is known color: Olive Drab. HEX triplet: 5D, 8C and 0E. RGB value is (93,140,14). Sum of RGB (Red+Green+Blue) = 93+140+14=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8C0E is #A273F1. Grayscale: #707070. Windows color (decimal): -10646514 or 953437. OLE color: 953437.
HSL color Cylindrical-coordinate representation of color #5D8C0E: hue angle of 82.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D8C0E is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 140 | 14 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.45 |
| HSL | 82.38º | 0.82% | 0.3% | - |
| HSV(B) | 82.38º | 0.9% | 0.55% | - |
| XYZ | 13.97 | 21.12 | 3.75 | - |
| YUV | 111.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 14 | 0.34 | 0 | 0.90 | 0.45 | 82.38 | 0.82 | 0.3 |
| Hex | 5D | 8C | E | 22 | 0 | 5A | 2D | 52 | 52 | 1E |
| Octal | 135 | 214 | 16 | 42 | 0 | 132 | 55 | 122 | 122 | 36 |
| Binary | 1011101 | 10001100 | 1110 | 100010 | 0 | 1011010 | 101101 | 1010010 | 1010010 | 11110 |
Color Harmonies of #5D8C0E
Complementary color
Monochromatic Colors of #5D8C0E
Black with #5D8C0E
Text Example
Text Example
White with #5D8C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8C0E; }
p { color: rgb(93,140,14); }
H1.HeaderClassName
{
color: #5D8C0E;
}
.AnyTagClassName
{
color: #5D8C0E;
}
</style>
background-color css
<style>
a { background-color: #5D8C0E; }
a { background-color: rgb(93,140,14); }
div.DivClassName
{
background-color: #5D8C0E;
}
.BgClassName
{
background-color: #5D8C0E;
}
</style>
border-color css
<style>
span { border-color: #5D8C0E; }
span { border-color: rgb(93,140,14); }
td.TdClassName
{
border-color: #5D8C0E;
}
.TagClassName
{
border-color: #5D8C0E;
}
</style>