Shades of Spanish Green #788D74
Tints of Spanish Green #788D74
RGB
CMYK
RGB Variations
Color information
#788D74 (or 0x788D74) is known color: Spanish Green. HEX triplet: 78, 8D and 74. RGB value is (120,141,116). Sum of RGB (Red+Green+Blue) = 120+141+116=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #788D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D74 is #87728B. Grayscale: #838383. Windows color (decimal): -8876684 or 7638392. OLE color: 7638392.
HSL color Cylindrical-coordinate representation of color #788D74: hue angle of 110.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788D74 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 116 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.45 |
| HSL | 110.4º | 0.1% | 0.5% | - |
| HSV(B) | 110.4º | 0.18% | 0.55% | - |
| XYZ | 20.42 | 24.3 | 20.14 | - |
| YUV | 131.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 116 | 0.15 | 0 | 0.18 | 0.45 | 110.4 | 0.1 | 0.5 |
| Hex | 78 | 8D | 74 | F | 0 | 12 | 2D | 6E | A | 32 |
| Octal | 170 | 215 | 164 | 17 | 0 | 22 | 55 | 156 | 12 | 62 |
| Binary | 1111000 | 10001101 | 1110100 | 1111 | 0 | 10010 | 101101 | 1101110 | 1010 | 110010 |
Color Harmonies of #788D74
Complementary color
Monochromatic Colors of #788D74
Black with #788D74
Text Example
Text Example
White with #788D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D74; }
p { color: rgb(120,141,116); }
H1.HeaderClassName
{
color: #788D74;
}
.AnyTagClassName
{
color: #788D74;
}
</style>
background-color css
<style>
a { background-color: #788D74; }
a { background-color: rgb(120,141,116); }
div.DivClassName
{
background-color: #788D74;
}
.BgClassName
{
background-color: #788D74;
}
</style>
border-color css
<style>
span { border-color: #788D74; }
span { border-color: rgb(120,141,116); }
td.TdClassName
{
border-color: #788D74;
}
.TagClassName
{
border-color: #788D74;
}
</style>