Shades of Mantle #8FA089
Tints of Mantle #8FA089
RGB
CMYK
RGB Variations
Color information
#8FA089 (or 0x8FA089) is known color: Mantle. HEX triplet: 8F, A0 and 89. RGB value is (143,160,137). Sum of RGB (Red+Green+Blue) = 143+160+137=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA089 is #705F76. Grayscale: #989898. Windows color (decimal): -7364471 or 9019535. OLE color: 9019535.
HSL color Cylindrical-coordinate representation of color #8FA089: hue angle of 104.35º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA089 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 137 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.37 |
| HSL | 104.35º | 0.11% | 0.58% | - |
| HSV(B) | 104.35º | 0.14% | 0.63% | - |
| XYZ | 28.41 | 32.79 | 28.5 | - |
| YUV | 152.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 137 | 0.11 | 0 | 0.14 | 0.37 | 104.35 | 0.11 | 0.58 |
| Hex | 8F | A0 | 89 | B | 0 | E | 25 | 68 | B | 3A |
| Octal | 217 | 240 | 211 | 13 | 0 | 16 | 45 | 150 | 13 | 72 |
| Binary | 10001111 | 10100000 | 10001001 | 1011 | 0 | 1110 | 100101 | 1101000 | 1011 | 111010 |
Color Harmonies of #8FA089
Complementary color
Monochromatic Colors of #8FA089
Black with #8FA089
Text Example
Text Example
White with #8FA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA089; }
p { color: rgb(143,160,137); }
H1.HeaderClassName
{
color: #8FA089;
}
.AnyTagClassName
{
color: #8FA089;
}
</style>
background-color css
<style>
a { background-color: #8FA089; }
a { background-color: rgb(143,160,137); }
div.DivClassName
{
background-color: #8FA089;
}
.BgClassName
{
background-color: #8FA089;
}
</style>
border-color css
<style>
span { border-color: #8FA089; }
span { border-color: rgb(143,160,137); }
td.TdClassName
{
border-color: #8FA089;
}
.TagClassName
{
border-color: #8FA089;
}
</style>