Shades of Olive Drab #5D910D
Tints of Olive Drab #5D910D
RGB
CMYK
RGB Variations
Color information
#5D910D (or 0x5D910D) is known color: Olive Drab. HEX triplet: 5D, 91 and 0D. RGB value is (93,145,13). Sum of RGB (Red+Green+Blue) = 93+145+13=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #5D910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D910D is #A26EF2. Grayscale: #727272. Windows color (decimal): -10645235 or 889181. OLE color: 889181.
HSL color Cylindrical-coordinate representation of color #5D910D: hue angle of 83.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D910D is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 13 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.43 |
| HSL | 83.64º | 0.84% | 0.31% | - |
| HSV(B) | 83.64º | 0.91% | 0.57% | - |
| XYZ | 14.71 | 22.61 | 3.97 | - |
| YUV | 114.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 13 | 0.36 | 0 | 0.91 | 0.43 | 83.64 | 0.84 | 0.31 |
| Hex | 5D | 91 | D | 24 | 0 | 5B | 2B | 54 | 54 | 1F |
| Octal | 135 | 221 | 15 | 44 | 0 | 133 | 53 | 124 | 124 | 37 |
| Binary | 1011101 | 10010001 | 1101 | 100100 | 0 | 1011011 | 101011 | 1010100 | 1010100 | 11111 |
Color Harmonies of #5D910D
Complementary color
Monochromatic Colors of #5D910D
Black with #5D910D
Text Example
Text Example
White with #5D910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D910D; }
p { color: rgb(93,145,13); }
H1.HeaderClassName
{
color: #5D910D;
}
.AnyTagClassName
{
color: #5D910D;
}
</style>
background-color css
<style>
a { background-color: #5D910D; }
a { background-color: rgb(93,145,13); }
div.DivClassName
{
background-color: #5D910D;
}
.BgClassName
{
background-color: #5D910D;
}
</style>
border-color css
<style>
span { border-color: #5D910D; }
span { border-color: rgb(93,145,13); }
td.TdClassName
{
border-color: #5D910D;
}
.TagClassName
{
border-color: #5D910D;
}
</style>