Shades of Spanish Green #7E8D75
Tints of Spanish Green #7E8D75
RGB
CMYK
RGB Variations
Color information
#7E8D75 (or 0x7E8D75) is known color: Spanish Green. HEX triplet: 7E, 8D and 75. RGB value is (126,141,117). Sum of RGB (Red+Green+Blue) = 126+141+117=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D75 is #81728A. Grayscale: #858585. Windows color (decimal): -8483467 or 7703934. OLE color: 7703934.
HSL color Cylindrical-coordinate representation of color #7E8D75: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E8D75 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 141 | 117 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.45 |
| HSL | 97.5º | 0.1% | 0.51% | - |
| HSV(B) | 97.5º | 0.17% | 0.55% | - |
| XYZ | 21.34 | 24.77 | 20.49 | - |
| YUV | 133.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 117 | 0.11 | 0 | 0.17 | 0.45 | 97.5 | 0.1 | 0.51 |
| Hex | 7E | 8D | 75 | B | 0 | 11 | 2D | 62 | A | 33 |
| Octal | 176 | 215 | 165 | 13 | 0 | 21 | 55 | 142 | 12 | 63 |
| Binary | 1111110 | 10001101 | 1110101 | 1011 | 0 | 10001 | 101101 | 1100010 | 1010 | 110011 |
Color Harmonies of #7E8D75
Complementary color
Monochromatic Colors of #7E8D75
Black with #7E8D75
Text Example
Text Example
White with #7E8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8D75; }
p { color: rgb(126,141,117); }
H1.HeaderClassName
{
color: #7E8D75;
}
.AnyTagClassName
{
color: #7E8D75;
}
</style>
background-color css
<style>
a { background-color: #7E8D75; }
a { background-color: rgb(126,141,117); }
div.DivClassName
{
background-color: #7E8D75;
}
.BgClassName
{
background-color: #7E8D75;
}
</style>
border-color css
<style>
span { border-color: #7E8D75; }
span { border-color: rgb(126,141,117); }
td.TdClassName
{
border-color: #7E8D75;
}
.TagClassName
{
border-color: #7E8D75;
}
</style>