Shades of Olive Drab #5D8216
Tints of Olive Drab #5D8216
RGB
CMYK
RGB Variations
Color information
#5D8216 (or 0x5D8216) is known color: Olive Drab. HEX triplet: 5D, 82 and 16. RGB value is (93,130,22). Sum of RGB (Red+Green+Blue) = 93+130+22=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8216 is #A27DE9. Grayscale: #6B6B6B. Windows color (decimal): -10649066 or 1475165. OLE color: 1475165.
HSL color Cylindrical-coordinate representation of color #5D8216: hue angle of 80.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D8216 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 130 | 22 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.49 |
| HSL | 80.56º | 0.71% | 0.3% | - |
| HSV(B) | 80.56º | 0.83% | 0.51% | - |
| XYZ | 12.64 | 18.35 | 3.63 | - |
| YUV | 106.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 22 | 0.28 | 0 | 0.83 | 0.49 | 80.56 | 0.71 | 0.3 |
| Hex | 5D | 82 | 16 | 1C | 0 | 53 | 31 | 51 | 47 | 1E |
| Octal | 135 | 202 | 26 | 34 | 0 | 123 | 61 | 121 | 107 | 36 |
| Binary | 1011101 | 10000010 | 10110 | 11100 | 0 | 1010011 | 110001 | 1010001 | 1000111 | 11110 |
Color Harmonies of #5D8216
Complementary color
Monochromatic Colors of #5D8216
Black with #5D8216
Text Example
Text Example
White with #5D8216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8216; }
p { color: rgb(93,130,22); }
H1.HeaderClassName
{
color: #5D8216;
}
.AnyTagClassName
{
color: #5D8216;
}
</style>
background-color css
<style>
a { background-color: #5D8216; }
a { background-color: rgb(93,130,22); }
div.DivClassName
{
background-color: #5D8216;
}
.BgClassName
{
background-color: #5D8216;
}
</style>
border-color css
<style>
span { border-color: #5D8216; }
span { border-color: rgb(93,130,22); }
td.TdClassName
{
border-color: #5D8216;
}
.TagClassName
{
border-color: #5D8216;
}
</style>