Shades of Spanish Green #7A9270
Tints of Spanish Green #7A9270
RGB
CMYK
RGB Variations
Color information
#7A9270 (or 0x7A9270) is known color: Spanish Green. HEX triplet: 7A, 92 and 70. RGB value is (122,146,112). Sum of RGB (Red+Green+Blue) = 122+146+112=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9270 is #856D8F. Grayscale: #878787. Windows color (decimal): -8744336 or 7377530. OLE color: 7377530.
HSL color Cylindrical-coordinate representation of color #7A9270: hue angle of 102.35º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9270 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 112 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.43 |
| HSL | 102.35º | 0.13% | 0.51% | - |
| HSV(B) | 102.35º | 0.23% | 0.57% | - |
| XYZ | 21.23 | 25.87 | 19.2 | - |
| YUV | 134.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 112 | 0.16 | 0 | 0.23 | 0.43 | 102.35 | 0.13 | 0.51 |
| Hex | 7A | 92 | 70 | 10 | 0 | 17 | 2B | 66 | D | 33 |
| Octal | 172 | 222 | 160 | 20 | 0 | 27 | 53 | 146 | 15 | 63 |
| Binary | 1111010 | 10010010 | 1110000 | 10000 | 0 | 10111 | 101011 | 1100110 | 1101 | 110011 |
Color Harmonies of #7A9270
Complementary color
Monochromatic Colors of #7A9270
Black with #7A9270
Text Example
Text Example
White with #7A9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9270; }
p { color: rgb(122,146,112); }
H1.HeaderClassName
{
color: #7A9270;
}
.AnyTagClassName
{
color: #7A9270;
}
</style>
background-color css
<style>
a { background-color: #7A9270; }
a { background-color: rgb(122,146,112); }
div.DivClassName
{
background-color: #7A9270;
}
.BgClassName
{
background-color: #7A9270;
}
</style>
border-color css
<style>
span { border-color: #7A9270; }
span { border-color: rgb(122,146,112); }
td.TdClassName
{
border-color: #7A9270;
}
.TagClassName
{
border-color: #7A9270;
}
</style>