Shades of Mantle #8F9D8C
Tints of Mantle #8F9D8C
RGB
CMYK
RGB Variations
Color information
#8F9D8C (or 0x8F9D8C) is known color: Mantle. HEX triplet: 8F, 9D and 8C. RGB value is (143,157,140). Sum of RGB (Red+Green+Blue) = 143+157+140=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D8C is #706273. Grayscale: #969696. Windows color (decimal): -7365236 or 9215375. OLE color: 9215375.
HSL color Cylindrical-coordinate representation of color #8F9D8C: hue angle of 109.41º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F9D8C is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 140 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.38 |
| HSL | 109.41º | 0.08% | 0.58% | - |
| HSV(B) | 109.41º | 0.11% | 0.62% | - |
| XYZ | 28.12 | 31.85 | 29.48 | - |
| YUV | 150.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 140 | 0.09 | 0 | 0.11 | 0.38 | 109.41 | 0.08 | 0.58 |
| Hex | 8F | 9D | 8C | 9 | 0 | B | 26 | 6D | 8 | 3A |
| Octal | 217 | 235 | 214 | 11 | 0 | 13 | 46 | 155 | 10 | 72 |
| Binary | 10001111 | 10011101 | 10001100 | 1001 | 0 | 1011 | 100110 | 1101101 | 1000 | 111010 |
Color Harmonies of #8F9D8C
Complementary color
Monochromatic Colors of #8F9D8C
Black with #8F9D8C
Text Example
Text Example
White with #8F9D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D8C; }
p { color: rgb(143,157,140); }
H1.HeaderClassName
{
color: #8F9D8C;
}
.AnyTagClassName
{
color: #8F9D8C;
}
</style>
background-color css
<style>
a { background-color: #8F9D8C; }
a { background-color: rgb(143,157,140); }
div.DivClassName
{
background-color: #8F9D8C;
}
.BgClassName
{
background-color: #8F9D8C;
}
</style>
border-color css
<style>
span { border-color: #8F9D8C; }
span { border-color: rgb(143,157,140); }
td.TdClassName
{
border-color: #8F9D8C;
}
.TagClassName
{
border-color: #8F9D8C;
}
</style>