Shades of Mantle #91A08E
Tints of Mantle #91A08E
RGB
CMYK
RGB Variations
Color information
#91A08E (or 0x91A08E) is known color: Mantle. HEX triplet: 91, A0 and 8E. RGB value is (145,160,142). Sum of RGB (Red+Green+Blue) = 145+160+142=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 160 - color contains mainly: green. Hex color #91A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A08E is #6E5F71. Grayscale: #999999. Windows color (decimal): -7233394 or 9347217. OLE color: 9347217.
HSL color Cylindrical-coordinate representation of color #91A08E: hue angle of 110º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #91A08E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 142 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.37 |
| HSL | 110º | 0.09% | 0.59% | - |
| HSV(B) | 110º | 0.11% | 0.63% | - |
| XYZ | 29.13 | 33.11 | 30.45 | - |
| YUV | 153.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 142 | 0.09 | 0 | 0.11 | 0.37 | 110 | 0.09 | 0.59 |
| Hex | 91 | A0 | 8E | 9 | 0 | B | 25 | 6E | 9 | 3B |
| Octal | 221 | 240 | 216 | 11 | 0 | 13 | 45 | 156 | 11 | 73 |
| Binary | 10010001 | 10100000 | 10001110 | 1001 | 0 | 1011 | 100101 | 1101110 | 1001 | 111011 |
Color Harmonies of #91A08E
Complementary color
Monochromatic Colors of #91A08E
Black with #91A08E
Text Example
Text Example
White with #91A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A08E; }
p { color: rgb(145,160,142); }
H1.HeaderClassName
{
color: #91A08E;
}
.AnyTagClassName
{
color: #91A08E;
}
</style>
background-color css
<style>
a { background-color: #91A08E; }
a { background-color: rgb(145,160,142); }
div.DivClassName
{
background-color: #91A08E;
}
.BgClassName
{
background-color: #91A08E;
}
</style>
border-color css
<style>
span { border-color: #91A08E; }
span { border-color: rgb(145,160,142); }
td.TdClassName
{
border-color: #91A08E;
}
.TagClassName
{
border-color: #91A08E;
}
</style>