Shades of Mantle #8D938B
Tints of Mantle #8D938B
RGB
CMYK
RGB Variations
Color information
#8D938B (or 0x8D938B) is known color: Mantle. HEX triplet: 8D, 93 and 8B. RGB value is (141,147,139). Sum of RGB (Red+Green+Blue) = 141+147+139=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938B is #726C74. Grayscale: #909090. Windows color (decimal): -7498869 or 9147277. OLE color: 9147277.
HSL color Cylindrical-coordinate representation of color #8D938B: hue angle of 105º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D938B is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 139 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.42 |
| HSL | 105º | 0.04% | 0.56% | - |
| HSV(B) | 105º | 0.05% | 0.58% | - |
| XYZ | 26.08 | 28.39 | 28.53 | - |
| YUV | 144.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 139 | 0.04 | 0 | 0.05 | 0.42 | 105 | 0.04 | 0.56 |
| Hex | 8D | 93 | 8B | 4 | 0 | 5 | 2A | 69 | 4 | 38 |
| Octal | 215 | 223 | 213 | 4 | 0 | 5 | 52 | 151 | 4 | 70 |
| Binary | 10001101 | 10010011 | 10001011 | 100 | 0 | 101 | 101010 | 1101001 | 100 | 111000 |
Color Harmonies of #8D938B
Complementary color
Monochromatic Colors of #8D938B
Black with #8D938B
Text Example
Text Example
White with #8D938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D938B; }
p { color: rgb(141,147,139); }
H1.HeaderClassName
{
color: #8D938B;
}
.AnyTagClassName
{
color: #8D938B;
}
</style>
background-color css
<style>
a { background-color: #8D938B; }
a { background-color: rgb(141,147,139); }
div.DivClassName
{
background-color: #8D938B;
}
.BgClassName
{
background-color: #8D938B;
}
</style>
border-color css
<style>
span { border-color: #8D938B; }
span { border-color: rgb(141,147,139); }
td.TdClassName
{
border-color: #8D938B;
}
.TagClassName
{
border-color: #8D938B;
}
</style>