Shades of Spanish Green #7A8E75
Tints of Spanish Green #7A8E75
RGB
CMYK
RGB Variations
Color information
#7A8E75 (or 0x7A8E75) is known color: Spanish Green. HEX triplet: 7A, 8E and 75. RGB value is (122,142,117). Sum of RGB (Red+Green+Blue) = 122+142+117=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E75 is #85718A. Grayscale: #858585. Windows color (decimal): -8745355 or 7704186. OLE color: 7704186.
HSL color Cylindrical-coordinate representation of color #7A8E75: hue angle of 108º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A8E75 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 117 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.44 |
| HSL | 108º | 0.1% | 0.51% | - |
| HSV(B) | 108º | 0.18% | 0.56% | - |
| XYZ | 20.91 | 24.77 | 20.51 | - |
| YUV | 133.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 117 | 0.14 | 0 | 0.18 | 0.44 | 108 | 0.1 | 0.51 |
| Hex | 7A | 8E | 75 | E | 0 | 12 | 2C | 6C | A | 33 |
| Octal | 172 | 216 | 165 | 16 | 0 | 22 | 54 | 154 | 12 | 63 |
| Binary | 1111010 | 10001110 | 1110101 | 1110 | 0 | 10010 | 101100 | 1101100 | 1010 | 110011 |
Color Harmonies of #7A8E75
Complementary color
Monochromatic Colors of #7A8E75
Black with #7A8E75
Text Example
Text Example
White with #7A8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E75; }
p { color: rgb(122,142,117); }
H1.HeaderClassName
{
color: #7A8E75;
}
.AnyTagClassName
{
color: #7A8E75;
}
</style>
background-color css
<style>
a { background-color: #7A8E75; }
a { background-color: rgb(122,142,117); }
div.DivClassName
{
background-color: #7A8E75;
}
.BgClassName
{
background-color: #7A8E75;
}
</style>
border-color css
<style>
span { border-color: #7A8E75; }
span { border-color: rgb(122,142,117); }
td.TdClassName
{
border-color: #7A8E75;
}
.TagClassName
{
border-color: #7A8E75;
}
</style>