Shades of Spanish Green #7A9172
Tints of Spanish Green #7A9172
RGB
CMYK
RGB Variations
Color information
#7A9172 (or 0x7A9172) is known color: Spanish Green. HEX triplet: 7A, 91 and 72. RGB value is (122,145,114). Sum of RGB (Red+Green+Blue) = 122+145+114=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9172 is #856E8D. Grayscale: #868686. Windows color (decimal): -8744590 or 7508346. OLE color: 7508346.
HSL color Cylindrical-coordinate representation of color #7A9172: hue angle of 104.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9172 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 114 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.43 |
| HSL | 104.52º | 0.12% | 0.51% | - |
| HSV(B) | 104.52º | 0.21% | 0.57% | - |
| XYZ | 21.19 | 25.6 | 19.74 | - |
| YUV | 134.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 114 | 0.16 | 0 | 0.21 | 0.43 | 104.52 | 0.12 | 0.51 |
| Hex | 7A | 91 | 72 | 10 | 0 | 15 | 2B | 69 | C | 33 |
| Octal | 172 | 221 | 162 | 20 | 0 | 25 | 53 | 151 | 14 | 63 |
| Binary | 1111010 | 10010001 | 1110010 | 10000 | 0 | 10101 | 101011 | 1101001 | 1100 | 110011 |
Color Harmonies of #7A9172
Complementary color
Monochromatic Colors of #7A9172
Black with #7A9172
Text Example
Text Example
White with #7A9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9172; }
p { color: rgb(122,145,114); }
H1.HeaderClassName
{
color: #7A9172;
}
.AnyTagClassName
{
color: #7A9172;
}
</style>
background-color css
<style>
a { background-color: #7A9172; }
a { background-color: rgb(122,145,114); }
div.DivClassName
{
background-color: #7A9172;
}
.BgClassName
{
background-color: #7A9172;
}
</style>
border-color css
<style>
span { border-color: #7A9172; }
span { border-color: rgb(122,145,114); }
td.TdClassName
{
border-color: #7A9172;
}
.TagClassName
{
border-color: #7A9172;
}
</style>