Shades of Spanish Green #86937B
Tints of Spanish Green #86937B
RGB
CMYK
RGB Variations
Color information
#86937B (or 0x86937B) is known color: Spanish Green. HEX triplet: 86, 93 and 7B. RGB value is (134,147,123). Sum of RGB (Red+Green+Blue) = 134+147+123=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #86937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86937B is #796C84. Grayscale: #8C8C8C. Windows color (decimal): -7957637 or 8098694. OLE color: 8098694.
HSL color Cylindrical-coordinate representation of color #86937B: hue angle of 92.5º 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 #86937B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 123 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.42 |
| HSL | 92.5º | 0.1% | 0.53% | - |
| HSV(B) | 92.5º | 0.16% | 0.58% | - |
| XYZ | 23.84 | 27.37 | 22.76 | - |
| YUV | 140.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 123 | 0.09 | 0 | 0.16 | 0.42 | 92.5 | 0.1 | 0.53 |
| Hex | 86 | 93 | 7B | 9 | 0 | 10 | 2A | 5C | A | 35 |
| Octal | 206 | 223 | 173 | 11 | 0 | 20 | 52 | 134 | 12 | 65 |
| Binary | 10000110 | 10010011 | 1111011 | 1001 | 0 | 10000 | 101010 | 1011100 | 1010 | 110101 |
Color Harmonies of #86937B
Complementary color
Monochromatic Colors of #86937B
Black with #86937B
Text Example
Text Example
White with #86937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86937B; }
p { color: rgb(134,147,123); }
H1.HeaderClassName
{
color: #86937B;
}
.AnyTagClassName
{
color: #86937B;
}
</style>
background-color css
<style>
a { background-color: #86937B; }
a { background-color: rgb(134,147,123); }
div.DivClassName
{
background-color: #86937B;
}
.BgClassName
{
background-color: #86937B;
}
</style>
border-color css
<style>
span { border-color: #86937B; }
span { border-color: rgb(134,147,123); }
td.TdClassName
{
border-color: #86937B;
}
.TagClassName
{
border-color: #86937B;
}
</style>