Shades of Spanish Green #798C71
Tints of Spanish Green #798C71
RGB
CMYK
RGB Variations
Color information
#798C71 (or 0x798C71) is known color: Spanish Green. HEX triplet: 79, 8C and 71. RGB value is (121,140,113). Sum of RGB (Red+Green+Blue) = 121+140+113=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #798C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C71 is #86738E. Grayscale: #838383. Windows color (decimal): -8811407 or 7441529. OLE color: 7441529.
HSL color Cylindrical-coordinate representation of color #798C71: hue angle of 102.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #798C71 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 140 | 113 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.45 |
| HSL | 102.22º | 0.11% | 0.5% | - |
| HSV(B) | 102.22º | 0.19% | 0.55% | - |
| XYZ | 20.24 | 24.01 | 19.19 | - |
| YUV | 131.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 113 | 0.14 | 0 | 0.19 | 0.45 | 102.22 | 0.11 | 0.5 |
| Hex | 79 | 8C | 71 | E | 0 | 13 | 2D | 66 | B | 32 |
| Octal | 171 | 214 | 161 | 16 | 0 | 23 | 55 | 146 | 13 | 62 |
| Binary | 1111001 | 10001100 | 1110001 | 1110 | 0 | 10011 | 101101 | 1100110 | 1011 | 110010 |
Color Harmonies of #798C71
Complementary color
Monochromatic Colors of #798C71
Black with #798C71
Text Example
Text Example
White with #798C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C71; }
p { color: rgb(121,140,113); }
H1.HeaderClassName
{
color: #798C71;
}
.AnyTagClassName
{
color: #798C71;
}
</style>
background-color css
<style>
a { background-color: #798C71; }
a { background-color: rgb(121,140,113); }
div.DivClassName
{
background-color: #798C71;
}
.BgClassName
{
background-color: #798C71;
}
</style>
border-color css
<style>
span { border-color: #798C71; }
span { border-color: rgb(121,140,113); }
td.TdClassName
{
border-color: #798C71;
}
.TagClassName
{
border-color: #798C71;
}
</style>