Shades of Olive Drab #5D8312
Tints of Olive Drab #5D8312
RGB
CMYK
RGB Variations
Color information
#5D8312 (or 0x5D8312) is known color: Olive Drab. HEX triplet: 5D, 83 and 12. RGB value is (93,131,18). Sum of RGB (Red+Green+Blue) = 93+131+18=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8312 is #A27CED. Grayscale: #6B6B6B. Windows color (decimal): -10648814 or 1213277. OLE color: 1213277.
HSL color Cylindrical-coordinate representation of color #5D8312: hue angle of 80.18º 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 #5D8312 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 18 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.49 |
| HSL | 80.18º | 0.76% | 0.29% | - |
| HSV(B) | 80.18º | 0.86% | 0.51% | - |
| XYZ | 12.74 | 18.6 | 3.49 | - |
| YUV | 106.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 18 | 0.29 | 0 | 0.86 | 0.49 | 80.18 | 0.76 | 0.29 |
| Hex | 5D | 83 | 12 | 1D | 0 | 56 | 31 | 50 | 4C | 1D |
| Octal | 135 | 203 | 22 | 35 | 0 | 126 | 61 | 120 | 114 | 35 |
| Binary | 1011101 | 10000011 | 10010 | 11101 | 0 | 1010110 | 110001 | 1010000 | 1001100 | 11101 |
Color Harmonies of #5D8312
Complementary color
Monochromatic Colors of #5D8312
Black with #5D8312
Text Example
Text Example
White with #5D8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8312; }
p { color: rgb(93,131,18); }
H1.HeaderClassName
{
color: #5D8312;
}
.AnyTagClassName
{
color: #5D8312;
}
</style>
background-color css
<style>
a { background-color: #5D8312; }
a { background-color: rgb(93,131,18); }
div.DivClassName
{
background-color: #5D8312;
}
.BgClassName
{
background-color: #5D8312;
}
</style>
border-color css
<style>
span { border-color: #5D8312; }
span { border-color: rgb(93,131,18); }
td.TdClassName
{
border-color: #5D8312;
}
.TagClassName
{
border-color: #5D8312;
}
</style>