Shades of Mantle #8D968A
Tints of Mantle #8D968A
RGB
CMYK
RGB Variations
Color information
#8D968A (or 0x8D968A) is known color: Mantle. HEX triplet: 8D, 96 and 8A. RGB value is (141,150,138). Sum of RGB (Red+Green+Blue) = 141+150+138=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #8D968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D968A is #726975. Grayscale: #919191. Windows color (decimal): -7498102 or 9082509. OLE color: 9082509.
HSL color Cylindrical-coordinate representation of color #8D968A: hue angle of 105º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D968A is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 138 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.41 |
| HSL | 105º | 0.05% | 0.56% | - |
| HSV(B) | 105º | 0.08% | 0.59% | - |
| XYZ | 26.48 | 29.31 | 28.31 | - |
| YUV | 145.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 138 | 0.06 | 0 | 0.08 | 0.41 | 105 | 0.05 | 0.56 |
| Hex | 8D | 96 | 8A | 6 | 0 | 8 | 29 | 69 | 5 | 38 |
| Octal | 215 | 226 | 212 | 6 | 0 | 10 | 51 | 151 | 5 | 70 |
| Binary | 10001101 | 10010110 | 10001010 | 110 | 0 | 1000 | 101001 | 1101001 | 101 | 111000 |
Color Harmonies of #8D968A
Complementary color
Monochromatic Colors of #8D968A
Black with #8D968A
Text Example
Text Example
White with #8D968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D968A; }
p { color: rgb(141,150,138); }
H1.HeaderClassName
{
color: #8D968A;
}
.AnyTagClassName
{
color: #8D968A;
}
</style>
background-color css
<style>
a { background-color: #8D968A; }
a { background-color: rgb(141,150,138); }
div.DivClassName
{
background-color: #8D968A;
}
.BgClassName
{
background-color: #8D968A;
}
</style>
border-color css
<style>
span { border-color: #8D968A; }
span { border-color: rgb(141,150,138); }
td.TdClassName
{
border-color: #8D968A;
}
.TagClassName
{
border-color: #8D968A;
}
</style>