Shades of Pesto #796F22
Tints of Pesto #796F22
RGB
CMYK
RGB Variations
Color information
#796F22 (or 0x796F22) is known color: Pesto. HEX triplet: 79, 6F and 22. RGB value is (121,111,34). Sum of RGB (Red+Green+Blue) = 121+111+34=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #796F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F22 is #8690DD. Grayscale: #696969. Windows color (decimal): -8818910 or 2256761. OLE color: 2256761.
HSL color Cylindrical-coordinate representation of color #796F22: hue angle of 53.1º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #796F22 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 34 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.53 |
| HSL | 53.1º | 0.56% | 0.3% | - |
| HSV(B) | 53.1º | 0.72% | 0.47% | - |
| XYZ | 13.86 | 15.55 | 3.78 | - |
| YUV | 105.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 34 | 0 | 0.08 | 0.72 | 0.53 | 53.1 | 0.56 | 0.3 |
| Hex | 79 | 6F | 22 | 0 | 8 | 48 | 35 | 35 | 38 | 1E |
| Octal | 171 | 157 | 42 | 0 | 10 | 110 | 65 | 65 | 70 | 36 |
| Binary | 1111001 | 1101111 | 100010 | 0 | 1000 | 1001000 | 110101 | 110101 | 111000 | 11110 |
Color Harmonies of #796F22
Complementary color
Monochromatic Colors of #796F22
Black with #796F22
Text Example
Text Example
White with #796F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F22; }
p { color: rgb(121,111,34); }
H1.HeaderClassName
{
color: #796F22;
}
.AnyTagClassName
{
color: #796F22;
}
</style>
background-color css
<style>
a { background-color: #796F22; }
a { background-color: rgb(121,111,34); }
div.DivClassName
{
background-color: #796F22;
}
.BgClassName
{
background-color: #796F22;
}
</style>
border-color css
<style>
span { border-color: #796F22; }
span { border-color: rgb(121,111,34); }
td.TdClassName
{
border-color: #796F22;
}
.TagClassName
{
border-color: #796F22;
}
</style>