Shades of Spanish Green #7A8F71
Tints of Spanish Green #7A8F71
RGB
CMYK
RGB Variations
Color information
#7A8F71 (or 0x7A8F71) is known color: Spanish Green. HEX triplet: 7A, 8F and 71. RGB value is (122,143,113). Sum of RGB (Red+Green+Blue) = 122+143+113=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F71 is #85708E. Grayscale: #858585. Windows color (decimal): -8745103 or 7442298. OLE color: 7442298.
HSL color Cylindrical-coordinate representation of color #7A8F71: hue angle of 102º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A8F71 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 113 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.44 |
| HSL | 102º | 0.12% | 0.5% | - |
| HSV(B) | 102º | 0.21% | 0.56% | - |
| XYZ | 20.83 | 24.97 | 19.35 | - |
| YUV | 133.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 113 | 0.15 | 0 | 0.21 | 0.44 | 102 | 0.12 | 0.5 |
| Hex | 7A | 8F | 71 | F | 0 | 15 | 2C | 66 | C | 32 |
| Octal | 172 | 217 | 161 | 17 | 0 | 25 | 54 | 146 | 14 | 62 |
| Binary | 1111010 | 10001111 | 1110001 | 1111 | 0 | 10101 | 101100 | 1100110 | 1100 | 110010 |
Color Harmonies of #7A8F71
Complementary color
Monochromatic Colors of #7A8F71
Black with #7A8F71
Text Example
Text Example
White with #7A8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F71; }
p { color: rgb(122,143,113); }
H1.HeaderClassName
{
color: #7A8F71;
}
.AnyTagClassName
{
color: #7A8F71;
}
</style>
background-color css
<style>
a { background-color: #7A8F71; }
a { background-color: rgb(122,143,113); }
div.DivClassName
{
background-color: #7A8F71;
}
.BgClassName
{
background-color: #7A8F71;
}
</style>
border-color css
<style>
span { border-color: #7A8F71; }
span { border-color: rgb(122,143,113); }
td.TdClassName
{
border-color: #7A8F71;
}
.TagClassName
{
border-color: #7A8F71;
}
</style>