Shades of Olive Drab #5D8311
Tints of Olive Drab #5D8311
RGB
CMYK
RGB Variations
Color information
#5D8311 (or 0x5D8311) is known color: Olive Drab. HEX triplet: 5D, 83 and 11. RGB value is (93,131,17). Sum of RGB (Red+Green+Blue) = 93+131+17=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8311 is #A27CEE. Grayscale: #6B6B6B. Windows color (decimal): -10648815 or 1147741. OLE color: 1147741.
HSL color Cylindrical-coordinate representation of color #5D8311: hue angle of 80º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D8311 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 17 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.49 |
| HSL | 80º | 0.77% | 0.29% | - |
| HSV(B) | 80º | 0.87% | 0.51% | - |
| XYZ | 12.73 | 18.6 | 3.45 | - |
| YUV | 106.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 17 | 0.29 | 0 | 0.87 | 0.49 | 80 | 0.77 | 0.29 |
| Hex | 5D | 83 | 11 | 1D | 0 | 57 | 31 | 50 | 4D | 1D |
| Octal | 135 | 203 | 21 | 35 | 0 | 127 | 61 | 120 | 115 | 35 |
| Binary | 1011101 | 10000011 | 10001 | 11101 | 0 | 1010111 | 110001 | 1010000 | 1001101 | 11101 |
Color Harmonies of #5D8311
Complementary color
Monochromatic Colors of #5D8311
Black with #5D8311
Text Example
Text Example
White with #5D8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8311; }
p { color: rgb(93,131,17); }
H1.HeaderClassName
{
color: #5D8311;
}
.AnyTagClassName
{
color: #5D8311;
}
</style>
background-color css
<style>
a { background-color: #5D8311; }
a { background-color: rgb(93,131,17); }
div.DivClassName
{
background-color: #5D8311;
}
.BgClassName
{
background-color: #5D8311;
}
</style>
border-color css
<style>
span { border-color: #5D8311; }
span { border-color: rgb(93,131,17); }
td.TdClassName
{
border-color: #5D8311;
}
.TagClassName
{
border-color: #5D8311;
}
</style>