Shades of Pesto #7C781E
Tints of Pesto #7C781E
RGB
CMYK
RGB Variations
Color information
#7C781E (or 0x7C781E) is known color: Pesto. HEX triplet: 7C, 78 and 1E. RGB value is (124,120,30). Sum of RGB (Red+Green+Blue) = 124+120+30=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C781E is #8387E1. Grayscale: #6F6F6F. Windows color (decimal): -8620002 or 1996924. OLE color: 1996924.
HSL color Cylindrical-coordinate representation of color #7C781E: hue angle of 57.45º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C781E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 30 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.51 |
| HSL | 57.45º | 0.61% | 0.3% | - |
| HSV(B) | 57.45º | 0.76% | 0.49% | - |
| XYZ | 15.26 | 17.81 | 3.86 | - |
| YUV | 110.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 30 | 0 | 0.03 | 0.76 | 0.51 | 57.45 | 0.61 | 0.3 |
| Hex | 7C | 78 | 1E | 0 | 3 | 4C | 33 | 39 | 3D | 1E |
| Octal | 174 | 170 | 36 | 0 | 3 | 114 | 63 | 71 | 75 | 36 |
| Binary | 1111100 | 1111000 | 11110 | 0 | 11 | 1001100 | 110011 | 111001 | 111101 | 11110 |
Color Harmonies of #7C781E
Complementary color
Monochromatic Colors of #7C781E
Black with #7C781E
Text Example
Text Example
White with #7C781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C781E; }
p { color: rgb(124,120,30); }
H1.HeaderClassName
{
color: #7C781E;
}
.AnyTagClassName
{
color: #7C781E;
}
</style>
background-color css
<style>
a { background-color: #7C781E; }
a { background-color: rgb(124,120,30); }
div.DivClassName
{
background-color: #7C781E;
}
.BgClassName
{
background-color: #7C781E;
}
</style>
border-color css
<style>
span { border-color: #7C781E; }
span { border-color: rgb(124,120,30); }
td.TdClassName
{
border-color: #7C781E;
}
.TagClassName
{
border-color: #7C781E;
}
</style>