Shades of Olive Drab #5C8212
Tints of Olive Drab #5C8212
RGB
CMYK
RGB Variations
Color information
#5C8212 (or 0x5C8212) is known color: Olive Drab. HEX triplet: 5C, 82 and 12. RGB value is (92,130,18). Sum of RGB (Red+Green+Blue) = 92+130+18=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8212 is #A37DED. Grayscale: #6A6A6A. Windows color (decimal): -10714606 or 1213020. OLE color: 1213020.
HSL color Cylindrical-coordinate representation of color #5C8212: hue angle of 80.36º 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 #5C8212 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 130 | 18 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.49 |
| HSL | 80.36º | 0.76% | 0.29% | - |
| HSV(B) | 80.36º | 0.86% | 0.51% | - |
| XYZ | 12.51 | 18.28 | 3.44 | - |
| YUV | 105.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 18 | 0.29 | 0 | 0.86 | 0.49 | 80.36 | 0.76 | 0.29 |
| Hex | 5C | 82 | 12 | 1D | 0 | 56 | 31 | 50 | 4C | 1D |
| Octal | 134 | 202 | 22 | 35 | 0 | 126 | 61 | 120 | 114 | 35 |
| Binary | 1011100 | 10000010 | 10010 | 11101 | 0 | 1010110 | 110001 | 1010000 | 1001100 | 11101 |
Color Harmonies of #5C8212
Complementary color
Monochromatic Colors of #5C8212
Black with #5C8212
Text Example
Text Example
White with #5C8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8212; }
p { color: rgb(92,130,18); }
H1.HeaderClassName
{
color: #5C8212;
}
.AnyTagClassName
{
color: #5C8212;
}
</style>
background-color css
<style>
a { background-color: #5C8212; }
a { background-color: rgb(92,130,18); }
div.DivClassName
{
background-color: #5C8212;
}
.BgClassName
{
background-color: #5C8212;
}
</style>
border-color css
<style>
span { border-color: #5C8212; }
span { border-color: rgb(92,130,18); }
td.TdClassName
{
border-color: #5C8212;
}
.TagClassName
{
border-color: #5C8212;
}
</style>