Shades of Spanish Green #80897E
Tints of Spanish Green #80897E
RGB
CMYK
RGB Variations
Color information
#80897E (or 0x80897E) is known color: Spanish Green. HEX triplet: 80, 89 and 7E. RGB value is (128,137,126). Sum of RGB (Red+Green+Blue) = 128+137+126=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #80897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80897E is #7F7681. Grayscale: #858585. Windows color (decimal): -8353410 or 8292736. OLE color: 8292736.
HSL color Cylindrical-coordinate representation of color #80897E: hue angle of 109.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80897E is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 126 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.46 |
| HSL | 109.09º | 0.04% | 0.52% | - |
| HSV(B) | 109.09º | 0.08% | 0.54% | - |
| XYZ | 21.61 | 23.99 | 23.23 | - |
| YUV | 133.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 126 | 0.07 | 0 | 0.08 | 0.46 | 109.09 | 0.04 | 0.52 |
| Hex | 80 | 89 | 7E | 7 | 0 | 8 | 2E | 6D | 4 | 34 |
| Octal | 200 | 211 | 176 | 7 | 0 | 10 | 56 | 155 | 4 | 64 |
| Binary | 10000000 | 10001001 | 1111110 | 111 | 0 | 1000 | 101110 | 1101101 | 100 | 110100 |
Color Harmonies of #80897E
Complementary color
Monochromatic Colors of #80897E
Black with #80897E
Text Example
Text Example
White with #80897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80897E; }
p { color: rgb(128,137,126); }
H1.HeaderClassName
{
color: #80897E;
}
.AnyTagClassName
{
color: #80897E;
}
</style>
background-color css
<style>
a { background-color: #80897E; }
a { background-color: rgb(128,137,126); }
div.DivClassName
{
background-color: #80897E;
}
.BgClassName
{
background-color: #80897E;
}
</style>
border-color css
<style>
span { border-color: #80897E; }
span { border-color: rgb(128,137,126); }
td.TdClassName
{
border-color: #80897E;
}
.TagClassName
{
border-color: #80897E;
}
</style>