Shades of Spanish Green #87937C
Tints of Spanish Green #87937C
RGB
CMYK
RGB Variations
Color information
#87937C (or 0x87937C) is known color: Spanish Green. HEX triplet: 87, 93 and 7C. RGB value is (135,147,124). Sum of RGB (Red+Green+Blue) = 135+147+124=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #87937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87937C is #786C83. Grayscale: #8C8C8C. Windows color (decimal): -7892100 or 8164231. OLE color: 8164231.
HSL color Cylindrical-coordinate representation of color #87937C: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87937C is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 124 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.42 |
| HSL | 91.3º | 0.1% | 0.53% | - |
| HSV(B) | 91.3º | 0.16% | 0.58% | - |
| XYZ | 24.06 | 27.47 | 23.1 | - |
| YUV | 140.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 124 | 0.08 | 0 | 0.16 | 0.42 | 91.3 | 0.1 | 0.53 |
| Hex | 87 | 93 | 7C | 8 | 0 | 10 | 2A | 5B | A | 35 |
| Octal | 207 | 223 | 174 | 10 | 0 | 20 | 52 | 133 | 12 | 65 |
| Binary | 10000111 | 10010011 | 1111100 | 1000 | 0 | 10000 | 101010 | 1011011 | 1010 | 110101 |
Color Harmonies of #87937C
Complementary color
Monochromatic Colors of #87937C
Black with #87937C
Text Example
Text Example
White with #87937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87937C; }
p { color: rgb(135,147,124); }
H1.HeaderClassName
{
color: #87937C;
}
.AnyTagClassName
{
color: #87937C;
}
</style>
background-color css
<style>
a { background-color: #87937C; }
a { background-color: rgb(135,147,124); }
div.DivClassName
{
background-color: #87937C;
}
.BgClassName
{
background-color: #87937C;
}
</style>
border-color css
<style>
span { border-color: #87937C; }
span { border-color: rgb(135,147,124); }
td.TdClassName
{
border-color: #87937C;
}
.TagClassName
{
border-color: #87937C;
}
</style>