Shades of Olive Drab #5D8510
Tints of Olive Drab #5D8510
RGB
CMYK
RGB Variations
Color information
#5D8510 (or 0x5D8510) is known color: Olive Drab. HEX triplet: 5D, 85 and 10. RGB value is (93,133,16). Sum of RGB (Red+Green+Blue) = 93+133+16=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8510 is #A27AEF. Grayscale: #6C6C6C. Windows color (decimal): -10648304 or 1082717. OLE color: 1082717.
HSL color Cylindrical-coordinate representation of color #5D8510: hue angle of 80.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D8510 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 16 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.48 |
| HSL | 80.51º | 0.79% | 0.29% | - |
| HSV(B) | 80.51º | 0.88% | 0.52% | - |
| XYZ | 13 | 19.14 | 3.5 | - |
| YUV | 107.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 16 | 0.30 | 0 | 0.88 | 0.48 | 80.51 | 0.79 | 0.29 |
| Hex | 5D | 85 | 10 | 1E | 0 | 58 | 30 | 51 | 4F | 1D |
| Octal | 135 | 205 | 20 | 36 | 0 | 130 | 60 | 121 | 117 | 35 |
| Binary | 1011101 | 10000101 | 10000 | 11110 | 0 | 1011000 | 110000 | 1010001 | 1001111 | 11101 |
Color Harmonies of #5D8510
Complementary color
Monochromatic Colors of #5D8510
Black with #5D8510
Text Example
Text Example
White with #5D8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8510; }
p { color: rgb(93,133,16); }
H1.HeaderClassName
{
color: #5D8510;
}
.AnyTagClassName
{
color: #5D8510;
}
</style>
background-color css
<style>
a { background-color: #5D8510; }
a { background-color: rgb(93,133,16); }
div.DivClassName
{
background-color: #5D8510;
}
.BgClassName
{
background-color: #5D8510;
}
</style>
border-color css
<style>
span { border-color: #5D8510; }
span { border-color: rgb(93,133,16); }
td.TdClassName
{
border-color: #5D8510;
}
.TagClassName
{
border-color: #5D8510;
}
</style>