Shades of Olive Drab #799214
Tints of Olive Drab #799214
RGB
CMYK
RGB Variations
Color information
#799214 (or 0x799214) is known color: Olive Drab. HEX triplet: 79, 92 and 14. RGB value is (121,146,20). Sum of RGB (Red+Green+Blue) = 121+146+20=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #799214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799214 is #866DEB. Grayscale: #7C7C7C. Windows color (decimal): -8809964 or 1348217. OLE color: 1348217.
HSL color Cylindrical-coordinate representation of color #799214: hue angle of 71.9º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #799214 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 20 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.43 |
| HSL | 71.9º | 0.76% | 0.33% | - |
| HSV(B) | 71.9º | 0.86% | 0.57% | - |
| XYZ | 18.29 | 24.67 | 4.46 | - |
| YUV | 124.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 20 | 0.17 | 0 | 0.86 | 0.43 | 71.9 | 0.76 | 0.33 |
| Hex | 79 | 92 | 14 | 11 | 0 | 56 | 2B | 48 | 4C | 21 |
| Octal | 171 | 222 | 24 | 21 | 0 | 126 | 53 | 110 | 114 | 41 |
| Binary | 1111001 | 10010010 | 10100 | 10001 | 0 | 1010110 | 101011 | 1001000 | 1001100 | 100001 |
Color Harmonies of #799214
Complementary color
Monochromatic Colors of #799214
Black with #799214
Text Example
Text Example
White with #799214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799214; }
p { color: rgb(121,146,20); }
H1.HeaderClassName
{
color: #799214;
}
.AnyTagClassName
{
color: #799214;
}
</style>
background-color css
<style>
a { background-color: #799214; }
a { background-color: rgb(121,146,20); }
div.DivClassName
{
background-color: #799214;
}
.BgClassName
{
background-color: #799214;
}
</style>
border-color css
<style>
span { border-color: #799214; }
span { border-color: rgb(121,146,20); }
td.TdClassName
{
border-color: #799214;
}
.TagClassName
{
border-color: #799214;
}
</style>