Shades of Mantle #8D998B
Tints of Mantle #8D998B
RGB
CMYK
RGB Variations
Color information
#8D998B (or 0x8D998B) is known color: Mantle. HEX triplet: 8D, 99 and 8B. RGB value is (141,153,139). Sum of RGB (Red+Green+Blue) = 141+153+139=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #8D998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D998B is #726674. Grayscale: #939393. Windows color (decimal): -7497333 or 9148813. OLE color: 9148813.
HSL color Cylindrical-coordinate representation of color #8D998B: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D998B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 139 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.4 |
| HSL | 111.43º | 0.06% | 0.57% | - |
| HSV(B) | 111.43º | 0.09% | 0.6% | - |
| XYZ | 27.04 | 30.31 | 28.85 | - |
| YUV | 147.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 139 | 0.08 | 0 | 0.09 | 0.4 | 111.43 | 0.06 | 0.57 |
| Hex | 8D | 99 | 8B | 8 | 0 | 9 | 28 | 6F | 6 | 39 |
| Octal | 215 | 231 | 213 | 10 | 0 | 11 | 50 | 157 | 6 | 71 |
| Binary | 10001101 | 10011001 | 10001011 | 1000 | 0 | 1001 | 101000 | 1101111 | 110 | 111001 |
Color Harmonies of #8D998B
Complementary color
Monochromatic Colors of #8D998B
Black with #8D998B
Text Example
Text Example
White with #8D998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D998B; }
p { color: rgb(141,153,139); }
H1.HeaderClassName
{
color: #8D998B;
}
.AnyTagClassName
{
color: #8D998B;
}
</style>
background-color css
<style>
a { background-color: #8D998B; }
a { background-color: rgb(141,153,139); }
div.DivClassName
{
background-color: #8D998B;
}
.BgClassName
{
background-color: #8D998B;
}
</style>
border-color css
<style>
span { border-color: #8D998B; }
span { border-color: rgb(141,153,139); }
td.TdClassName
{
border-color: #8D998B;
}
.TagClassName
{
border-color: #8D998B;
}
</style>