Shades of Olive Drab #5D8411
Tints of Olive Drab #5D8411
RGB
CMYK
RGB Variations
Color information
#5D8411 (or 0x5D8411) is known color: Olive Drab. HEX triplet: 5D, 84 and 11. RGB value is (93,132,17). Sum of RGB (Red+Green+Blue) = 93+132+17=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8411 is #A27BEE. Grayscale: #6B6B6B. Windows color (decimal): -10648559 or 1147997. OLE color: 1147997.
HSL color Cylindrical-coordinate representation of color #5D8411: hue angle of 80.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D8411 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 17 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.48 |
| HSL | 80.35º | 0.77% | 0.29% | - |
| HSV(B) | 80.35º | 0.87% | 0.52% | - |
| XYZ | 12.87 | 18.87 | 3.49 | - |
| YUV | 107.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 17 | 0.30 | 0 | 0.87 | 0.48 | 80.35 | 0.77 | 0.29 |
| Hex | 5D | 84 | 11 | 1E | 0 | 57 | 30 | 50 | 4D | 1D |
| Octal | 135 | 204 | 21 | 36 | 0 | 127 | 60 | 120 | 115 | 35 |
| Binary | 1011101 | 10000100 | 10001 | 11110 | 0 | 1010111 | 110000 | 1010000 | 1001101 | 11101 |
Color Harmonies of #5D8411
Complementary color
Monochromatic Colors of #5D8411
Black with #5D8411
Text Example
Text Example
White with #5D8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8411; }
p { color: rgb(93,132,17); }
H1.HeaderClassName
{
color: #5D8411;
}
.AnyTagClassName
{
color: #5D8411;
}
</style>
background-color css
<style>
a { background-color: #5D8411; }
a { background-color: rgb(93,132,17); }
div.DivClassName
{
background-color: #5D8411;
}
.BgClassName
{
background-color: #5D8411;
}
</style>
border-color css
<style>
span { border-color: #5D8411; }
span { border-color: rgb(93,132,17); }
td.TdClassName
{
border-color: #5D8411;
}
.TagClassName
{
border-color: #5D8411;
}
</style>