Shades of Spanish Green #7E9075
Tints of Spanish Green #7E9075
RGB
CMYK
RGB Variations
Color information
#7E9075 (or 0x7E9075) is known color: Spanish Green. HEX triplet: 7E, 90 and 75. RGB value is (126,144,117). Sum of RGB (Red+Green+Blue) = 126+144+117=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9075 is #816F8A. Grayscale: #878787. Windows color (decimal): -8482699 or 7704702. OLE color: 7704702.
HSL color Cylindrical-coordinate representation of color #7E9075: hue angle of 100º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E9075 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 117 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.44 |
| HSL | 100º | 0.11% | 0.51% | - |
| HSV(B) | 100º | 0.19% | 0.56% | - |
| XYZ | 21.79 | 25.67 | 20.64 | - |
| YUV | 135.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 117 | 0.12 | 0 | 0.19 | 0.44 | 100 | 0.11 | 0.51 |
| Hex | 7E | 90 | 75 | C | 0 | 13 | 2C | 64 | B | 33 |
| Octal | 176 | 220 | 165 | 14 | 0 | 23 | 54 | 144 | 13 | 63 |
| Binary | 1111110 | 10010000 | 1110101 | 1100 | 0 | 10011 | 101100 | 1100100 | 1011 | 110011 |
Color Harmonies of #7E9075
Complementary color
Monochromatic Colors of #7E9075
Black with #7E9075
Text Example
Text Example
White with #7E9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9075; }
p { color: rgb(126,144,117); }
H1.HeaderClassName
{
color: #7E9075;
}
.AnyTagClassName
{
color: #7E9075;
}
</style>
background-color css
<style>
a { background-color: #7E9075; }
a { background-color: rgb(126,144,117); }
div.DivClassName
{
background-color: #7E9075;
}
.BgClassName
{
background-color: #7E9075;
}
</style>
border-color css
<style>
span { border-color: #7E9075; }
span { border-color: rgb(126,144,117); }
td.TdClassName
{
border-color: #7E9075;
}
.TagClassName
{
border-color: #7E9075;
}
</style>