Shades of Spanish Green #7A8872
Tints of Spanish Green #7A8872
RGB
CMYK
RGB Variations
Color information
#7A8872 (or 0x7A8872) is known color: Spanish Green. HEX triplet: 7A, 88 and 72. RGB value is (122,136,114). Sum of RGB (Red+Green+Blue) = 122+136+114=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8872 is #85778D. Grayscale: #818181. Windows color (decimal): -8746894 or 7506042. OLE color: 7506042.
HSL color Cylindrical-coordinate representation of color #7A8872: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8872 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 114 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.47 |
| HSL | 98.18º | 0.09% | 0.49% | - |
| HSV(B) | 98.18º | 0.16% | 0.53% | - |
| XYZ | 19.87 | 22.96 | 19.3 | - |
| YUV | 129.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 114 | 0.10 | 0 | 0.16 | 0.47 | 98.18 | 0.09 | 0.49 |
| Hex | 7A | 88 | 72 | A | 0 | 10 | 2F | 62 | 9 | 31 |
| Octal | 172 | 210 | 162 | 12 | 0 | 20 | 57 | 142 | 11 | 61 |
| Binary | 1111010 | 10001000 | 1110010 | 1010 | 0 | 10000 | 101111 | 1100010 | 1001 | 110001 |
Color Harmonies of #7A8872
Complementary color
Monochromatic Colors of #7A8872
Black with #7A8872
Text Example
Text Example
White with #7A8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8872; }
p { color: rgb(122,136,114); }
H1.HeaderClassName
{
color: #7A8872;
}
.AnyTagClassName
{
color: #7A8872;
}
</style>
background-color css
<style>
a { background-color: #7A8872; }
a { background-color: rgb(122,136,114); }
div.DivClassName
{
background-color: #7A8872;
}
.BgClassName
{
background-color: #7A8872;
}
</style>
border-color css
<style>
span { border-color: #7A8872; }
span { border-color: rgb(122,136,114); }
td.TdClassName
{
border-color: #7A8872;
}
.TagClassName
{
border-color: #7A8872;
}
</style>