Shades of Spanish Green #768F71
Tints of Spanish Green #768F71
RGB
CMYK
RGB Variations
Color information
#768F71 (or 0x768F71) is known color: Spanish Green. HEX triplet: 76, 8F and 71. RGB value is (118,143,113). Sum of RGB (Red+Green+Blue) = 118+143+113=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #768F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F71 is #89708E. Grayscale: #848484. Windows color (decimal): -9007247 or 7442294. OLE color: 7442294.
HSL color Cylindrical-coordinate representation of color #768F71: hue angle of 110º 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 #768F71 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 113 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.44 |
| HSL | 110º | 0.12% | 0.5% | - |
| HSV(B) | 110º | 0.21% | 0.56% | - |
| XYZ | 20.27 | 24.69 | 19.32 | - |
| YUV | 132.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 113 | 0.17 | 0 | 0.21 | 0.44 | 110 | 0.12 | 0.5 |
| Hex | 76 | 8F | 71 | 11 | 0 | 15 | 2C | 6E | C | 32 |
| Octal | 166 | 217 | 161 | 21 | 0 | 25 | 54 | 156 | 14 | 62 |
| Binary | 1110110 | 10001111 | 1110001 | 10001 | 0 | 10101 | 101100 | 1101110 | 1100 | 110010 |
Color Harmonies of #768F71
Complementary color
Monochromatic Colors of #768F71
Black with #768F71
Text Example
Text Example
White with #768F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F71; }
p { color: rgb(118,143,113); }
H1.HeaderClassName
{
color: #768F71;
}
.AnyTagClassName
{
color: #768F71;
}
</style>
background-color css
<style>
a { background-color: #768F71; }
a { background-color: rgb(118,143,113); }
div.DivClassName
{
background-color: #768F71;
}
.BgClassName
{
background-color: #768F71;
}
</style>
border-color css
<style>
span { border-color: #768F71; }
span { border-color: rgb(118,143,113); }
td.TdClassName
{
border-color: #768F71;
}
.TagClassName
{
border-color: #768F71;
}
</style>