Shades of Spanish Green #798175
Tints of Spanish Green #798175
RGB
CMYK
RGB Variations
Color information
#798175 (or 0x798175) is known color: Spanish Green. HEX triplet: 79, 81 and 75. RGB value is (121,129,117). Sum of RGB (Red+Green+Blue) = 121+129+117=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #798175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798175 is #867E8A. Grayscale: #7D7D7D. Windows color (decimal): -8814219 or 7700857. OLE color: 7700857.
HSL color Cylindrical-coordinate representation of color #798175: hue angle of 100º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798175 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 117 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.49 |
| HSL | 100º | 0.05% | 0.48% | - |
| HSV(B) | 100º | 0.09% | 0.51% | - |
| XYZ | 18.95 | 21.05 | 19.89 | - |
| YUV | 125.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 117 | 0.06 | 0 | 0.09 | 0.49 | 100 | 0.05 | 0.48 |
| Hex | 79 | 81 | 75 | 6 | 0 | 9 | 31 | 64 | 5 | 30 |
| Octal | 171 | 201 | 165 | 6 | 0 | 11 | 61 | 144 | 5 | 60 |
| Binary | 1111001 | 10000001 | 1110101 | 110 | 0 | 1001 | 110001 | 1100100 | 101 | 110000 |
Color Harmonies of #798175
Complementary color
Monochromatic Colors of #798175
Black with #798175
Text Example
Text Example
White with #798175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798175; }
p { color: rgb(121,129,117); }
H1.HeaderClassName
{
color: #798175;
}
.AnyTagClassName
{
color: #798175;
}
</style>
background-color css
<style>
a { background-color: #798175; }
a { background-color: rgb(121,129,117); }
div.DivClassName
{
background-color: #798175;
}
.BgClassName
{
background-color: #798175;
}
</style>
border-color css
<style>
span { border-color: #798175; }
span { border-color: rgb(121,129,117); }
td.TdClassName
{
border-color: #798175;
}
.TagClassName
{
border-color: #798175;
}
</style>