Shades of Spanish Green #789172
Tints of Spanish Green #789172
RGB
CMYK
RGB Variations
Color information
#789172 (or 0x789172) is known color: Spanish Green. HEX triplet: 78, 91 and 72. RGB value is (120,145,114). Sum of RGB (Red+Green+Blue) = 120+145+114=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #789172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789172 is #876E8D. Grayscale: #868686. Windows color (decimal): -8875662 or 7508344. OLE color: 7508344.
HSL color Cylindrical-coordinate representation of color #789172: hue angle of 108.39º 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 #789172 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 114 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.43 |
| HSL | 108.39º | 0.12% | 0.51% | - |
| HSV(B) | 108.39º | 0.21% | 0.57% | - |
| XYZ | 20.91 | 25.46 | 19.73 | - |
| YUV | 133.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 114 | 0.17 | 0 | 0.21 | 0.43 | 108.39 | 0.12 | 0.51 |
| Hex | 78 | 91 | 72 | 11 | 0 | 15 | 2B | 6C | C | 33 |
| Octal | 170 | 221 | 162 | 21 | 0 | 25 | 53 | 154 | 14 | 63 |
| Binary | 1111000 | 10010001 | 1110010 | 10001 | 0 | 10101 | 101011 | 1101100 | 1100 | 110011 |
Color Harmonies of #789172
Complementary color
Monochromatic Colors of #789172
Black with #789172
Text Example
Text Example
White with #789172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789172; }
p { color: rgb(120,145,114); }
H1.HeaderClassName
{
color: #789172;
}
.AnyTagClassName
{
color: #789172;
}
</style>
background-color css
<style>
a { background-color: #789172; }
a { background-color: rgb(120,145,114); }
div.DivClassName
{
background-color: #789172;
}
.BgClassName
{
background-color: #789172;
}
</style>
border-color css
<style>
span { border-color: #789172; }
span { border-color: rgb(120,145,114); }
td.TdClassName
{
border-color: #789172;
}
.TagClassName
{
border-color: #789172;
}
</style>