Shades of Spanish Green #86937C
Tints of Spanish Green #86937C
RGB
CMYK
RGB Variations
Color information
#86937C (or 0x86937C) is known color: Spanish Green. HEX triplet: 86, 93 and 7C. RGB value is (134,147,124). Sum of RGB (Red+Green+Blue) = 134+147+124=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #86937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86937C is #796C83. Grayscale: #8C8C8C. Windows color (decimal): -7957636 or 8164230. OLE color: 8164230.
HSL color Cylindrical-coordinate representation of color #86937C: hue angle of 93.91º 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 #86937C is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 124 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.42 |
| HSL | 93.91º | 0.1% | 0.53% | - |
| HSV(B) | 93.91º | 0.16% | 0.58% | - |
| XYZ | 23.9 | 27.39 | 23.1 | - |
| YUV | 140.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 124 | 0.09 | 0 | 0.16 | 0.42 | 93.91 | 0.1 | 0.53 |
| Hex | 86 | 93 | 7C | 9 | 0 | 10 | 2A | 5E | A | 35 |
| Octal | 206 | 223 | 174 | 11 | 0 | 20 | 52 | 136 | 12 | 65 |
| Binary | 10000110 | 10010011 | 1111100 | 1001 | 0 | 10000 | 101010 | 1011110 | 1010 | 110101 |
Color Harmonies of #86937C
Complementary color
Monochromatic Colors of #86937C
Black with #86937C
Text Example
Text Example
White with #86937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86937C; }
p { color: rgb(134,147,124); }
H1.HeaderClassName
{
color: #86937C;
}
.AnyTagClassName
{
color: #86937C;
}
</style>
background-color css
<style>
a { background-color: #86937C; }
a { background-color: rgb(134,147,124); }
div.DivClassName
{
background-color: #86937C;
}
.BgClassName
{
background-color: #86937C;
}
</style>
border-color css
<style>
span { border-color: #86937C; }
span { border-color: rgb(134,147,124); }
td.TdClassName
{
border-color: #86937C;
}
.TagClassName
{
border-color: #86937C;
}
</style>