Shades of Spanish Green #789173
Tints of Spanish Green #789173
RGB
CMYK
RGB Variations
Color information
#789173 (or 0x789173) is known color: Spanish Green. HEX triplet: 78, 91 and 73. RGB value is (120,145,115). Sum of RGB (Red+Green+Blue) = 120+145+115=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #789173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789173 is #876E8C. Grayscale: #868686. Windows color (decimal): -8875661 or 7573880. OLE color: 7573880.
HSL color Cylindrical-coordinate representation of color #789173: hue angle of 110º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789173 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 115 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.43 |
| HSL | 110º | 0.12% | 0.51% | - |
| HSV(B) | 110º | 0.21% | 0.57% | - |
| XYZ | 20.97 | 25.48 | 20.03 | - |
| YUV | 134.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 115 | 0.17 | 0 | 0.21 | 0.43 | 110 | 0.12 | 0.51 |
| Hex | 78 | 91 | 73 | 11 | 0 | 15 | 2B | 6E | C | 33 |
| Octal | 170 | 221 | 163 | 21 | 0 | 25 | 53 | 156 | 14 | 63 |
| Binary | 1111000 | 10010001 | 1110011 | 10001 | 0 | 10101 | 101011 | 1101110 | 1100 | 110011 |
Color Harmonies of #789173
Complementary color
Monochromatic Colors of #789173
Black with #789173
Text Example
Text Example
White with #789173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789173; }
p { color: rgb(120,145,115); }
H1.HeaderClassName
{
color: #789173;
}
.AnyTagClassName
{
color: #789173;
}
</style>
background-color css
<style>
a { background-color: #789173; }
a { background-color: rgb(120,145,115); }
div.DivClassName
{
background-color: #789173;
}
.BgClassName
{
background-color: #789173;
}
</style>
border-color css
<style>
span { border-color: #789173; }
span { border-color: rgb(120,145,115); }
td.TdClassName
{
border-color: #789173;
}
.TagClassName
{
border-color: #789173;
}
</style>