Shades of Spanish Green #808F7A
Tints of Spanish Green #808F7A
RGB
CMYK
RGB Variations
Color information
#808F7A (or 0x808F7A) is known color: Spanish Green. HEX triplet: 80, 8F and 7A. RGB value is (128,143,122). Sum of RGB (Red+Green+Blue) = 128+143+122=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #808F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F7A is #7F7085. Grayscale: #888888. Windows color (decimal): -8351878 or 8032128. OLE color: 8032128.
HSL color Cylindrical-coordinate representation of color #808F7A: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808F7A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 122 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.44 |
| HSL | 102.86º | 0.09% | 0.52% | - |
| HSV(B) | 102.86º | 0.15% | 0.56% | - |
| XYZ | 22.24 | 25.64 | 22.19 | - |
| YUV | 136.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 122 | 0.10 | 0 | 0.15 | 0.44 | 102.86 | 0.09 | 0.52 |
| Hex | 80 | 8F | 7A | A | 0 | F | 2C | 67 | 9 | 34 |
| Octal | 200 | 217 | 172 | 12 | 0 | 17 | 54 | 147 | 11 | 64 |
| Binary | 10000000 | 10001111 | 1111010 | 1010 | 0 | 1111 | 101100 | 1100111 | 1001 | 110100 |
Color Harmonies of #808F7A
Complementary color
Monochromatic Colors of #808F7A
Black with #808F7A
Text Example
Text Example
White with #808F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F7A; }
p { color: rgb(128,143,122); }
H1.HeaderClassName
{
color: #808F7A;
}
.AnyTagClassName
{
color: #808F7A;
}
</style>
background-color css
<style>
a { background-color: #808F7A; }
a { background-color: rgb(128,143,122); }
div.DivClassName
{
background-color: #808F7A;
}
.BgClassName
{
background-color: #808F7A;
}
</style>
border-color css
<style>
span { border-color: #808F7A; }
span { border-color: rgb(128,143,122); }
td.TdClassName
{
border-color: #808F7A;
}
.TagClassName
{
border-color: #808F7A;
}
</style>