Shades of Spanish Green #87947E
Tints of Spanish Green #87947E
RGB
CMYK
RGB Variations
Color information
#87947E (or 0x87947E) is known color: Spanish Green. HEX triplet: 87, 94 and 7E. RGB value is (135,148,126). Sum of RGB (Red+Green+Blue) = 135+148+126=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #87947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947E is #786B81. Grayscale: #8D8D8D. Windows color (decimal): -7891842 or 8295559. OLE color: 8295559.
HSL color Cylindrical-coordinate representation of color #87947E: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87947E is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 126 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.42 |
| HSL | 95.45º | 0.09% | 0.54% | - |
| HSV(B) | 95.45º | 0.15% | 0.58% | - |
| XYZ | 24.35 | 27.84 | 23.83 | - |
| YUV | 141.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 126 | 0.09 | 0 | 0.15 | 0.42 | 95.45 | 0.09 | 0.54 |
| Hex | 87 | 94 | 7E | 9 | 0 | F | 2A | 5F | 9 | 36 |
| Octal | 207 | 224 | 176 | 11 | 0 | 17 | 52 | 137 | 11 | 66 |
| Binary | 10000111 | 10010100 | 1111110 | 1001 | 0 | 1111 | 101010 | 1011111 | 1001 | 110110 |
Color Harmonies of #87947E
Complementary color
Monochromatic Colors of #87947E
Black with #87947E
Text Example
Text Example
White with #87947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87947E; }
p { color: rgb(135,148,126); }
H1.HeaderClassName
{
color: #87947E;
}
.AnyTagClassName
{
color: #87947E;
}
</style>
background-color css
<style>
a { background-color: #87947E; }
a { background-color: rgb(135,148,126); }
div.DivClassName
{
background-color: #87947E;
}
.BgClassName
{
background-color: #87947E;
}
</style>
border-color css
<style>
span { border-color: #87947E; }
span { border-color: rgb(135,148,126); }
td.TdClassName
{
border-color: #87947E;
}
.TagClassName
{
border-color: #87947E;
}
</style>