Shades of Spanish Green #788B73
Tints of Spanish Green #788B73
RGB
CMYK
RGB Variations
Color information
#788B73 (or 0x788B73) is known color: Spanish Green. HEX triplet: 78, 8B and 73. RGB value is (120,139,115). Sum of RGB (Red+Green+Blue) = 120+139+115=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #788B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B73 is #87748C. Grayscale: #828282. Windows color (decimal): -8877197 or 7572344. OLE color: 7572344.
HSL color Cylindrical-coordinate representation of color #788B73: hue angle of 107.5º 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 #788B73 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 115 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.45 |
| HSL | 107.5º | 0.09% | 0.5% | - |
| HSV(B) | 107.5º | 0.17% | 0.55% | - |
| XYZ | 20.07 | 23.7 | 19.74 | - |
| YUV | 130.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 115 | 0.14 | 0 | 0.17 | 0.45 | 107.5 | 0.09 | 0.5 |
| Hex | 78 | 8B | 73 | E | 0 | 11 | 2D | 6C | 9 | 32 |
| Octal | 170 | 213 | 163 | 16 | 0 | 21 | 55 | 154 | 11 | 62 |
| Binary | 1111000 | 10001011 | 1110011 | 1110 | 0 | 10001 | 101101 | 1101100 | 1001 | 110010 |
Color Harmonies of #788B73
Complementary color
Monochromatic Colors of #788B73
Black with #788B73
Text Example
Text Example
White with #788B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B73; }
p { color: rgb(120,139,115); }
H1.HeaderClassName
{
color: #788B73;
}
.AnyTagClassName
{
color: #788B73;
}
</style>
background-color css
<style>
a { background-color: #788B73; }
a { background-color: rgb(120,139,115); }
div.DivClassName
{
background-color: #788B73;
}
.BgClassName
{
background-color: #788B73;
}
</style>
border-color css
<style>
span { border-color: #788B73; }
span { border-color: rgb(120,139,115); }
td.TdClassName
{
border-color: #788B73;
}
.TagClassName
{
border-color: #788B73;
}
</style>