Shades of Olive Drab #5D8317
Tints of Olive Drab #5D8317
RGB
CMYK
RGB Variations
Color information
#5D8317 (or 0x5D8317) is known color: Olive Drab. HEX triplet: 5D, 83 and 17. RGB value is (93,131,23). Sum of RGB (Red+Green+Blue) = 93+131+23=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8317 is #A27CE8. Grayscale: #6B6B6B. Windows color (decimal): -10648809 or 1540957. OLE color: 1540957.
HSL color Cylindrical-coordinate representation of color #5D8317: hue angle of 81.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D8317 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 23 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.49 |
| HSL | 81.11º | 0.7% | 0.3% | - |
| HSV(B) | 81.11º | 0.82% | 0.51% | - |
| XYZ | 12.79 | 18.62 | 3.73 | - |
| YUV | 107.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 23 | 0.29 | 0 | 0.82 | 0.49 | 81.11 | 0.7 | 0.3 |
| Hex | 5D | 83 | 17 | 1D | 0 | 52 | 31 | 51 | 46 | 1E |
| Octal | 135 | 203 | 27 | 35 | 0 | 122 | 61 | 121 | 106 | 36 |
| Binary | 1011101 | 10000011 | 10111 | 11101 | 0 | 1010010 | 110001 | 1010001 | 1000110 | 11110 |
Color Harmonies of #5D8317
Complementary color
Monochromatic Colors of #5D8317
Black with #5D8317
Text Example
Text Example
White with #5D8317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8317; }
p { color: rgb(93,131,23); }
H1.HeaderClassName
{
color: #5D8317;
}
.AnyTagClassName
{
color: #5D8317;
}
</style>
background-color css
<style>
a { background-color: #5D8317; }
a { background-color: rgb(93,131,23); }
div.DivClassName
{
background-color: #5D8317;
}
.BgClassName
{
background-color: #5D8317;
}
</style>
border-color css
<style>
span { border-color: #5D8317; }
span { border-color: rgb(93,131,23); }
td.TdClassName
{
border-color: #5D8317;
}
.TagClassName
{
border-color: #5D8317;
}
</style>