Shades of Mantle #8F958D
Tints of Mantle #8F958D
RGB
CMYK
RGB Variations
Color information
#8F958D (or 0x8F958D) is known color: Mantle. HEX triplet: 8F, 95 and 8D. RGB value is (143,149,141). Sum of RGB (Red+Green+Blue) = 143+149+141=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 149 - color contains mainly: green. Hex color #8F958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F958D is #706A72. Grayscale: #929292. Windows color (decimal): -7367283 or 9278863. OLE color: 9278863.
HSL color Cylindrical-coordinate representation of color #8F958D: hue angle of 105º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F958D is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 141 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.42 |
| HSL | 105º | 0.04% | 0.57% | - |
| HSV(B) | 105º | 0.05% | 0.58% | - |
| XYZ | 26.88 | 29.26 | 29.43 | - |
| YUV | 146.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 141 | 0.04 | 0 | 0.05 | 0.42 | 105 | 0.04 | 0.57 |
| Hex | 8F | 95 | 8D | 4 | 0 | 5 | 2A | 69 | 4 | 39 |
| Octal | 217 | 225 | 215 | 4 | 0 | 5 | 52 | 151 | 4 | 71 |
| Binary | 10001111 | 10010101 | 10001101 | 100 | 0 | 101 | 101010 | 1101001 | 100 | 111001 |
Color Harmonies of #8F958D
Complementary color
Monochromatic Colors of #8F958D
Black with #8F958D
Text Example
Text Example
White with #8F958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F958D; }
p { color: rgb(143,149,141); }
H1.HeaderClassName
{
color: #8F958D;
}
.AnyTagClassName
{
color: #8F958D;
}
</style>
background-color css
<style>
a { background-color: #8F958D; }
a { background-color: rgb(143,149,141); }
div.DivClassName
{
background-color: #8F958D;
}
.BgClassName
{
background-color: #8F958D;
}
</style>
border-color css
<style>
span { border-color: #8F958D; }
span { border-color: rgb(143,149,141); }
td.TdClassName
{
border-color: #8F958D;
}
.TagClassName
{
border-color: #8F958D;
}
</style>