Shades of Mantle #8E998A
Tints of Mantle #8E998A
RGB
CMYK
RGB Variations
Color information
#8E998A (or 0x8E998A) is known color: Mantle. HEX triplet: 8E, 99 and 8A. RGB value is (142,153,138). Sum of RGB (Red+Green+Blue) = 142+153+138=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #8E998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E998A is #716675. Grayscale: #949494. Windows color (decimal): -7431798 or 9083278. OLE color: 9083278.
HSL color Cylindrical-coordinate representation of color #8E998A: hue angle of 104º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E998A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 153 | 138 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.4 |
| HSL | 104º | 0.07% | 0.57% | - |
| HSV(B) | 104º | 0.1% | 0.6% | - |
| XYZ | 27.13 | 30.37 | 28.48 | - |
| YUV | 148 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 138 | 0.07 | 0 | 0.10 | 0.4 | 104 | 0.07 | 0.57 |
| Hex | 8E | 99 | 8A | 7 | 0 | A | 28 | 68 | 7 | 39 |
| Octal | 216 | 231 | 212 | 7 | 0 | 12 | 50 | 150 | 7 | 71 |
| Binary | 10001110 | 10011001 | 10001010 | 111 | 0 | 1010 | 101000 | 1101000 | 111 | 111001 |
Color Harmonies of #8E998A
Complementary color
Monochromatic Colors of #8E998A
Black with #8E998A
Text Example
Text Example
White with #8E998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E998A; }
p { color: rgb(142,153,138); }
H1.HeaderClassName
{
color: #8E998A;
}
.AnyTagClassName
{
color: #8E998A;
}
</style>
background-color css
<style>
a { background-color: #8E998A; }
a { background-color: rgb(142,153,138); }
div.DivClassName
{
background-color: #8E998A;
}
.BgClassName
{
background-color: #8E998A;
}
</style>
border-color css
<style>
span { border-color: #8E998A; }
span { border-color: rgb(142,153,138); }
td.TdClassName
{
border-color: #8E998A;
}
.TagClassName
{
border-color: #8E998A;
}
</style>