Shades of Olive Drab #5D890D
Tints of Olive Drab #5D890D
RGB
CMYK
RGB Variations
Color information
#5D890D (or 0x5D890D) is known color: Olive Drab. HEX triplet: 5D, 89 and 0D. RGB value is (93,137,13). Sum of RGB (Red+Green+Blue) = 93+137+13=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #5D890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D890D is #A276F2. Grayscale: #6E6E6E. Windows color (decimal): -10647283 or 887133. OLE color: 887133.
HSL color Cylindrical-coordinate representation of color #5D890D: hue angle of 81.29º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D890D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 13 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.46 |
| HSL | 81.29º | 0.83% | 0.29% | - |
| HSV(B) | 81.29º | 0.91% | 0.54% | - |
| XYZ | 13.53 | 20.25 | 3.58 | - |
| YUV | 109.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 13 | 0.32 | 0 | 0.91 | 0.46 | 81.29 | 0.83 | 0.29 |
| Hex | 5D | 89 | D | 20 | 0 | 5B | 2E | 51 | 53 | 1D |
| Octal | 135 | 211 | 15 | 40 | 0 | 133 | 56 | 121 | 123 | 35 |
| Binary | 1011101 | 10001001 | 1101 | 100000 | 0 | 1011011 | 101110 | 1010001 | 1010011 | 11101 |
Color Harmonies of #5D890D
Complementary color
Monochromatic Colors of #5D890D
Black with #5D890D
Text Example
Text Example
White with #5D890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D890D; }
p { color: rgb(93,137,13); }
H1.HeaderClassName
{
color: #5D890D;
}
.AnyTagClassName
{
color: #5D890D;
}
</style>
background-color css
<style>
a { background-color: #5D890D; }
a { background-color: rgb(93,137,13); }
div.DivClassName
{
background-color: #5D890D;
}
.BgClassName
{
background-color: #5D890D;
}
</style>
border-color css
<style>
span { border-color: #5D890D; }
span { border-color: rgb(93,137,13); }
td.TdClassName
{
border-color: #5D890D;
}
.TagClassName
{
border-color: #5D890D;
}
</style>