Shades of Mantle #8D958B
Tints of Mantle #8D958B
RGB
CMYK
RGB Variations
Color information
#8D958B (or 0x8D958B) is known color: Mantle. HEX triplet: 8D, 95 and 8B. RGB value is (141,149,139). Sum of RGB (Red+Green+Blue) = 141+149+139=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 149 - color contains mainly: green. Hex color #8D958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D958B is #726A74. Grayscale: #919191. Windows color (decimal): -7498357 or 9147789. OLE color: 9147789.
HSL color Cylindrical-coordinate representation of color #8D958B: hue angle of 108º degrees, saturation: 0.05, 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 #8D958B is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 139 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.42 |
| HSL | 108º | 0.05% | 0.56% | - |
| HSV(B) | 108º | 0.07% | 0.58% | - |
| XYZ | 26.39 | 29.02 | 28.64 | - |
| YUV | 145.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 139 | 0.05 | 0 | 0.07 | 0.42 | 108 | 0.05 | 0.56 |
| Hex | 8D | 95 | 8B | 5 | 0 | 7 | 2A | 6C | 5 | 38 |
| Octal | 215 | 225 | 213 | 5 | 0 | 7 | 52 | 154 | 5 | 70 |
| Binary | 10001101 | 10010101 | 10001011 | 101 | 0 | 111 | 101010 | 1101100 | 101 | 111000 |
Color Harmonies of #8D958B
Complementary color
Monochromatic Colors of #8D958B
Black with #8D958B
Text Example
Text Example
White with #8D958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D958B; }
p { color: rgb(141,149,139); }
H1.HeaderClassName
{
color: #8D958B;
}
.AnyTagClassName
{
color: #8D958B;
}
</style>
background-color css
<style>
a { background-color: #8D958B; }
a { background-color: rgb(141,149,139); }
div.DivClassName
{
background-color: #8D958B;
}
.BgClassName
{
background-color: #8D958B;
}
</style>
border-color css
<style>
span { border-color: #8D958B; }
span { border-color: rgb(141,149,139); }
td.TdClassName
{
border-color: #8D958B;
}
.TagClassName
{
border-color: #8D958B;
}
</style>