Shades of Spanish Green #788C75
Tints of Spanish Green #788C75
RGB
CMYK
RGB Variations
Color information
#788C75 (or 0x788C75) is known color: Spanish Green. HEX triplet: 78, 8C and 75. RGB value is (120,140,117). Sum of RGB (Red+Green+Blue) = 120+140+117=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #788C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C75 is #87738A. Grayscale: #838383. Windows color (decimal): -8876939 or 7703672. OLE color: 7703672.
HSL color Cylindrical-coordinate representation of color #788C75: hue angle of 112.17º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788C75 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 117 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.45 |
| HSL | 112.17º | 0.09% | 0.5% | - |
| HSV(B) | 112.17º | 0.16% | 0.55% | - |
| XYZ | 20.33 | 24.03 | 20.4 | - |
| YUV | 131.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 117 | 0.14 | 0 | 0.16 | 0.45 | 112.17 | 0.09 | 0.5 |
| Hex | 78 | 8C | 75 | E | 0 | 10 | 2D | 70 | 9 | 32 |
| Octal | 170 | 214 | 165 | 16 | 0 | 20 | 55 | 160 | 11 | 62 |
| Binary | 1111000 | 10001100 | 1110101 | 1110 | 0 | 10000 | 101101 | 1110000 | 1001 | 110010 |
Color Harmonies of #788C75
Complementary color
Monochromatic Colors of #788C75
Black with #788C75
Text Example
Text Example
White with #788C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C75; }
p { color: rgb(120,140,117); }
H1.HeaderClassName
{
color: #788C75;
}
.AnyTagClassName
{
color: #788C75;
}
</style>
background-color css
<style>
a { background-color: #788C75; }
a { background-color: rgb(120,140,117); }
div.DivClassName
{
background-color: #788C75;
}
.BgClassName
{
background-color: #788C75;
}
</style>
border-color css
<style>
span { border-color: #788C75; }
span { border-color: rgb(120,140,117); }
td.TdClassName
{
border-color: #788C75;
}
.TagClassName
{
border-color: #788C75;
}
</style>