Shades of Spanish Green #7E8979
Tints of Spanish Green #7E8979
RGB
CMYK
RGB Variations
Color information
#7E8979 (or 0x7E8979) is known color: Spanish Green. HEX triplet: 7E, 89 and 79. RGB value is (126,137,121). Sum of RGB (Red+Green+Blue) = 126+137+121=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8979 is #817686. Grayscale: #838383. Windows color (decimal): -8484487 or 7965054. OLE color: 7965054.
HSL color Cylindrical-coordinate representation of color #7E8979: hue angle of 101.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8979 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 121 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.46 |
| HSL | 101.25º | 0.06% | 0.51% | - |
| HSV(B) | 101.25º | 0.12% | 0.54% | - |
| XYZ | 21 | 23.71 | 21.56 | - |
| YUV | 131.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 121 | 0.08 | 0 | 0.12 | 0.46 | 101.25 | 0.06 | 0.51 |
| Hex | 7E | 89 | 79 | 8 | 0 | C | 2E | 65 | 6 | 33 |
| Octal | 176 | 211 | 171 | 10 | 0 | 14 | 56 | 145 | 6 | 63 |
| Binary | 1111110 | 10001001 | 1111001 | 1000 | 0 | 1100 | 101110 | 1100101 | 110 | 110011 |
Color Harmonies of #7E8979
Complementary color
Monochromatic Colors of #7E8979
Black with #7E8979
Text Example
Text Example
White with #7E8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8979; }
p { color: rgb(126,137,121); }
H1.HeaderClassName
{
color: #7E8979;
}
.AnyTagClassName
{
color: #7E8979;
}
</style>
background-color css
<style>
a { background-color: #7E8979; }
a { background-color: rgb(126,137,121); }
div.DivClassName
{
background-color: #7E8979;
}
.BgClassName
{
background-color: #7E8979;
}
</style>
border-color css
<style>
span { border-color: #7E8979; }
span { border-color: rgb(126,137,121); }
td.TdClassName
{
border-color: #7E8979;
}
.TagClassName
{
border-color: #7E8979;
}
</style>