Shades of Spanish Green #7A8875
Tints of Spanish Green #7A8875
RGB
CMYK
RGB Variations
Color information
#7A8875 (or 0x7A8875) is known color: Spanish Green. HEX triplet: 7A, 88 and 75. RGB value is (122,136,117). Sum of RGB (Red+Green+Blue) = 122+136+117=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8875 is #85778A. Grayscale: #818181. Windows color (decimal): -8746891 or 7702650. OLE color: 7702650.
HSL color Cylindrical-coordinate representation of color #7A8875: hue angle of 104.21º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8875 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 117 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.47 |
| HSL | 104.21º | 0.08% | 0.5% | - |
| HSV(B) | 104.21º | 0.14% | 0.53% | - |
| XYZ | 20.04 | 23.03 | 20.22 | - |
| YUV | 129.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 117 | 0.10 | 0 | 0.14 | 0.47 | 104.21 | 0.08 | 0.5 |
| Hex | 7A | 88 | 75 | A | 0 | E | 2F | 68 | 8 | 32 |
| Octal | 172 | 210 | 165 | 12 | 0 | 16 | 57 | 150 | 10 | 62 |
| Binary | 1111010 | 10001000 | 1110101 | 1010 | 0 | 1110 | 101111 | 1101000 | 1000 | 110010 |
Color Harmonies of #7A8875
Complementary color
Monochromatic Colors of #7A8875
Black with #7A8875
Text Example
Text Example
White with #7A8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8875; }
p { color: rgb(122,136,117); }
H1.HeaderClassName
{
color: #7A8875;
}
.AnyTagClassName
{
color: #7A8875;
}
</style>
background-color css
<style>
a { background-color: #7A8875; }
a { background-color: rgb(122,136,117); }
div.DivClassName
{
background-color: #7A8875;
}
.BgClassName
{
background-color: #7A8875;
}
</style>
border-color css
<style>
span { border-color: #7A8875; }
span { border-color: rgb(122,136,117); }
td.TdClassName
{
border-color: #7A8875;
}
.TagClassName
{
border-color: #7A8875;
}
</style>