Shades of Spanish Green #7A8D77
Tints of Spanish Green #7A8D77
RGB
CMYK
RGB Variations
Color information
#7A8D77 (or 0x7A8D77) is known color: Spanish Green. HEX triplet: 7A, 8D and 77. RGB value is (122,141,119). Sum of RGB (Red+Green+Blue) = 122+141+119=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8D77 is #857288. Grayscale: #848484. Windows color (decimal): -8745609 or 7835002. OLE color: 7835002.
HSL color Cylindrical-coordinate representation of color #7A8D77: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A8D77 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 141 | 119 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.45 |
| HSL | 111.82º | 0.09% | 0.51% | - |
| HSV(B) | 111.82º | 0.16% | 0.55% | - |
| XYZ | 20.88 | 24.52 | 21.08 | - |
| YUV | 132.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 119 | 0.13 | 0 | 0.16 | 0.45 | 111.82 | 0.09 | 0.51 |
| Hex | 7A | 8D | 77 | D | 0 | 10 | 2D | 70 | 9 | 33 |
| Octal | 172 | 215 | 167 | 15 | 0 | 20 | 55 | 160 | 11 | 63 |
| Binary | 1111010 | 10001101 | 1110111 | 1101 | 0 | 10000 | 101101 | 1110000 | 1001 | 110011 |
Color Harmonies of #7A8D77
Complementary color
Monochromatic Colors of #7A8D77
Black with #7A8D77
Text Example
Text Example
White with #7A8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8D77; }
p { color: rgb(122,141,119); }
H1.HeaderClassName
{
color: #7A8D77;
}
.AnyTagClassName
{
color: #7A8D77;
}
</style>
background-color css
<style>
a { background-color: #7A8D77; }
a { background-color: rgb(122,141,119); }
div.DivClassName
{
background-color: #7A8D77;
}
.BgClassName
{
background-color: #7A8D77;
}
</style>
border-color css
<style>
span { border-color: #7A8D77; }
span { border-color: rgb(122,141,119); }
td.TdClassName
{
border-color: #7A8D77;
}
.TagClassName
{
border-color: #7A8D77;
}
</style>