Shades of Mantle #8D9F8A
Tints of Mantle #8D9F8A
RGB
CMYK
RGB Variations
Color information
#8D9F8A (or 0x8D9F8A) is known color: Mantle. HEX triplet: 8D, 9F and 8A. RGB value is (141,159,138). Sum of RGB (Red+Green+Blue) = 141+159+138=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9F8A is #726075. Grayscale: #979797. Windows color (decimal): -7495798 or 9084813. OLE color: 9084813.
HSL color Cylindrical-coordinate representation of color #8D9F8A: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D9F8A is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 159 | 138 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.38 |
| HSL | 111.43º | 0.1% | 0.58% | - |
| HSV(B) | 111.43º | 0.13% | 0.62% | - |
| XYZ | 27.97 | 32.29 | 28.8 | - |
| YUV | 151.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 138 | 0.11 | 0 | 0.13 | 0.38 | 111.43 | 0.1 | 0.58 |
| Hex | 8D | 9F | 8A | B | 0 | D | 26 | 6F | A | 3A |
| Octal | 215 | 237 | 212 | 13 | 0 | 15 | 46 | 157 | 12 | 72 |
| Binary | 10001101 | 10011111 | 10001010 | 1011 | 0 | 1101 | 100110 | 1101111 | 1010 | 111010 |
Color Harmonies of #8D9F8A
Complementary color
Monochromatic Colors of #8D9F8A
Black with #8D9F8A
Text Example
Text Example
White with #8D9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9F8A; }
p { color: rgb(141,159,138); }
H1.HeaderClassName
{
color: #8D9F8A;
}
.AnyTagClassName
{
color: #8D9F8A;
}
</style>
background-color css
<style>
a { background-color: #8D9F8A; }
a { background-color: rgb(141,159,138); }
div.DivClassName
{
background-color: #8D9F8A;
}
.BgClassName
{
background-color: #8D9F8A;
}
</style>
border-color css
<style>
span { border-color: #8D9F8A; }
span { border-color: rgb(141,159,138); }
td.TdClassName
{
border-color: #8D9F8A;
}
.TagClassName
{
border-color: #8D9F8A;
}
</style>