Shades of Mantle #8DA088
Tints of Mantle #8DA088
RGB
CMYK
RGB Variations
Color information
#8DA088 (or 0x8DA088) is known color: Mantle. HEX triplet: 8D, A0 and 88. RGB value is (141,160,136). Sum of RGB (Red+Green+Blue) = 141+160+136=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA088 is #725F77. Grayscale: #979797. Windows color (decimal): -7495544 or 8953997. OLE color: 8953997.
HSL color Cylindrical-coordinate representation of color #8DA088: hue angle of 107.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA088 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 136 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.37 |
| HSL | 107.5º | 0.11% | 0.58% | - |
| HSV(B) | 107.5º | 0.15% | 0.63% | - |
| XYZ | 28 | 32.58 | 28.11 | - |
| YUV | 151.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 136 | 0.12 | 0 | 0.15 | 0.37 | 107.5 | 0.11 | 0.58 |
| Hex | 8D | A0 | 88 | C | 0 | F | 25 | 6C | B | 3A |
| Octal | 215 | 240 | 210 | 14 | 0 | 17 | 45 | 154 | 13 | 72 |
| Binary | 10001101 | 10100000 | 10001000 | 1100 | 0 | 1111 | 100101 | 1101100 | 1011 | 111010 |
Color Harmonies of #8DA088
Complementary color
Monochromatic Colors of #8DA088
Black with #8DA088
Text Example
Text Example
White with #8DA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA088; }
p { color: rgb(141,160,136); }
H1.HeaderClassName
{
color: #8DA088;
}
.AnyTagClassName
{
color: #8DA088;
}
</style>
background-color css
<style>
a { background-color: #8DA088; }
a { background-color: rgb(141,160,136); }
div.DivClassName
{
background-color: #8DA088;
}
.BgClassName
{
background-color: #8DA088;
}
</style>
border-color css
<style>
span { border-color: #8DA088; }
span { border-color: rgb(141,160,136); }
td.TdClassName
{
border-color: #8DA088;
}
.TagClassName
{
border-color: #8DA088;
}
</style>