Shades of Spanish Green #809078
Tints of Spanish Green #809078
RGB
CMYK
RGB Variations
Color information
#809078 (or 0x809078) is known color: Spanish Green. HEX triplet: 80, 90 and 78. RGB value is (128,144,120). Sum of RGB (Red+Green+Blue) = 128+144+120=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #809078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809078 is #7F6F87. Grayscale: #888888. Windows color (decimal): -8351624 or 7901312. OLE color: 7901312.
HSL color Cylindrical-coordinate representation of color #809078: hue angle of 100º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809078 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 120 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.44 |
| HSL | 100º | 0.1% | 0.52% | - |
| HSV(B) | 100º | 0.17% | 0.56% | - |
| XYZ | 22.27 | 25.89 | 21.59 | - |
| YUV | 136.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 120 | 0.11 | 0 | 0.17 | 0.44 | 100 | 0.1 | 0.52 |
| Hex | 80 | 90 | 78 | B | 0 | 11 | 2C | 64 | A | 34 |
| Octal | 200 | 220 | 170 | 13 | 0 | 21 | 54 | 144 | 12 | 64 |
| Binary | 10000000 | 10010000 | 1111000 | 1011 | 0 | 10001 | 101100 | 1100100 | 1010 | 110100 |
Color Harmonies of #809078
Complementary color
Monochromatic Colors of #809078
Black with #809078
Text Example
Text Example
White with #809078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809078; }
p { color: rgb(128,144,120); }
H1.HeaderClassName
{
color: #809078;
}
.AnyTagClassName
{
color: #809078;
}
</style>
background-color css
<style>
a { background-color: #809078; }
a { background-color: rgb(128,144,120); }
div.DivClassName
{
background-color: #809078;
}
.BgClassName
{
background-color: #809078;
}
</style>
border-color css
<style>
span { border-color: #809078; }
span { border-color: rgb(128,144,120); }
td.TdClassName
{
border-color: #809078;
}
.TagClassName
{
border-color: #809078;
}
</style>