Shades of Olive Drab #799212
Tints of Olive Drab #799212
RGB
CMYK
RGB Variations
Color information
#799212 (or 0x799212) is known color: Olive Drab. HEX triplet: 79, 92 and 12. RGB value is (121,146,18). Sum of RGB (Red+Green+Blue) = 121+146+18=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #799212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799212 is #866DED. Grayscale: #7C7C7C. Windows color (decimal): -8809966 or 1217145. OLE color: 1217145.
HSL color Cylindrical-coordinate representation of color #799212: hue angle of 71.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799212 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 18 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.43 |
| HSL | 71.72º | 0.78% | 0.32% | - |
| HSV(B) | 71.72º | 0.88% | 0.57% | - |
| XYZ | 18.27 | 24.67 | 4.37 | - |
| YUV | 123.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 18 | 0.17 | 0 | 0.88 | 0.43 | 71.72 | 0.78 | 0.32 |
| Hex | 79 | 92 | 12 | 11 | 0 | 58 | 2B | 48 | 4E | 20 |
| Octal | 171 | 222 | 22 | 21 | 0 | 130 | 53 | 110 | 116 | 40 |
| Binary | 1111001 | 10010010 | 10010 | 10001 | 0 | 1011000 | 101011 | 1001000 | 1001110 | 100000 |
Color Harmonies of #799212
Complementary color
Monochromatic Colors of #799212
Black with #799212
Text Example
Text Example
White with #799212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799212; }
p { color: rgb(121,146,18); }
H1.HeaderClassName
{
color: #799212;
}
.AnyTagClassName
{
color: #799212;
}
</style>
background-color css
<style>
a { background-color: #799212; }
a { background-color: rgb(121,146,18); }
div.DivClassName
{
background-color: #799212;
}
.BgClassName
{
background-color: #799212;
}
</style>
border-color css
<style>
span { border-color: #799212; }
span { border-color: rgb(121,146,18); }
td.TdClassName
{
border-color: #799212;
}
.TagClassName
{
border-color: #799212;
}
</style>