Shades of Spanish Green #768E72
Tints of Spanish Green #768E72
RGB
CMYK
RGB Variations
Color information
#768E72 (or 0x768E72) is known color: Spanish Green. HEX triplet: 76, 8E and 72. RGB value is (118,142,114). Sum of RGB (Red+Green+Blue) = 118+142+114=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #768E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E72 is #89718D. Grayscale: #838383. Windows color (decimal): -9007502 or 7507574. OLE color: 7507574.
HSL color Cylindrical-coordinate representation of color #768E72: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768E72 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 114 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.44 |
| HSL | 111.43º | 0.11% | 0.5% | - |
| HSV(B) | 111.43º | 0.2% | 0.56% | - |
| XYZ | 20.18 | 24.41 | 19.57 | - |
| YUV | 131.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 114 | 0.17 | 0 | 0.20 | 0.44 | 111.43 | 0.11 | 0.5 |
| Hex | 76 | 8E | 72 | 11 | 0 | 14 | 2C | 6F | B | 32 |
| Octal | 166 | 216 | 162 | 21 | 0 | 24 | 54 | 157 | 13 | 62 |
| Binary | 1110110 | 10001110 | 1110010 | 10001 | 0 | 10100 | 101100 | 1101111 | 1011 | 110010 |
Color Harmonies of #768E72
Complementary color
Monochromatic Colors of #768E72
Black with #768E72
Text Example
Text Example
White with #768E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E72; }
p { color: rgb(118,142,114); }
H1.HeaderClassName
{
color: #768E72;
}
.AnyTagClassName
{
color: #768E72;
}
</style>
background-color css
<style>
a { background-color: #768E72; }
a { background-color: rgb(118,142,114); }
div.DivClassName
{
background-color: #768E72;
}
.BgClassName
{
background-color: #768E72;
}
</style>
border-color css
<style>
span { border-color: #768E72; }
span { border-color: rgb(118,142,114); }
td.TdClassName
{
border-color: #768E72;
}
.TagClassName
{
border-color: #768E72;
}
</style>