Shades of Spanish Green #86937A
Tints of Spanish Green #86937A
RGB
CMYK
RGB Variations
Color information
#86937A (or 0x86937A) is known color: Spanish Green. HEX triplet: 86, 93 and 7A. RGB value is (134,147,122). Sum of RGB (Red+Green+Blue) = 134+147+122=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #86937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86937A is #796C85. Grayscale: #8C8C8C. Windows color (decimal): -7957638 or 8033158. OLE color: 8033158.
HSL color Cylindrical-coordinate representation of color #86937A: hue angle of 91.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86937A is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 122 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.42 |
| HSL | 91.2º | 0.1% | 0.53% | - |
| HSV(B) | 91.2º | 0.17% | 0.58% | - |
| XYZ | 23.78 | 27.34 | 22.44 | - |
| YUV | 140.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 122 | 0.09 | 0 | 0.17 | 0.42 | 91.2 | 0.1 | 0.53 |
| Hex | 86 | 93 | 7A | 9 | 0 | 11 | 2A | 5B | A | 35 |
| Octal | 206 | 223 | 172 | 11 | 0 | 21 | 52 | 133 | 12 | 65 |
| Binary | 10000110 | 10010011 | 1111010 | 1001 | 0 | 10001 | 101010 | 1011011 | 1010 | 110101 |
Color Harmonies of #86937A
Complementary color
Monochromatic Colors of #86937A
Black with #86937A
Text Example
Text Example
White with #86937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86937A; }
p { color: rgb(134,147,122); }
H1.HeaderClassName
{
color: #86937A;
}
.AnyTagClassName
{
color: #86937A;
}
</style>
background-color css
<style>
a { background-color: #86937A; }
a { background-color: rgb(134,147,122); }
div.DivClassName
{
background-color: #86937A;
}
.BgClassName
{
background-color: #86937A;
}
</style>
border-color css
<style>
span { border-color: #86937A; }
span { border-color: rgb(134,147,122); }
td.TdClassName
{
border-color: #86937A;
}
.TagClassName
{
border-color: #86937A;
}
</style>