Shades of Spanish Green #768A72
Tints of Spanish Green #768A72
RGB
CMYK
RGB Variations
Color information
#768A72 (or 0x768A72) is known color: Spanish Green. HEX triplet: 76, 8A and 72. RGB value is (118,138,114). Sum of RGB (Red+Green+Blue) = 118+138+114=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #768A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A72 is #89758D. Grayscale: #818181. Windows color (decimal): -9008526 or 7506550. OLE color: 7506550.
HSL color Cylindrical-coordinate representation of color #768A72: hue angle of 110º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768A72 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 114 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.46 |
| HSL | 110º | 0.1% | 0.49% | - |
| HSV(B) | 110º | 0.17% | 0.54% | - |
| XYZ | 19.6 | 23.24 | 19.37 | - |
| YUV | 129.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 114 | 0.14 | 0 | 0.17 | 0.46 | 110 | 0.1 | 0.49 |
| Hex | 76 | 8A | 72 | E | 0 | 11 | 2E | 6E | A | 31 |
| Octal | 166 | 212 | 162 | 16 | 0 | 21 | 56 | 156 | 12 | 61 |
| Binary | 1110110 | 10001010 | 1110010 | 1110 | 0 | 10001 | 101110 | 1101110 | 1010 | 110001 |
Color Harmonies of #768A72
Complementary color
Monochromatic Colors of #768A72
Black with #768A72
Text Example
Text Example
White with #768A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A72; }
p { color: rgb(118,138,114); }
H1.HeaderClassName
{
color: #768A72;
}
.AnyTagClassName
{
color: #768A72;
}
</style>
background-color css
<style>
a { background-color: #768A72; }
a { background-color: rgb(118,138,114); }
div.DivClassName
{
background-color: #768A72;
}
.BgClassName
{
background-color: #768A72;
}
</style>
border-color css
<style>
span { border-color: #768A72; }
span { border-color: rgb(118,138,114); }
td.TdClassName
{
border-color: #768A72;
}
.TagClassName
{
border-color: #768A72;
}
</style>