Shades of Spanish Green #788F72
Tints of Spanish Green #788F72
RGB
CMYK
RGB Variations
Color information
#788F72 (or 0x788F72) is known color: Spanish Green. HEX triplet: 78, 8F and 72. RGB value is (120,143,114). Sum of RGB (Red+Green+Blue) = 120+143+114=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #788F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F72 is #87708D. Grayscale: #848484. Windows color (decimal): -8876174 or 7507832. OLE color: 7507832.
HSL color Cylindrical-coordinate representation of color #788F72: hue angle of 107.59º 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 #788F72 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 114 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.44 |
| HSL | 107.59º | 0.11% | 0.5% | - |
| HSV(B) | 107.59º | 0.2% | 0.56% | - |
| XYZ | 20.61 | 24.85 | 19.63 | - |
| YUV | 132.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 114 | 0.16 | 0 | 0.20 | 0.44 | 107.59 | 0.11 | 0.5 |
| Hex | 78 | 8F | 72 | 10 | 0 | 14 | 2C | 6C | B | 32 |
| Octal | 170 | 217 | 162 | 20 | 0 | 24 | 54 | 154 | 13 | 62 |
| Binary | 1111000 | 10001111 | 1110010 | 10000 | 0 | 10100 | 101100 | 1101100 | 1011 | 110010 |
Color Harmonies of #788F72
Complementary color
Monochromatic Colors of #788F72
Black with #788F72
Text Example
Text Example
White with #788F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F72; }
p { color: rgb(120,143,114); }
H1.HeaderClassName
{
color: #788F72;
}
.AnyTagClassName
{
color: #788F72;
}
</style>
background-color css
<style>
a { background-color: #788F72; }
a { background-color: rgb(120,143,114); }
div.DivClassName
{
background-color: #788F72;
}
.BgClassName
{
background-color: #788F72;
}
</style>
border-color css
<style>
span { border-color: #788F72; }
span { border-color: rgb(120,143,114); }
td.TdClassName
{
border-color: #788F72;
}
.TagClassName
{
border-color: #788F72;
}
</style>