Shades of Spanish Green #808D7C
Tints of Spanish Green #808D7C
RGB
CMYK
RGB Variations
Color information
#808D7C (or 0x808D7C) is known color: Spanish Green. HEX triplet: 80, 8D and 7C. RGB value is (128,141,124). Sum of RGB (Red+Green+Blue) = 128+141+124=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #808D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D7C is #7F7283. Grayscale: #878787. Windows color (decimal): -8352388 or 8162688. OLE color: 8162688.
HSL color Cylindrical-coordinate representation of color #808D7C: hue angle of 105.88º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808D7C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 124 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.45 |
| HSL | 105.88º | 0.07% | 0.52% | - |
| HSV(B) | 105.88º | 0.12% | 0.55% | - |
| XYZ | 22.07 | 25.09 | 22.75 | - |
| YUV | 135.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 124 | 0.09 | 0 | 0.12 | 0.45 | 105.88 | 0.07 | 0.52 |
| Hex | 80 | 8D | 7C | 9 | 0 | C | 2D | 6A | 7 | 34 |
| Octal | 200 | 215 | 174 | 11 | 0 | 14 | 55 | 152 | 7 | 64 |
| Binary | 10000000 | 10001101 | 1111100 | 1001 | 0 | 1100 | 101101 | 1101010 | 111 | 110100 |
Color Harmonies of #808D7C
Complementary color
Monochromatic Colors of #808D7C
Black with #808D7C
Text Example
Text Example
White with #808D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D7C; }
p { color: rgb(128,141,124); }
H1.HeaderClassName
{
color: #808D7C;
}
.AnyTagClassName
{
color: #808D7C;
}
</style>
background-color css
<style>
a { background-color: #808D7C; }
a { background-color: rgb(128,141,124); }
div.DivClassName
{
background-color: #808D7C;
}
.BgClassName
{
background-color: #808D7C;
}
</style>
border-color css
<style>
span { border-color: #808D7C; }
span { border-color: rgb(128,141,124); }
td.TdClassName
{
border-color: #808D7C;
}
.TagClassName
{
border-color: #808D7C;
}
</style>