Shades of Spanish Green #80897B
Tints of Spanish Green #80897B
RGB
CMYK
RGB Variations
Color information
#80897B (or 0x80897B) is known color: Spanish Green. HEX triplet: 80, 89 and 7B. RGB value is (128,137,123). Sum of RGB (Red+Green+Blue) = 128+137+123=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #80897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80897B is #7F7684. Grayscale: #848484. Windows color (decimal): -8353413 or 8096128. OLE color: 8096128.
HSL color Cylindrical-coordinate representation of color #80897B: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80897B is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 123 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.46 |
| HSL | 98.57º | 0.06% | 0.51% | - |
| HSV(B) | 98.57º | 0.1% | 0.54% | - |
| XYZ | 21.42 | 23.91 | 22.22 | - |
| YUV | 132.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 123 | 0.07 | 0 | 0.10 | 0.46 | 98.57 | 0.06 | 0.51 |
| Hex | 80 | 89 | 7B | 7 | 0 | A | 2E | 63 | 6 | 33 |
| Octal | 200 | 211 | 173 | 7 | 0 | 12 | 56 | 143 | 6 | 63 |
| Binary | 10000000 | 10001001 | 1111011 | 111 | 0 | 1010 | 101110 | 1100011 | 110 | 110011 |
Color Harmonies of #80897B
Complementary color
Monochromatic Colors of #80897B
Black with #80897B
Text Example
Text Example
White with #80897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80897B; }
p { color: rgb(128,137,123); }
H1.HeaderClassName
{
color: #80897B;
}
.AnyTagClassName
{
color: #80897B;
}
</style>
background-color css
<style>
a { background-color: #80897B; }
a { background-color: rgb(128,137,123); }
div.DivClassName
{
background-color: #80897B;
}
.BgClassName
{
background-color: #80897B;
}
</style>
border-color css
<style>
span { border-color: #80897B; }
span { border-color: rgb(128,137,123); }
td.TdClassName
{
border-color: #80897B;
}
.TagClassName
{
border-color: #80897B;
}
</style>