Shades of Spanish Green #80887D
Tints of Spanish Green #80887D
RGB
CMYK
RGB Variations
Color information
#80887D (or 0x80887D) is known color: Spanish Green. HEX triplet: 80, 88 and 7D. RGB value is (128,136,125). Sum of RGB (Red+Green+Blue) = 128+136+125=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #80887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80887D is #7F7782. Grayscale: #848484. Windows color (decimal): -8353667 or 8226944. OLE color: 8226944.
HSL color Cylindrical-coordinate representation of color #80887D: hue angle of 103.64º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80887D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 125 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.47 |
| HSL | 103.64º | 0.04% | 0.51% | - |
| HSV(B) | 103.64º | 0.08% | 0.53% | - |
| XYZ | 21.41 | 23.68 | 22.84 | - |
| YUV | 132.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 125 | 0.06 | 0 | 0.08 | 0.47 | 103.64 | 0.04 | 0.51 |
| Hex | 80 | 88 | 7D | 6 | 0 | 8 | 2F | 68 | 4 | 33 |
| Octal | 200 | 210 | 175 | 6 | 0 | 10 | 57 | 150 | 4 | 63 |
| Binary | 10000000 | 10001000 | 1111101 | 110 | 0 | 1000 | 101111 | 1101000 | 100 | 110011 |
Color Harmonies of #80887D
Complementary color
Monochromatic Colors of #80887D
Black with #80887D
Text Example
Text Example
White with #80887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80887D; }
p { color: rgb(128,136,125); }
H1.HeaderClassName
{
color: #80887D;
}
.AnyTagClassName
{
color: #80887D;
}
</style>
background-color css
<style>
a { background-color: #80887D; }
a { background-color: rgb(128,136,125); }
div.DivClassName
{
background-color: #80887D;
}
.BgClassName
{
background-color: #80887D;
}
</style>
border-color css
<style>
span { border-color: #80887D; }
span { border-color: rgb(128,136,125); }
td.TdClassName
{
border-color: #80887D;
}
.TagClassName
{
border-color: #80887D;
}
</style>