Shades of Olive Drab #5D910B
Tints of Olive Drab #5D910B
RGB
CMYK
RGB Variations
Color information
#5D910B (or 0x5D910B) is known color: Olive Drab. HEX triplet: 5D, 91 and 0B. RGB value is (93,145,11). Sum of RGB (Red+Green+Blue) = 93+145+11=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #5D910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D910B is #A26EF4. Grayscale: #727272. Windows color (decimal): -10645237 or 758109. OLE color: 758109.
HSL color Cylindrical-coordinate representation of color #5D910B: hue angle of 83.28º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D910B is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 11 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.43 |
| HSL | 83.28º | 0.86% | 0.31% | - |
| HSV(B) | 83.28º | 0.92% | 0.57% | - |
| XYZ | 14.7 | 22.6 | 3.9 | - |
| YUV | 114.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 11 | 0.36 | 0 | 0.92 | 0.43 | 83.28 | 0.86 | 0.31 |
| Hex | 5D | 91 | B | 24 | 0 | 5C | 2B | 53 | 56 | 1F |
| Octal | 135 | 221 | 13 | 44 | 0 | 134 | 53 | 123 | 126 | 37 |
| Binary | 1011101 | 10010001 | 1011 | 100100 | 0 | 1011100 | 101011 | 1010011 | 1010110 | 11111 |
Color Harmonies of #5D910B
Complementary color
Monochromatic Colors of #5D910B
Black with #5D910B
Text Example
Text Example
White with #5D910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D910B; }
p { color: rgb(93,145,11); }
H1.HeaderClassName
{
color: #5D910B;
}
.AnyTagClassName
{
color: #5D910B;
}
</style>
background-color css
<style>
a { background-color: #5D910B; }
a { background-color: rgb(93,145,11); }
div.DivClassName
{
background-color: #5D910B;
}
.BgClassName
{
background-color: #5D910B;
}
</style>
border-color css
<style>
span { border-color: #5D910B; }
span { border-color: rgb(93,145,11); }
td.TdClassName
{
border-color: #5D910B;
}
.TagClassName
{
border-color: #5D910B;
}
</style>