Shades of Spanish Green #799174
Tints of Spanish Green #799174
RGB
CMYK
RGB Variations
Color information
#799174 (or 0x799174) is known color: Spanish Green. HEX triplet: 79, 91 and 74. RGB value is (121,145,116). Sum of RGB (Red+Green+Blue) = 121+145+116=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #799174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799174 is #866E8B. Grayscale: #868686. Windows color (decimal): -8810124 or 7639417. OLE color: 7639417.
HSL color Cylindrical-coordinate representation of color #799174: hue angle of 109.66º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799174 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 116 | - |
| CMYK | 0.17 | 0 | 0.2 | 0.43 |
| HSL | 109.66º | 0.12% | 0.51% | - |
| HSV(B) | 109.66º | 0.2% | 0.57% | - |
| XYZ | 21.16 | 25.58 | 20.34 | - |
| YUV | 134.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 116 | 0.17 | 0 | 0.2 | 0.43 | 109.66 | 0.12 | 0.51 |
| Hex | 79 | 91 | 74 | 11 | 0 | 14 | 2B | 6E | C | 33 |
| Octal | 171 | 221 | 164 | 21 | 0 | 24 | 53 | 156 | 14 | 63 |
| Binary | 1111001 | 10010001 | 1110100 | 10001 | 0 | 10100 | 101011 | 1101110 | 1100 | 110011 |
Color Harmonies of #799174
Complementary color
Monochromatic Colors of #799174
Black with #799174
Text Example
Text Example
White with #799174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799174; }
p { color: rgb(121,145,116); }
H1.HeaderClassName
{
color: #799174;
}
.AnyTagClassName
{
color: #799174;
}
</style>
background-color css
<style>
a { background-color: #799174; }
a { background-color: rgb(121,145,116); }
div.DivClassName
{
background-color: #799174;
}
.BgClassName
{
background-color: #799174;
}
</style>
border-color css
<style>
span { border-color: #799174; }
span { border-color: rgb(121,145,116); }
td.TdClassName
{
border-color: #799174;
}
.TagClassName
{
border-color: #799174;
}
</style>