Shades of Spanish Green #788B74
Tints of Spanish Green #788B74
RGB
CMYK
RGB Variations
Color information
#788B74 (or 0x788B74) is known color: Spanish Green. HEX triplet: 78, 8B and 74. RGB value is (120,139,116). Sum of RGB (Red+Green+Blue) = 120+139+116=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #788B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B74 is #87748B. Grayscale: #828282. Windows color (decimal): -8877196 or 7637880. OLE color: 7637880.
HSL color Cylindrical-coordinate representation of color #788B74: hue angle of 109.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788B74 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 116 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.45 |
| HSL | 109.57º | 0.09% | 0.5% | - |
| HSV(B) | 109.57º | 0.17% | 0.55% | - |
| XYZ | 20.13 | 23.72 | 20.04 | - |
| YUV | 130.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 116 | 0.14 | 0 | 0.17 | 0.45 | 109.57 | 0.09 | 0.5 |
| Hex | 78 | 8B | 74 | E | 0 | 11 | 2D | 6E | 9 | 32 |
| Octal | 170 | 213 | 164 | 16 | 0 | 21 | 55 | 156 | 11 | 62 |
| Binary | 1111000 | 10001011 | 1110100 | 1110 | 0 | 10001 | 101101 | 1101110 | 1001 | 110010 |
Color Harmonies of #788B74
Complementary color
Monochromatic Colors of #788B74
Black with #788B74
Text Example
Text Example
White with #788B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B74; }
p { color: rgb(120,139,116); }
H1.HeaderClassName
{
color: #788B74;
}
.AnyTagClassName
{
color: #788B74;
}
</style>
background-color css
<style>
a { background-color: #788B74; }
a { background-color: rgb(120,139,116); }
div.DivClassName
{
background-color: #788B74;
}
.BgClassName
{
background-color: #788B74;
}
</style>
border-color css
<style>
span { border-color: #788B74; }
span { border-color: rgb(120,139,116); }
td.TdClassName
{
border-color: #788B74;
}
.TagClassName
{
border-color: #788B74;
}
</style>