Shades of Spanish Green #7E9079
Tints of Spanish Green #7E9079
RGB
CMYK
RGB Variations
Color information
#7E9079 (or 0x7E9079) is known color: Spanish Green. HEX triplet: 7E, 90 and 79. RGB value is (126,144,121). Sum of RGB (Red+Green+Blue) = 126+144+121=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9079 is #816F86. Grayscale: #888888. Windows color (decimal): -8482695 or 7966846. OLE color: 7966846.
HSL color Cylindrical-coordinate representation of color #7E9079: hue angle of 106.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E9079 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 121 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.44 |
| HSL | 106.96º | 0.09% | 0.52% | - |
| HSV(B) | 106.96º | 0.16% | 0.56% | - |
| XYZ | 22.03 | 25.76 | 21.9 | - |
| YUV | 136 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 121 | 0.12 | 0 | 0.16 | 0.44 | 106.96 | 0.09 | 0.52 |
| Hex | 7E | 90 | 79 | C | 0 | 10 | 2C | 6B | 9 | 34 |
| Octal | 176 | 220 | 171 | 14 | 0 | 20 | 54 | 153 | 11 | 64 |
| Binary | 1111110 | 10010000 | 1111001 | 1100 | 0 | 10000 | 101100 | 1101011 | 1001 | 110100 |
Color Harmonies of #7E9079
Complementary color
Monochromatic Colors of #7E9079
Black with #7E9079
Text Example
Text Example
White with #7E9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9079; }
p { color: rgb(126,144,121); }
H1.HeaderClassName
{
color: #7E9079;
}
.AnyTagClassName
{
color: #7E9079;
}
</style>
background-color css
<style>
a { background-color: #7E9079; }
a { background-color: rgb(126,144,121); }
div.DivClassName
{
background-color: #7E9079;
}
.BgClassName
{
background-color: #7E9079;
}
</style>
border-color css
<style>
span { border-color: #7E9079; }
span { border-color: rgb(126,144,121); }
td.TdClassName
{
border-color: #7E9079;
}
.TagClassName
{
border-color: #7E9079;
}
</style>