Shades of Spanish Green #788A72
Tints of Spanish Green #788A72
RGB
CMYK
RGB Variations
Color information
#788A72 (or 0x788A72) is known color: Spanish Green. HEX triplet: 78, 8A and 72. RGB value is (120,138,114). Sum of RGB (Red+Green+Blue) = 120+138+114=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #788A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A72 is #87758D. Grayscale: #818181. Windows color (decimal): -8877454 or 7506552. OLE color: 7506552.
HSL color Cylindrical-coordinate representation of color #788A72: hue angle of 105º 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 #788A72 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 114 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.46 |
| HSL | 105º | 0.1% | 0.49% | - |
| HSV(B) | 105º | 0.17% | 0.54% | - |
| XYZ | 19.87 | 23.38 | 19.39 | - |
| YUV | 129.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 114 | 0.13 | 0 | 0.17 | 0.46 | 105 | 0.1 | 0.49 |
| Hex | 78 | 8A | 72 | D | 0 | 11 | 2E | 69 | A | 31 |
| Octal | 170 | 212 | 162 | 15 | 0 | 21 | 56 | 151 | 12 | 61 |
| Binary | 1111000 | 10001010 | 1110010 | 1101 | 0 | 10001 | 101110 | 1101001 | 1010 | 110001 |
Color Harmonies of #788A72
Complementary color
Monochromatic Colors of #788A72
Black with #788A72
Text Example
Text Example
White with #788A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A72; }
p { color: rgb(120,138,114); }
H1.HeaderClassName
{
color: #788A72;
}
.AnyTagClassName
{
color: #788A72;
}
</style>
background-color css
<style>
a { background-color: #788A72; }
a { background-color: rgb(120,138,114); }
div.DivClassName
{
background-color: #788A72;
}
.BgClassName
{
background-color: #788A72;
}
</style>
border-color css
<style>
span { border-color: #788A72; }
span { border-color: rgb(120,138,114); }
td.TdClassName
{
border-color: #788A72;
}
.TagClassName
{
border-color: #788A72;
}
</style>