Shades of Spanish Green #7A9070
Tints of Spanish Green #7A9070
RGB
CMYK
RGB Variations
Color information
#7A9070 (or 0x7A9070) is known color: Spanish Green. HEX triplet: 7A, 90 and 70. RGB value is (122,144,112). Sum of RGB (Red+Green+Blue) = 122+144+112=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9070 is #856F8F. Grayscale: #858585. Windows color (decimal): -8744848 or 7377018. OLE color: 7377018.
HSL color Cylindrical-coordinate representation of color #7A9070: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9070 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 112 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.44 |
| HSL | 101.25º | 0.13% | 0.5% | - |
| HSV(B) | 101.25º | 0.22% | 0.56% | - |
| XYZ | 20.92 | 25.25 | 19.1 | - |
| YUV | 133.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 112 | 0.15 | 0 | 0.22 | 0.44 | 101.25 | 0.13 | 0.5 |
| Hex | 7A | 90 | 70 | F | 0 | 16 | 2C | 65 | D | 32 |
| Octal | 172 | 220 | 160 | 17 | 0 | 26 | 54 | 145 | 15 | 62 |
| Binary | 1111010 | 10010000 | 1110000 | 1111 | 0 | 10110 | 101100 | 1100101 | 1101 | 110010 |
Color Harmonies of #7A9070
Complementary color
Monochromatic Colors of #7A9070
Black with #7A9070
Text Example
Text Example
White with #7A9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9070; }
p { color: rgb(122,144,112); }
H1.HeaderClassName
{
color: #7A9070;
}
.AnyTagClassName
{
color: #7A9070;
}
</style>
background-color css
<style>
a { background-color: #7A9070; }
a { background-color: rgb(122,144,112); }
div.DivClassName
{
background-color: #7A9070;
}
.BgClassName
{
background-color: #7A9070;
}
</style>
border-color css
<style>
span { border-color: #7A9070; }
span { border-color: rgb(122,144,112); }
td.TdClassName
{
border-color: #7A9070;
}
.TagClassName
{
border-color: #7A9070;
}
</style>