Shades of Spanish Green #799172
Tints of Spanish Green #799172
RGB
CMYK
RGB Variations
Color information
#799172 (or 0x799172) is known color: Spanish Green. HEX triplet: 79, 91 and 72. RGB value is (121,145,114). Sum of RGB (Red+Green+Blue) = 121+145+114=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #799172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799172 is #866E8D. Grayscale: #868686. Windows color (decimal): -8810126 or 7508345. OLE color: 7508345.
HSL color Cylindrical-coordinate representation of color #799172: hue angle of 106.45º 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 #799172 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 114 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.43 |
| HSL | 106.45º | 0.12% | 0.51% | - |
| HSV(B) | 106.45º | 0.21% | 0.57% | - |
| XYZ | 21.05 | 25.53 | 19.74 | - |
| YUV | 134.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 114 | 0.17 | 0 | 0.21 | 0.43 | 106.45 | 0.12 | 0.51 |
| Hex | 79 | 91 | 72 | 11 | 0 | 15 | 2B | 6A | C | 33 |
| Octal | 171 | 221 | 162 | 21 | 0 | 25 | 53 | 152 | 14 | 63 |
| Binary | 1111001 | 10010001 | 1110010 | 10001 | 0 | 10101 | 101011 | 1101010 | 1100 | 110011 |
Color Harmonies of #799172
Complementary color
Monochromatic Colors of #799172
Black with #799172
Text Example
Text Example
White with #799172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799172; }
p { color: rgb(121,145,114); }
H1.HeaderClassName
{
color: #799172;
}
.AnyTagClassName
{
color: #799172;
}
</style>
background-color css
<style>
a { background-color: #799172; }
a { background-color: rgb(121,145,114); }
div.DivClassName
{
background-color: #799172;
}
.BgClassName
{
background-color: #799172;
}
</style>
border-color css
<style>
span { border-color: #799172; }
span { border-color: rgb(121,145,114); }
td.TdClassName
{
border-color: #799172;
}
.TagClassName
{
border-color: #799172;
}
</style>