Shades of Spanish Green #788574
Tints of Spanish Green #788574
RGB
CMYK
RGB Variations
Color information
#788574 (or 0x788574) is known color: Spanish Green. HEX triplet: 78, 85 and 74. RGB value is (120,133,116). Sum of RGB (Red+Green+Blue) = 120+133+116=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #788574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788574 is #877A8B. Grayscale: #7F7F7F. Windows color (decimal): -8878732 or 7636344. OLE color: 7636344.
HSL color Cylindrical-coordinate representation of color #788574: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788574 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 116 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.48 |
| HSL | 105.88º | 0.07% | 0.49% | - |
| HSV(B) | 105.88º | 0.13% | 0.52% | - |
| XYZ | 19.29 | 22.03 | 19.76 | - |
| YUV | 127.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 116 | 0.10 | 0 | 0.13 | 0.48 | 105.88 | 0.07 | 0.49 |
| Hex | 78 | 85 | 74 | A | 0 | D | 30 | 6A | 7 | 31 |
| Octal | 170 | 205 | 164 | 12 | 0 | 15 | 60 | 152 | 7 | 61 |
| Binary | 1111000 | 10000101 | 1110100 | 1010 | 0 | 1101 | 110000 | 1101010 | 111 | 110001 |
Color Harmonies of #788574
Complementary color
Monochromatic Colors of #788574
Black with #788574
Text Example
Text Example
White with #788574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788574; }
p { color: rgb(120,133,116); }
H1.HeaderClassName
{
color: #788574;
}
.AnyTagClassName
{
color: #788574;
}
</style>
background-color css
<style>
a { background-color: #788574; }
a { background-color: rgb(120,133,116); }
div.DivClassName
{
background-color: #788574;
}
.BgClassName
{
background-color: #788574;
}
</style>
border-color css
<style>
span { border-color: #788574; }
span { border-color: rgb(120,133,116); }
td.TdClassName
{
border-color: #788574;
}
.TagClassName
{
border-color: #788574;
}
</style>