Shades of Mantle #8D978A
Tints of Mantle #8D978A
RGB
CMYK
RGB Variations
Color information
#8D978A (or 0x8D978A) is known color: Mantle. HEX triplet: 8D, 97 and 8A. RGB value is (141,151,138). Sum of RGB (Red+Green+Blue) = 141+151+138=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #8D978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D978A is #726875. Grayscale: #929292. Windows color (decimal): -7497846 or 9082765. OLE color: 9082765.
HSL color Cylindrical-coordinate representation of color #8D978A: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D978A is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 138 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.41 |
| HSL | 106.15º | 0.06% | 0.57% | - |
| HSV(B) | 106.15º | 0.09% | 0.59% | - |
| XYZ | 26.64 | 29.63 | 28.36 | - |
| YUV | 146.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 138 | 0.07 | 0 | 0.09 | 0.41 | 106.15 | 0.06 | 0.57 |
| Hex | 8D | 97 | 8A | 7 | 0 | 9 | 29 | 6A | 6 | 39 |
| Octal | 215 | 227 | 212 | 7 | 0 | 11 | 51 | 152 | 6 | 71 |
| Binary | 10001101 | 10010111 | 10001010 | 111 | 0 | 1001 | 101001 | 1101010 | 110 | 111001 |
Color Harmonies of #8D978A
Complementary color
Monochromatic Colors of #8D978A
Black with #8D978A
Text Example
Text Example
White with #8D978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D978A; }
p { color: rgb(141,151,138); }
H1.HeaderClassName
{
color: #8D978A;
}
.AnyTagClassName
{
color: #8D978A;
}
</style>
background-color css
<style>
a { background-color: #8D978A; }
a { background-color: rgb(141,151,138); }
div.DivClassName
{
background-color: #8D978A;
}
.BgClassName
{
background-color: #8D978A;
}
</style>
border-color css
<style>
span { border-color: #8D978A; }
span { border-color: rgb(141,151,138); }
td.TdClassName
{
border-color: #8D978A;
}
.TagClassName
{
border-color: #8D978A;
}
</style>