Shades of Pesto #796F25
Tints of Pesto #796F25
RGB
CMYK
RGB Variations
Color information
#796F25 (or 0x796F25) is known color: Pesto. HEX triplet: 79, 6F and 25. RGB value is (121,111,37). Sum of RGB (Red+Green+Blue) = 121+111+37=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #796F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F25 is #8690DA. Grayscale: #696969. Windows color (decimal): -8818907 or 2453369. OLE color: 2453369.
HSL color Cylindrical-coordinate representation of color #796F25: hue angle of 52.86º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #796F25 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 37 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.53 |
| HSL | 52.86º | 0.53% | 0.31% | - |
| HSV(B) | 52.86º | 0.69% | 0.47% | - |
| XYZ | 13.9 | 15.57 | 4.02 | - |
| YUV | 105.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 37 | 0 | 0.08 | 0.69 | 0.53 | 52.86 | 0.53 | 0.31 |
| Hex | 79 | 6F | 25 | 0 | 8 | 45 | 35 | 35 | 35 | 1F |
| Octal | 171 | 157 | 45 | 0 | 10 | 105 | 65 | 65 | 65 | 37 |
| Binary | 1111001 | 1101111 | 100101 | 0 | 1000 | 1000101 | 110101 | 110101 | 110101 | 11111 |
Color Harmonies of #796F25
Complementary color
Monochromatic Colors of #796F25
Black with #796F25
Text Example
Text Example
White with #796F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F25; }
p { color: rgb(121,111,37); }
H1.HeaderClassName
{
color: #796F25;
}
.AnyTagClassName
{
color: #796F25;
}
</style>
background-color css
<style>
a { background-color: #796F25; }
a { background-color: rgb(121,111,37); }
div.DivClassName
{
background-color: #796F25;
}
.BgClassName
{
background-color: #796F25;
}
</style>
border-color css
<style>
span { border-color: #796F25; }
span { border-color: rgb(121,111,37); }
td.TdClassName
{
border-color: #796F25;
}
.TagClassName
{
border-color: #796F25;
}
</style>