Shades of Olive Drab #799216
Tints of Olive Drab #799216
RGB
CMYK
RGB Variations
Color information
#799216 (or 0x799216) is known color: Olive Drab. HEX triplet: 79, 92 and 16. RGB value is (121,146,22). Sum of RGB (Red+Green+Blue) = 121+146+22=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #799216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799216 is #866DE9. Grayscale: #7C7C7C. Windows color (decimal): -8809962 or 1479289. OLE color: 1479289.
HSL color Cylindrical-coordinate representation of color #799216: hue angle of 72.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799216 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 22 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.43 |
| HSL | 72.1º | 0.74% | 0.33% | - |
| HSV(B) | 72.1º | 0.85% | 0.57% | - |
| XYZ | 18.31 | 24.68 | 4.56 | - |
| YUV | 124.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 22 | 0.17 | 0 | 0.85 | 0.43 | 72.1 | 0.74 | 0.33 |
| Hex | 79 | 92 | 16 | 11 | 0 | 55 | 2B | 48 | 4A | 21 |
| Octal | 171 | 222 | 26 | 21 | 0 | 125 | 53 | 110 | 112 | 41 |
| Binary | 1111001 | 10010010 | 10110 | 10001 | 0 | 1010101 | 101011 | 1001000 | 1001010 | 100001 |
Color Harmonies of #799216
Complementary color
Monochromatic Colors of #799216
Black with #799216
Text Example
Text Example
White with #799216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799216; }
p { color: rgb(121,146,22); }
H1.HeaderClassName
{
color: #799216;
}
.AnyTagClassName
{
color: #799216;
}
</style>
background-color css
<style>
a { background-color: #799216; }
a { background-color: rgb(121,146,22); }
div.DivClassName
{
background-color: #799216;
}
.BgClassName
{
background-color: #799216;
}
</style>
border-color css
<style>
span { border-color: #799216; }
span { border-color: rgb(121,146,22); }
td.TdClassName
{
border-color: #799216;
}
.TagClassName
{
border-color: #799216;
}
</style>