Shades of Spanish Green #768D71
Tints of Spanish Green #768D71
RGB
CMYK
RGB Variations
Color information
#768D71 (or 0x768D71) is known color: Spanish Green. HEX triplet: 76, 8D and 71. RGB value is (118,141,113). Sum of RGB (Red+Green+Blue) = 118+141+113=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #768D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D71 is #89728E. Grayscale: #838383. Windows color (decimal): -9007759 or 7441782. OLE color: 7441782.
HSL color Cylindrical-coordinate representation of color #768D71: hue angle of 109.29º 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 #768D71 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 113 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.45 |
| HSL | 109.29º | 0.11% | 0.5% | - |
| HSV(B) | 109.29º | 0.2% | 0.55% | - |
| XYZ | 19.98 | 24.09 | 19.22 | - |
| YUV | 130.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 113 | 0.16 | 0 | 0.20 | 0.45 | 109.29 | 0.11 | 0.5 |
| Hex | 76 | 8D | 71 | 10 | 0 | 14 | 2D | 6D | B | 32 |
| Octal | 166 | 215 | 161 | 20 | 0 | 24 | 55 | 155 | 13 | 62 |
| Binary | 1110110 | 10001101 | 1110001 | 10000 | 0 | 10100 | 101101 | 1101101 | 1011 | 110010 |
Color Harmonies of #768D71
Complementary color
Monochromatic Colors of #768D71
Black with #768D71
Text Example
Text Example
White with #768D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D71; }
p { color: rgb(118,141,113); }
H1.HeaderClassName
{
color: #768D71;
}
.AnyTagClassName
{
color: #768D71;
}
</style>
background-color css
<style>
a { background-color: #768D71; }
a { background-color: rgb(118,141,113); }
div.DivClassName
{
background-color: #768D71;
}
.BgClassName
{
background-color: #768D71;
}
</style>
border-color css
<style>
span { border-color: #768D71; }
span { border-color: rgb(118,141,113); }
td.TdClassName
{
border-color: #768D71;
}
.TagClassName
{
border-color: #768D71;
}
</style>