Shades of Mantle #8D9D8B
Tints of Mantle #8D9D8B
RGB
CMYK
RGB Variations
Color information
#8D9D8B (or 0x8D9D8B) is known color: Mantle. HEX triplet: 8D, 9D and 8B. RGB value is (141,157,139). Sum of RGB (Red+Green+Blue) = 141+157+139=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9D8B is #726274. Grayscale: #969696. Windows color (decimal): -7496309 or 9149837. OLE color: 9149837.
HSL color Cylindrical-coordinate representation of color #8D9D8B: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9D8B is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 157 | 139 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.38 |
| HSL | 113.33º | 0.08% | 0.58% | - |
| HSV(B) | 113.33º | 0.11% | 0.62% | - |
| XYZ | 27.7 | 31.64 | 29.07 | - |
| YUV | 150.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 139 | 0.10 | 0 | 0.11 | 0.38 | 113.33 | 0.08 | 0.58 |
| Hex | 8D | 9D | 8B | A | 0 | B | 26 | 71 | 8 | 3A |
| Octal | 215 | 235 | 213 | 12 | 0 | 13 | 46 | 161 | 10 | 72 |
| Binary | 10001101 | 10011101 | 10001011 | 1010 | 0 | 1011 | 100110 | 1110001 | 1000 | 111010 |
Color Harmonies of #8D9D8B
Complementary color
Monochromatic Colors of #8D9D8B
Black with #8D9D8B
Text Example
Text Example
White with #8D9D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9D8B; }
p { color: rgb(141,157,139); }
H1.HeaderClassName
{
color: #8D9D8B;
}
.AnyTagClassName
{
color: #8D9D8B;
}
</style>
background-color css
<style>
a { background-color: #8D9D8B; }
a { background-color: rgb(141,157,139); }
div.DivClassName
{
background-color: #8D9D8B;
}
.BgClassName
{
background-color: #8D9D8B;
}
</style>
border-color css
<style>
span { border-color: #8D9D8B; }
span { border-color: rgb(141,157,139); }
td.TdClassName
{
border-color: #8D9D8B;
}
.TagClassName
{
border-color: #8D9D8B;
}
</style>