Shades of Mantle #8BA785
Tints of Mantle #8BA785
RGB
CMYK
RGB Variations
Color information
#8BA785 (or 0x8BA785) is known color: Mantle. HEX triplet: 8B, A7 and 85. RGB value is (139,167,133). Sum of RGB (Red+Green+Blue) = 139+167+133=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA785 is #74587A. Grayscale: #9A9A9A. Windows color (decimal): -7624827 or 8759179. OLE color: 8759179.
HSL color Cylindrical-coordinate representation of color #8BA785: hue angle of 109.41º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BA785 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 133 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.35 |
| HSL | 109.41º | 0.16% | 0.59% | - |
| HSV(B) | 109.41º | 0.2% | 0.65% | - |
| XYZ | 28.7 | 34.82 | 27.4 | - |
| YUV | 154.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 133 | 0.17 | 0 | 0.20 | 0.35 | 109.41 | 0.16 | 0.59 |
| Hex | 8B | A7 | 85 | 11 | 0 | 14 | 23 | 6D | 10 | 3B |
| Octal | 213 | 247 | 205 | 21 | 0 | 24 | 43 | 155 | 20 | 73 |
| Binary | 10001011 | 10100111 | 10000101 | 10001 | 0 | 10100 | 100011 | 1101101 | 10000 | 111011 |
Color Harmonies of #8BA785
Complementary color
Monochromatic Colors of #8BA785
Black with #8BA785
Text Example
Text Example
White with #8BA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA785; }
p { color: rgb(139,167,133); }
H1.HeaderClassName
{
color: #8BA785;
}
.AnyTagClassName
{
color: #8BA785;
}
</style>
background-color css
<style>
a { background-color: #8BA785; }
a { background-color: rgb(139,167,133); }
div.DivClassName
{
background-color: #8BA785;
}
.BgClassName
{
background-color: #8BA785;
}
</style>
border-color css
<style>
span { border-color: #8BA785; }
span { border-color: rgb(139,167,133); }
td.TdClassName
{
border-color: #8BA785;
}
.TagClassName
{
border-color: #8BA785;
}
</style>