Shades of Spanish Green #798D71
Tints of Spanish Green #798D71
RGB
CMYK
RGB Variations
Color information
#798D71 (or 0x798D71) is known color: Spanish Green. HEX triplet: 79, 8D and 71. RGB value is (121,141,113). Sum of RGB (Red+Green+Blue) = 121+141+113=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #798D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D71 is #86728E. Grayscale: #838383. Windows color (decimal): -8811151 or 7441785. OLE color: 7441785.
HSL color Cylindrical-coordinate representation of color #798D71: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798D71 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 113 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.45 |
| HSL | 102.86º | 0.11% | 0.5% | - |
| HSV(B) | 102.86º | 0.2% | 0.55% | - |
| XYZ | 20.39 | 24.31 | 19.24 | - |
| YUV | 131.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 113 | 0.14 | 0 | 0.20 | 0.45 | 102.86 | 0.11 | 0.5 |
| Hex | 79 | 8D | 71 | E | 0 | 14 | 2D | 67 | B | 32 |
| Octal | 171 | 215 | 161 | 16 | 0 | 24 | 55 | 147 | 13 | 62 |
| Binary | 1111001 | 10001101 | 1110001 | 1110 | 0 | 10100 | 101101 | 1100111 | 1011 | 110010 |
Color Harmonies of #798D71
Complementary color
Monochromatic Colors of #798D71
Black with #798D71
Text Example
Text Example
White with #798D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D71; }
p { color: rgb(121,141,113); }
H1.HeaderClassName
{
color: #798D71;
}
.AnyTagClassName
{
color: #798D71;
}
</style>
background-color css
<style>
a { background-color: #798D71; }
a { background-color: rgb(121,141,113); }
div.DivClassName
{
background-color: #798D71;
}
.BgClassName
{
background-color: #798D71;
}
</style>
border-color css
<style>
span { border-color: #798D71; }
span { border-color: rgb(121,141,113); }
td.TdClassName
{
border-color: #798D71;
}
.TagClassName
{
border-color: #798D71;
}
</style>