Shades of Spanish Green #808E7D
Tints of Spanish Green #808E7D
RGB
CMYK
RGB Variations
Color information
#808E7D (or 0x808E7D) is known color: Spanish Green. HEX triplet: 80, 8E and 7D. RGB value is (128,142,125). Sum of RGB (Red+Green+Blue) = 128+142+125=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #808E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E7D is #7F7182. Grayscale: #878787. Windows color (decimal): -8352131 or 8228480. OLE color: 8228480.
HSL color Cylindrical-coordinate representation of color #808E7D: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808E7D is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 125 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.44 |
| HSL | 109.41º | 0.07% | 0.52% | - |
| HSV(B) | 109.41º | 0.12% | 0.56% | - |
| XYZ | 22.28 | 25.42 | 23.13 | - |
| YUV | 135.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 125 | 0.10 | 0 | 0.12 | 0.44 | 109.41 | 0.07 | 0.52 |
| Hex | 80 | 8E | 7D | A | 0 | C | 2C | 6D | 7 | 34 |
| Octal | 200 | 216 | 175 | 12 | 0 | 14 | 54 | 155 | 7 | 64 |
| Binary | 10000000 | 10001110 | 1111101 | 1010 | 0 | 1100 | 101100 | 1101101 | 111 | 110100 |
Color Harmonies of #808E7D
Complementary color
Monochromatic Colors of #808E7D
Black with #808E7D
Text Example
Text Example
White with #808E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E7D; }
p { color: rgb(128,142,125); }
H1.HeaderClassName
{
color: #808E7D;
}
.AnyTagClassName
{
color: #808E7D;
}
</style>
background-color css
<style>
a { background-color: #808E7D; }
a { background-color: rgb(128,142,125); }
div.DivClassName
{
background-color: #808E7D;
}
.BgClassName
{
background-color: #808E7D;
}
</style>
border-color css
<style>
span { border-color: #808E7D; }
span { border-color: rgb(128,142,125); }
td.TdClassName
{
border-color: #808E7D;
}
.TagClassName
{
border-color: #808E7D;
}
</style>