Shades of Mantle #8F968C
Tints of Mantle #8F968C
RGB
CMYK
RGB Variations
Color information
#8F968C (or 0x8F968C) is known color: Mantle. HEX triplet: 8F, 96 and 8C. RGB value is (143,150,140). Sum of RGB (Red+Green+Blue) = 143+150+140=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #8F968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F968C is #706973. Grayscale: #929292. Windows color (decimal): -7367028 or 9213583. OLE color: 9213583.
HSL color Cylindrical-coordinate representation of color #8F968C: hue angle of 102º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F968C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 140 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.41 |
| HSL | 102º | 0.05% | 0.57% | - |
| HSV(B) | 102º | 0.07% | 0.59% | - |
| XYZ | 26.97 | 29.55 | 29.09 | - |
| YUV | 146.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 140 | 0.05 | 0 | 0.07 | 0.41 | 102 | 0.05 | 0.57 |
| Hex | 8F | 96 | 8C | 5 | 0 | 7 | 29 | 66 | 5 | 39 |
| Octal | 217 | 226 | 214 | 5 | 0 | 7 | 51 | 146 | 5 | 71 |
| Binary | 10001111 | 10010110 | 10001100 | 101 | 0 | 111 | 101001 | 1100110 | 101 | 111001 |
Color Harmonies of #8F968C
Complementary color
Monochromatic Colors of #8F968C
Black with #8F968C
Text Example
Text Example
White with #8F968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F968C; }
p { color: rgb(143,150,140); }
H1.HeaderClassName
{
color: #8F968C;
}
.AnyTagClassName
{
color: #8F968C;
}
</style>
background-color css
<style>
a { background-color: #8F968C; }
a { background-color: rgb(143,150,140); }
div.DivClassName
{
background-color: #8F968C;
}
.BgClassName
{
background-color: #8F968C;
}
</style>
border-color css
<style>
span { border-color: #8F968C; }
span { border-color: rgb(143,150,140); }
td.TdClassName
{
border-color: #8F968C;
}
.TagClassName
{
border-color: #8F968C;
}
</style>