Shades of Mantle #8BA787
Tints of Mantle #8BA787
RGB
CMYK
RGB Variations
Color information
#8BA787 (or 0x8BA787) is known color: Mantle. HEX triplet: 8B, A7 and 87. RGB value is (139,167,135). Sum of RGB (Red+Green+Blue) = 139+167+135=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA787 is #745878. Grayscale: #9B9B9B. Windows color (decimal): -7624825 or 8890251. OLE color: 8890251.
HSL color Cylindrical-coordinate representation of color #8BA787: hue angle of 112.5º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BA787 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 135 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.35 |
| HSL | 112.5º | 0.15% | 0.59% | - |
| HSV(B) | 112.5º | 0.19% | 0.65% | - |
| XYZ | 28.84 | 34.88 | 28.13 | - |
| YUV | 154.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 135 | 0.17 | 0 | 0.19 | 0.35 | 112.5 | 0.15 | 0.59 |
| Hex | 8B | A7 | 87 | 11 | 0 | 13 | 23 | 70 | F | 3B |
| Octal | 213 | 247 | 207 | 21 | 0 | 23 | 43 | 160 | 17 | 73 |
| Binary | 10001011 | 10100111 | 10000111 | 10001 | 0 | 10011 | 100011 | 1110000 | 1111 | 111011 |
Color Harmonies of #8BA787
Complementary color
Monochromatic Colors of #8BA787
Black with #8BA787
Text Example
Text Example
White with #8BA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA787; }
p { color: rgb(139,167,135); }
H1.HeaderClassName
{
color: #8BA787;
}
.AnyTagClassName
{
color: #8BA787;
}
</style>
background-color css
<style>
a { background-color: #8BA787; }
a { background-color: rgb(139,167,135); }
div.DivClassName
{
background-color: #8BA787;
}
.BgClassName
{
background-color: #8BA787;
}
</style>
border-color css
<style>
span { border-color: #8BA787; }
span { border-color: rgb(139,167,135); }
td.TdClassName
{
border-color: #8BA787;
}
.TagClassName
{
border-color: #8BA787;
}
</style>