Shades of Olive Drab #5D850E
Tints of Olive Drab #5D850E
RGB
CMYK
RGB Variations
Color information
#5D850E (or 0x5D850E) is known color: Olive Drab. HEX triplet: 5D, 85 and 0E. RGB value is (93,133,14). Sum of RGB (Red+Green+Blue) = 93+133+14=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #5D850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D850E is #A27AF1. Grayscale: #6B6B6B. Windows color (decimal): -10648306 or 951645. OLE color: 951645.
HSL color Cylindrical-coordinate representation of color #5D850E: hue angle of 80.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D850E is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 14 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.48 |
| HSL | 80.17º | 0.81% | 0.29% | - |
| HSV(B) | 80.17º | 0.89% | 0.52% | - |
| XYZ | 12.98 | 19.13 | 3.42 | - |
| YUV | 107.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 14 | 0.30 | 0 | 0.89 | 0.48 | 80.17 | 0.81 | 0.29 |
| Hex | 5D | 85 | E | 1E | 0 | 59 | 30 | 50 | 51 | 1D |
| Octal | 135 | 205 | 16 | 36 | 0 | 131 | 60 | 120 | 121 | 35 |
| Binary | 1011101 | 10000101 | 1110 | 11110 | 0 | 1011001 | 110000 | 1010000 | 1010001 | 11101 |
Color Harmonies of #5D850E
Complementary color
Monochromatic Colors of #5D850E
Black with #5D850E
Text Example
Text Example
White with #5D850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D850E; }
p { color: rgb(93,133,14); }
H1.HeaderClassName
{
color: #5D850E;
}
.AnyTagClassName
{
color: #5D850E;
}
</style>
background-color css
<style>
a { background-color: #5D850E; }
a { background-color: rgb(93,133,14); }
div.DivClassName
{
background-color: #5D850E;
}
.BgClassName
{
background-color: #5D850E;
}
</style>
border-color css
<style>
span { border-color: #5D850E; }
span { border-color: rgb(93,133,14); }
td.TdClassName
{
border-color: #5D850E;
}
.TagClassName
{
border-color: #5D850E;
}
</style>