Shades of Pesto #796F20
Tints of Pesto #796F20
RGB
CMYK
RGB Variations
Color information
#796F20 (or 0x796F20) is known color: Pesto. HEX triplet: 79, 6F and 20. RGB value is (121,111,32). Sum of RGB (Red+Green+Blue) = 121+111+32=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #796F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F20 is #8690DF. Grayscale: #696969. Windows color (decimal): -8818912 or 2125689. OLE color: 2125689.
HSL color Cylindrical-coordinate representation of color #796F20: hue angle of 53.26º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #796F20 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 32 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.53 |
| HSL | 53.26º | 0.58% | 0.3% | - |
| HSV(B) | 53.26º | 0.74% | 0.47% | - |
| XYZ | 13.83 | 15.54 | 3.64 | - |
| YUV | 104.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 32 | 0 | 0.08 | 0.74 | 0.53 | 53.26 | 0.58 | 0.3 |
| Hex | 79 | 6F | 20 | 0 | 8 | 4A | 35 | 35 | 3A | 1E |
| Octal | 171 | 157 | 40 | 0 | 10 | 112 | 65 | 65 | 72 | 36 |
| Binary | 1111001 | 1101111 | 100000 | 0 | 1000 | 1001010 | 110101 | 110101 | 111010 | 11110 |
Color Harmonies of #796F20
Complementary color
Monochromatic Colors of #796F20
Black with #796F20
Text Example
Text Example
White with #796F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F20; }
p { color: rgb(121,111,32); }
H1.HeaderClassName
{
color: #796F20;
}
.AnyTagClassName
{
color: #796F20;
}
</style>
background-color css
<style>
a { background-color: #796F20; }
a { background-color: rgb(121,111,32); }
div.DivClassName
{
background-color: #796F20;
}
.BgClassName
{
background-color: #796F20;
}
</style>
border-color css
<style>
span { border-color: #796F20; }
span { border-color: rgb(121,111,32); }
td.TdClassName
{
border-color: #796F20;
}
.TagClassName
{
border-color: #796F20;
}
</style>