Shades of Spanish Green #80947D
Tints of Spanish Green #80947D
RGB
CMYK
RGB Variations
Color information
#80947D (or 0x80947D) is known color: Spanish Green. HEX triplet: 80, 94 and 7D. RGB value is (128,148,125). Sum of RGB (Red+Green+Blue) = 128+148+125=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #80947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80947D is #7F6B82. Grayscale: #8B8B8B. Windows color (decimal): -8350595 or 8230016. OLE color: 8230016.
HSL color Cylindrical-coordinate representation of color #80947D: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80947D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 125 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.42 |
| HSL | 112.17º | 0.1% | 0.54% | - |
| HSV(B) | 112.17º | 0.16% | 0.58% | - |
| XYZ | 23.19 | 27.25 | 23.44 | - |
| YUV | 139.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 125 | 0.14 | 0 | 0.16 | 0.42 | 112.17 | 0.1 | 0.54 |
| Hex | 80 | 94 | 7D | E | 0 | 10 | 2A | 70 | A | 36 |
| Octal | 200 | 224 | 175 | 16 | 0 | 20 | 52 | 160 | 12 | 66 |
| Binary | 10000000 | 10010100 | 1111101 | 1110 | 0 | 10000 | 101010 | 1110000 | 1010 | 110110 |
Color Harmonies of #80947D
Complementary color
Monochromatic Colors of #80947D
Black with #80947D
Text Example
Text Example
White with #80947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80947D; }
p { color: rgb(128,148,125); }
H1.HeaderClassName
{
color: #80947D;
}
.AnyTagClassName
{
color: #80947D;
}
</style>
background-color css
<style>
a { background-color: #80947D; }
a { background-color: rgb(128,148,125); }
div.DivClassName
{
background-color: #80947D;
}
.BgClassName
{
background-color: #80947D;
}
</style>
border-color css
<style>
span { border-color: #80947D; }
span { border-color: rgb(128,148,125); }
td.TdClassName
{
border-color: #80947D;
}
.TagClassName
{
border-color: #80947D;
}
</style>