Shades of Spanish Green #809178
Tints of Spanish Green #809178
RGB
CMYK
RGB Variations
Color information
#809178 (or 0x809178) is known color: Spanish Green. HEX triplet: 80, 91 and 78. RGB value is (128,145,120). Sum of RGB (Red+Green+Blue) = 128+145+120=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #809178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809178 is #7F6E87. Grayscale: #898989. Windows color (decimal): -8351368 or 7901568. OLE color: 7901568.
HSL color Cylindrical-coordinate representation of color #809178: hue angle of 100.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809178 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 120 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.43 |
| HSL | 100.8º | 0.1% | 0.52% | - |
| HSV(B) | 100.8º | 0.17% | 0.57% | - |
| XYZ | 22.42 | 26.2 | 21.64 | - |
| YUV | 137.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 120 | 0.12 | 0 | 0.17 | 0.43 | 100.8 | 0.1 | 0.52 |
| Hex | 80 | 91 | 78 | C | 0 | 11 | 2B | 65 | A | 34 |
| Octal | 200 | 221 | 170 | 14 | 0 | 21 | 53 | 145 | 12 | 64 |
| Binary | 10000000 | 10010001 | 1111000 | 1100 | 0 | 10001 | 101011 | 1100101 | 1010 | 110100 |
Color Harmonies of #809178
Complementary color
Monochromatic Colors of #809178
Black with #809178
Text Example
Text Example
White with #809178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809178; }
p { color: rgb(128,145,120); }
H1.HeaderClassName
{
color: #809178;
}
.AnyTagClassName
{
color: #809178;
}
</style>
background-color css
<style>
a { background-color: #809178; }
a { background-color: rgb(128,145,120); }
div.DivClassName
{
background-color: #809178;
}
.BgClassName
{
background-color: #809178;
}
</style>
border-color css
<style>
span { border-color: #809178; }
span { border-color: rgb(128,145,120); }
td.TdClassName
{
border-color: #809178;
}
.TagClassName
{
border-color: #809178;
}
</style>