Shades of Mantle #8F9E8B
Tints of Mantle #8F9E8B
RGB
CMYK
RGB Variations
Color information
#8F9E8B (or 0x8F9E8B) is known color: Mantle. HEX triplet: 8F, 9E and 8B. RGB value is (143,158,139). Sum of RGB (Red+Green+Blue) = 143+158+139=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E8B is #706174. Grayscale: #979797. Windows color (decimal): -7364981 or 9150095. OLE color: 9150095.
HSL color Cylindrical-coordinate representation of color #8F9E8B: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9E8B is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 139 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.38 |
| HSL | 107.37º | 0.09% | 0.58% | - |
| HSV(B) | 107.37º | 0.12% | 0.62% | - |
| XYZ | 28.21 | 32.16 | 29.15 | - |
| YUV | 151.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 139 | 0.09 | 0 | 0.12 | 0.38 | 107.37 | 0.09 | 0.58 |
| Hex | 8F | 9E | 8B | 9 | 0 | C | 26 | 6B | 9 | 3A |
| Octal | 217 | 236 | 213 | 11 | 0 | 14 | 46 | 153 | 11 | 72 |
| Binary | 10001111 | 10011110 | 10001011 | 1001 | 0 | 1100 | 100110 | 1101011 | 1001 | 111010 |
Color Harmonies of #8F9E8B
Complementary color
Monochromatic Colors of #8F9E8B
Black with #8F9E8B
Text Example
Text Example
White with #8F9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E8B; }
p { color: rgb(143,158,139); }
H1.HeaderClassName
{
color: #8F9E8B;
}
.AnyTagClassName
{
color: #8F9E8B;
}
</style>
background-color css
<style>
a { background-color: #8F9E8B; }
a { background-color: rgb(143,158,139); }
div.DivClassName
{
background-color: #8F9E8B;
}
.BgClassName
{
background-color: #8F9E8B;
}
</style>
border-color css
<style>
span { border-color: #8F9E8B; }
span { border-color: rgb(143,158,139); }
td.TdClassName
{
border-color: #8F9E8B;
}
.TagClassName
{
border-color: #8F9E8B;
}
</style>