Shades of Spanish Green #7E8E7A
Tints of Spanish Green #7E8E7A
RGB
CMYK
RGB Variations
Color information
#7E8E7A (or 0x7E8E7A) is known color: Spanish Green. HEX triplet: 7E, 8E and 7A. RGB value is (126,142,122). Sum of RGB (Red+Green+Blue) = 126+142+122=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E7A is #817185. Grayscale: #878787. Windows color (decimal): -8483206 or 8031870. OLE color: 8031870.
HSL color Cylindrical-coordinate representation of color #7E8E7A: hue angle of 108º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E8E7A is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 122 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.44 |
| HSL | 108º | 0.08% | 0.52% | - |
| HSV(B) | 108º | 0.14% | 0.56% | - |
| XYZ | 21.79 | 25.19 | 22.13 | - |
| YUV | 134.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 122 | 0.11 | 0 | 0.14 | 0.44 | 108 | 0.08 | 0.52 |
| Hex | 7E | 8E | 7A | B | 0 | E | 2C | 6C | 8 | 34 |
| Octal | 176 | 216 | 172 | 13 | 0 | 16 | 54 | 154 | 10 | 64 |
| Binary | 1111110 | 10001110 | 1111010 | 1011 | 0 | 1110 | 101100 | 1101100 | 1000 | 110100 |
Color Harmonies of #7E8E7A
Complementary color
Monochromatic Colors of #7E8E7A
Black with #7E8E7A
Text Example
Text Example
White with #7E8E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E7A; }
p { color: rgb(126,142,122); }
H1.HeaderClassName
{
color: #7E8E7A;
}
.AnyTagClassName
{
color: #7E8E7A;
}
</style>
background-color css
<style>
a { background-color: #7E8E7A; }
a { background-color: rgb(126,142,122); }
div.DivClassName
{
background-color: #7E8E7A;
}
.BgClassName
{
background-color: #7E8E7A;
}
</style>
border-color css
<style>
span { border-color: #7E8E7A; }
span { border-color: rgb(126,142,122); }
td.TdClassName
{
border-color: #7E8E7A;
}
.TagClassName
{
border-color: #7E8E7A;
}
</style>