Shades of Olive #796A04
Tints of Olive #796A04
RGB
CMYK
RGB Variations
Color information
#796A04 (or 0x796A04) is known color: Olive. HEX triplet: 79, 6A and 04. RGB value is (121,106,4). Sum of RGB (Red+Green+Blue) = 121+106+4=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #796A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A04 is #8695FB. Grayscale: #636363. Windows color (decimal): -8820220 or 289401. OLE color: 289401.
HSL color Cylindrical-coordinate representation of color #796A04: hue angle of 52.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #796A04 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 4 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.53 |
| HSL | 52.31º | 0.94% | 0.25% | - |
| HSV(B) | 52.31º | 0.97% | 0.47% | - |
| XYZ | 13.06 | 14.38 | 2.2 | - |
| YUV | 98.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 4 | 0 | 0.12 | 0.97 | 0.53 | 52.31 | 0.94 | 0.25 |
| Hex | 79 | 6A | 4 | 0 | C | 61 | 35 | 34 | 5E | 19 |
| Octal | 171 | 152 | 4 | 0 | 14 | 141 | 65 | 64 | 136 | 31 |
| Binary | 1111001 | 1101010 | 100 | 0 | 1100 | 1100001 | 110101 | 110100 | 1011110 | 11001 |
Color Harmonies of #796A04
Complementary color
Monochromatic Colors of #796A04
Black with #796A04
Text Example
Text Example
White with #796A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A04; }
p { color: rgb(121,106,4); }
H1.HeaderClassName
{
color: #796A04;
}
.AnyTagClassName
{
color: #796A04;
}
</style>
background-color css
<style>
a { background-color: #796A04; }
a { background-color: rgb(121,106,4); }
div.DivClassName
{
background-color: #796A04;
}
.BgClassName
{
background-color: #796A04;
}
</style>
border-color css
<style>
span { border-color: #796A04; }
span { border-color: rgb(121,106,4); }
td.TdClassName
{
border-color: #796A04;
}
.TagClassName
{
border-color: #796A04;
}
</style>