Shades of Spanish Green #809174
Tints of Spanish Green #809174
RGB
CMYK
RGB Variations
Color information
#809174 (or 0x809174) is known color: Spanish Green. HEX triplet: 80, 91 and 74. RGB value is (128,145,116). Sum of RGB (Red+Green+Blue) = 128+145+116=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #809174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809174 is #7F6E8B. Grayscale: #888888. Windows color (decimal): -8351372 or 7639424. OLE color: 7639424.
HSL color Cylindrical-coordinate representation of color #809174: hue angle of 95.17º 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 #809174 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 116 | - |
| CMYK | 0.12 | 0 | 0.2 | 0.43 |
| HSL | 95.17º | 0.12% | 0.51% | - |
| HSV(B) | 95.17º | 0.2% | 0.57% | - |
| XYZ | 22.18 | 26.1 | 20.39 | - |
| YUV | 136.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 116 | 0.12 | 0 | 0.2 | 0.43 | 95.17 | 0.12 | 0.51 |
| Hex | 80 | 91 | 74 | C | 0 | 14 | 2B | 5F | C | 33 |
| Octal | 200 | 221 | 164 | 14 | 0 | 24 | 53 | 137 | 14 | 63 |
| Binary | 10000000 | 10010001 | 1110100 | 1100 | 0 | 10100 | 101011 | 1011111 | 1100 | 110011 |
Color Harmonies of #809174
Complementary color
Monochromatic Colors of #809174
Black with #809174
Text Example
Text Example
White with #809174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809174; }
p { color: rgb(128,145,116); }
H1.HeaderClassName
{
color: #809174;
}
.AnyTagClassName
{
color: #809174;
}
</style>
background-color css
<style>
a { background-color: #809174; }
a { background-color: rgb(128,145,116); }
div.DivClassName
{
background-color: #809174;
}
.BgClassName
{
background-color: #809174;
}
</style>
border-color css
<style>
span { border-color: #809174; }
span { border-color: rgb(128,145,116); }
td.TdClassName
{
border-color: #809174;
}
.TagClassName
{
border-color: #809174;
}
</style>