Shades of Pesto #796A25
Tints of Pesto #796A25
RGB
CMYK
RGB Variations
Color information
#796A25 (or 0x796A25) is known color: Pesto. HEX triplet: 79, 6A and 25. RGB value is (121,106,37). Sum of RGB (Red+Green+Blue) = 121+106+37=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #796A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796A25 is #8695DA. Grayscale: #666666. Windows color (decimal): -8820187 or 2452089. OLE color: 2452089.
HSL color Cylindrical-coordinate representation of color #796A25: hue angle of 49.29º 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 #796A25 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 37 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.53 |
| HSL | 49.29º | 0.53% | 0.31% | - |
| HSV(B) | 49.29º | 0.69% | 0.47% | - |
| XYZ | 13.37 | 14.51 | 3.85 | - |
| YUV | 102.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 37 | 0 | 0.12 | 0.69 | 0.53 | 49.29 | 0.53 | 0.31 |
| Hex | 79 | 6A | 25 | 0 | C | 45 | 35 | 31 | 35 | 1F |
| Octal | 171 | 152 | 45 | 0 | 14 | 105 | 65 | 61 | 65 | 37 |
| Binary | 1111001 | 1101010 | 100101 | 0 | 1100 | 1000101 | 110101 | 110001 | 110101 | 11111 |
Color Harmonies of #796A25
Complementary color
Monochromatic Colors of #796A25
Black with #796A25
Text Example
Text Example
White with #796A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A25; }
p { color: rgb(121,106,37); }
H1.HeaderClassName
{
color: #796A25;
}
.AnyTagClassName
{
color: #796A25;
}
</style>
background-color css
<style>
a { background-color: #796A25; }
a { background-color: rgb(121,106,37); }
div.DivClassName
{
background-color: #796A25;
}
.BgClassName
{
background-color: #796A25;
}
</style>
border-color css
<style>
span { border-color: #796A25; }
span { border-color: rgb(121,106,37); }
td.TdClassName
{
border-color: #796A25;
}
.TagClassName
{
border-color: #796A25;
}
</style>