Shades of Olive Drab #5D850D
Tints of Olive Drab #5D850D
RGB
CMYK
RGB Variations
Color information
#5D850D (or 0x5D850D) is known color: Olive Drab. HEX triplet: 5D, 85 and 0D. RGB value is (93,133,13). Sum of RGB (Red+Green+Blue) = 93+133+13=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #5D850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D850D is #A27AF2. Grayscale: #6B6B6B. Windows color (decimal): -10648307 or 886109. OLE color: 886109.
HSL color Cylindrical-coordinate representation of color #5D850D: hue angle of 80º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D850D is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 13 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.48 |
| HSL | 80º | 0.82% | 0.29% | - |
| HSV(B) | 80º | 0.9% | 0.52% | - |
| XYZ | 12.97 | 19.13 | 3.39 | - |
| YUV | 107.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 13 | 0.30 | 0 | 0.90 | 0.48 | 80 | 0.82 | 0.29 |
| Hex | 5D | 85 | D | 1E | 0 | 5A | 30 | 50 | 52 | 1D |
| Octal | 135 | 205 | 15 | 36 | 0 | 132 | 60 | 120 | 122 | 35 |
| Binary | 1011101 | 10000101 | 1101 | 11110 | 0 | 1011010 | 110000 | 1010000 | 1010010 | 11101 |
Color Harmonies of #5D850D
Complementary color
Monochromatic Colors of #5D850D
Black with #5D850D
Text Example
Text Example
White with #5D850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D850D; }
p { color: rgb(93,133,13); }
H1.HeaderClassName
{
color: #5D850D;
}
.AnyTagClassName
{
color: #5D850D;
}
</style>
background-color css
<style>
a { background-color: #5D850D; }
a { background-color: rgb(93,133,13); }
div.DivClassName
{
background-color: #5D850D;
}
.BgClassName
{
background-color: #5D850D;
}
</style>
border-color css
<style>
span { border-color: #5D850D; }
span { border-color: rgb(93,133,13); }
td.TdClassName
{
border-color: #5D850D;
}
.TagClassName
{
border-color: #5D850D;
}
</style>