Shades of Spanish Green #7E9078
Tints of Spanish Green #7E9078
RGB
CMYK
RGB Variations
Color information
#7E9078 (or 0x7E9078) is known color: Spanish Green. HEX triplet: 7E, 90 and 78. RGB value is (126,144,120). Sum of RGB (Red+Green+Blue) = 126+144+120=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9078 is #816F87. Grayscale: #878787. Windows color (decimal): -8482696 or 7901310. OLE color: 7901310.
HSL color Cylindrical-coordinate representation of color #7E9078: hue angle of 105º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E9078 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 120 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.44 |
| HSL | 105º | 0.1% | 0.52% | - |
| HSV(B) | 105º | 0.17% | 0.56% | - |
| XYZ | 21.97 | 25.74 | 21.58 | - |
| YUV | 135.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 120 | 0.12 | 0 | 0.17 | 0.44 | 105 | 0.1 | 0.52 |
| Hex | 7E | 90 | 78 | C | 0 | 11 | 2C | 69 | A | 34 |
| Octal | 176 | 220 | 170 | 14 | 0 | 21 | 54 | 151 | 12 | 64 |
| Binary | 1111110 | 10010000 | 1111000 | 1100 | 0 | 10001 | 101100 | 1101001 | 1010 | 110100 |
Color Harmonies of #7E9078
Complementary color
Monochromatic Colors of #7E9078
Black with #7E9078
Text Example
Text Example
White with #7E9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9078; }
p { color: rgb(126,144,120); }
H1.HeaderClassName
{
color: #7E9078;
}
.AnyTagClassName
{
color: #7E9078;
}
</style>
background-color css
<style>
a { background-color: #7E9078; }
a { background-color: rgb(126,144,120); }
div.DivClassName
{
background-color: #7E9078;
}
.BgClassName
{
background-color: #7E9078;
}
</style>
border-color css
<style>
span { border-color: #7E9078; }
span { border-color: rgb(126,144,120); }
td.TdClassName
{
border-color: #7E9078;
}
.TagClassName
{
border-color: #7E9078;
}
</style>