Shades of Mantle #8D948A
Tints of Mantle #8D948A
RGB
CMYK
RGB Variations
Color information
#8D948A (or 0x8D948A) is known color: Mantle. HEX triplet: 8D, 94 and 8A. RGB value is (141,148,138). Sum of RGB (Red+Green+Blue) = 141+148+138=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #8D948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D948A is #726B75. Grayscale: #909090. Windows color (decimal): -7498614 or 9081997. OLE color: 9081997.
HSL color Cylindrical-coordinate representation of color #8D948A: hue angle of 102º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D948A is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 138 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.42 |
| HSL | 102º | 0.04% | 0.56% | - |
| HSV(B) | 102º | 0.07% | 0.58% | - |
| XYZ | 26.16 | 28.68 | 28.2 | - |
| YUV | 144.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 138 | 0.05 | 0 | 0.07 | 0.42 | 102 | 0.04 | 0.56 |
| Hex | 8D | 94 | 8A | 5 | 0 | 7 | 2A | 66 | 4 | 38 |
| Octal | 215 | 224 | 212 | 5 | 0 | 7 | 52 | 146 | 4 | 70 |
| Binary | 10001101 | 10010100 | 10001010 | 101 | 0 | 111 | 101010 | 1100110 | 100 | 111000 |
Color Harmonies of #8D948A
Complementary color
Monochromatic Colors of #8D948A
Black with #8D948A
Text Example
Text Example
White with #8D948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D948A; }
p { color: rgb(141,148,138); }
H1.HeaderClassName
{
color: #8D948A;
}
.AnyTagClassName
{
color: #8D948A;
}
</style>
background-color css
<style>
a { background-color: #8D948A; }
a { background-color: rgb(141,148,138); }
div.DivClassName
{
background-color: #8D948A;
}
.BgClassName
{
background-color: #8D948A;
}
</style>
border-color css
<style>
span { border-color: #8D948A; }
span { border-color: rgb(141,148,138); }
td.TdClassName
{
border-color: #8D948A;
}
.TagClassName
{
border-color: #8D948A;
}
</style>