Shades of Olive #796A07
Tints of Olive #796A07
RGB
CMYK
RGB Variations
Color information
#796A07 (or 0x796A07) is known color: Olive. HEX triplet: 79, 6A and 07. RGB value is (121,106,7). Sum of RGB (Red+Green+Blue) = 121+106+7=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #796A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796A07 is #8695F8. Grayscale: #636363. Windows color (decimal): -8820217 or 486009. OLE color: 486009.
HSL color Cylindrical-coordinate representation of color #796A07: hue angle of 52.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #796A07 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 7 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.53 |
| HSL | 52.11º | 0.89% | 0.25% | - |
| HSV(B) | 52.11º | 0.94% | 0.47% | - |
| XYZ | 13.08 | 14.39 | 2.29 | - |
| YUV | 99.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 7 | 0 | 0.12 | 0.94 | 0.53 | 52.11 | 0.89 | 0.25 |
| Hex | 79 | 6A | 7 | 0 | C | 5E | 35 | 34 | 59 | 19 |
| Octal | 171 | 152 | 7 | 0 | 14 | 136 | 65 | 64 | 131 | 31 |
| Binary | 1111001 | 1101010 | 111 | 0 | 1100 | 1011110 | 110101 | 110100 | 1011001 | 11001 |
Color Harmonies of #796A07
Complementary color
Monochromatic Colors of #796A07
Black with #796A07
Text Example
Text Example
White with #796A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A07; }
p { color: rgb(121,106,7); }
H1.HeaderClassName
{
color: #796A07;
}
.AnyTagClassName
{
color: #796A07;
}
</style>
background-color css
<style>
a { background-color: #796A07; }
a { background-color: rgb(121,106,7); }
div.DivClassName
{
background-color: #796A07;
}
.BgClassName
{
background-color: #796A07;
}
</style>
border-color css
<style>
span { border-color: #796A07; }
span { border-color: rgb(121,106,7); }
td.TdClassName
{
border-color: #796A07;
}
.TagClassName
{
border-color: #796A07;
}
</style>