Shades of Olive Drab #5D8212
Tints of Olive Drab #5D8212
RGB
CMYK
RGB Variations
Color information
#5D8212 (or 0x5D8212) is known color: Olive Drab. HEX triplet: 5D, 82 and 12. RGB value is (93,130,18). Sum of RGB (Red+Green+Blue) = 93+130+18=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8212 is #A27DED. Grayscale: #6A6A6A. Windows color (decimal): -10649070 or 1213021. OLE color: 1213021.
HSL color Cylindrical-coordinate representation of color #5D8212: hue angle of 79.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D8212 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 130 | 18 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.49 |
| HSL | 79.82º | 0.76% | 0.29% | - |
| HSV(B) | 79.82º | 0.86% | 0.51% | - |
| XYZ | 12.61 | 18.34 | 3.45 | - |
| YUV | 106.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 18 | 0.28 | 0 | 0.86 | 0.49 | 79.82 | 0.76 | 0.29 |
| Hex | 5D | 82 | 12 | 1C | 0 | 56 | 31 | 50 | 4C | 1D |
| Octal | 135 | 202 | 22 | 34 | 0 | 126 | 61 | 120 | 114 | 35 |
| Binary | 1011101 | 10000010 | 10010 | 11100 | 0 | 1010110 | 110001 | 1010000 | 1001100 | 11101 |
Color Harmonies of #5D8212
Complementary color
Monochromatic Colors of #5D8212
Black with #5D8212
Text Example
Text Example
White with #5D8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8212; }
p { color: rgb(93,130,18); }
H1.HeaderClassName
{
color: #5D8212;
}
.AnyTagClassName
{
color: #5D8212;
}
</style>
background-color css
<style>
a { background-color: #5D8212; }
a { background-color: rgb(93,130,18); }
div.DivClassName
{
background-color: #5D8212;
}
.BgClassName
{
background-color: #5D8212;
}
</style>
border-color css
<style>
span { border-color: #5D8212; }
span { border-color: rgb(93,130,18); }
td.TdClassName
{
border-color: #5D8212;
}
.TagClassName
{
border-color: #5D8212;
}
</style>