Shades of Olive #797202
Tints of Olive #797202
RGB
CMYK
RGB Variations
Color information
#797202 (or 0x797202) is known color: Olive. HEX triplet: 79, 72 and 02. RGB value is (121,114,2). Sum of RGB (Red+Green+Blue) = 121+114+2=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #797202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797202 is #868DFD. Grayscale: #676767. Windows color (decimal): -8818174 or 160377. OLE color: 160377.
HSL color Cylindrical-coordinate representation of color #797202: hue angle of 56.47º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #797202 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 114 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.53 |
| HSL | 56.47º | 0.97% | 0.24% | - |
| HSV(B) | 56.47º | 0.98% | 0.47% | - |
| XYZ | 13.91 | 16.1 | 2.43 | - |
| YUV | 103.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 2 | 0 | 0.06 | 0.98 | 0.53 | 56.47 | 0.97 | 0.24 |
| Hex | 79 | 72 | 2 | 0 | 6 | 62 | 35 | 38 | 61 | 18 |
| Octal | 171 | 162 | 2 | 0 | 6 | 142 | 65 | 70 | 141 | 30 |
| Binary | 1111001 | 1110010 | 10 | 0 | 110 | 1100010 | 110101 | 111000 | 1100001 | 11000 |
Color Harmonies of #797202
Complementary color
Monochromatic Colors of #797202
Black with #797202
Text Example
Text Example
White with #797202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797202; }
p { color: rgb(121,114,2); }
H1.HeaderClassName
{
color: #797202;
}
.AnyTagClassName
{
color: #797202;
}
</style>
background-color css
<style>
a { background-color: #797202; }
a { background-color: rgb(121,114,2); }
div.DivClassName
{
background-color: #797202;
}
.BgClassName
{
background-color: #797202;
}
</style>
border-color css
<style>
span { border-color: #797202; }
span { border-color: rgb(121,114,2); }
td.TdClassName
{
border-color: #797202;
}
.TagClassName
{
border-color: #797202;
}
</style>