Shades of Mantle #86A783
Tints of Mantle #86A783
RGB
CMYK
RGB Variations
Color information
#86A783 (or 0x86A783) is known color: Mantle. HEX triplet: 86, A7 and 83. RGB value is (134,167,131). Sum of RGB (Red+Green+Blue) = 134+167+131=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #86A783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A783 is #79587C. Grayscale: #999999. Windows color (decimal): -7952509 or 8628102. OLE color: 8628102.
HSL color Cylindrical-coordinate representation of color #86A783: hue angle of 115º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86A783 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 131 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.35 |
| HSL | 115º | 0.17% | 0.58% | - |
| HSV(B) | 115º | 0.22% | 0.65% | - |
| XYZ | 27.75 | 34.34 | 26.64 | - |
| YUV | 153.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 131 | 0.20 | 0 | 0.22 | 0.35 | 115 | 0.17 | 0.58 |
| Hex | 86 | A7 | 83 | 14 | 0 | 16 | 23 | 73 | 11 | 3A |
| Octal | 206 | 247 | 203 | 24 | 0 | 26 | 43 | 163 | 21 | 72 |
| Binary | 10000110 | 10100111 | 10000011 | 10100 | 0 | 10110 | 100011 | 1110011 | 10001 | 111010 |
Color Harmonies of #86A783
Complementary color
Monochromatic Colors of #86A783
Black with #86A783
Text Example
Text Example
White with #86A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A783; }
p { color: rgb(134,167,131); }
H1.HeaderClassName
{
color: #86A783;
}
.AnyTagClassName
{
color: #86A783;
}
</style>
background-color css
<style>
a { background-color: #86A783; }
a { background-color: rgb(134,167,131); }
div.DivClassName
{
background-color: #86A783;
}
.BgClassName
{
background-color: #86A783;
}
</style>
border-color css
<style>
span { border-color: #86A783; }
span { border-color: rgb(134,167,131); }
td.TdClassName
{
border-color: #86A783;
}
.TagClassName
{
border-color: #86A783;
}
</style>