Shades of Spanish Green #7A8A72
Tints of Spanish Green #7A8A72
RGB
CMYK
RGB Variations
Color information
#7A8A72 (or 0x7A8A72) is known color: Spanish Green. HEX triplet: 7A, 8A and 72. RGB value is (122,138,114). Sum of RGB (Red+Green+Blue) = 122+138+114=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A72 is #85758D. Grayscale: #828282. Windows color (decimal): -8746382 or 7506554. OLE color: 7506554.
HSL color Cylindrical-coordinate representation of color #7A8A72: hue angle of 100º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8A72 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 114 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.46 |
| HSL | 100º | 0.1% | 0.49% | - |
| HSV(B) | 100º | 0.17% | 0.54% | - |
| XYZ | 20.15 | 23.53 | 19.4 | - |
| YUV | 130.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 114 | 0.12 | 0 | 0.17 | 0.46 | 100 | 0.1 | 0.49 |
| Hex | 7A | 8A | 72 | C | 0 | 11 | 2E | 64 | A | 31 |
| Octal | 172 | 212 | 162 | 14 | 0 | 21 | 56 | 144 | 12 | 61 |
| Binary | 1111010 | 10001010 | 1110010 | 1100 | 0 | 10001 | 101110 | 1100100 | 1010 | 110001 |
Color Harmonies of #7A8A72
Complementary color
Monochromatic Colors of #7A8A72
Black with #7A8A72
Text Example
Text Example
White with #7A8A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A72; }
p { color: rgb(122,138,114); }
H1.HeaderClassName
{
color: #7A8A72;
}
.AnyTagClassName
{
color: #7A8A72;
}
</style>
background-color css
<style>
a { background-color: #7A8A72; }
a { background-color: rgb(122,138,114); }
div.DivClassName
{
background-color: #7A8A72;
}
.BgClassName
{
background-color: #7A8A72;
}
</style>
border-color css
<style>
span { border-color: #7A8A72; }
span { border-color: rgb(122,138,114); }
td.TdClassName
{
border-color: #7A8A72;
}
.TagClassName
{
border-color: #7A8A72;
}
</style>