Shades of Mantle #91AB8D
Tints of Mantle #91AB8D
RGB
CMYK
RGB Variations
Color information
#91AB8D (or 0x91AB8D) is known color: Mantle. HEX triplet: 91, AB and 8D. RGB value is (145,171,141). Sum of RGB (Red+Green+Blue) = 145+171+141=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB8D is #6E5472. Grayscale: #9F9F9F. Windows color (decimal): -7230579 or 9284497. OLE color: 9284497.
HSL color Cylindrical-coordinate representation of color #91AB8D: hue angle of 112º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91AB8D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 141 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.33 |
| HSL | 112º | 0.15% | 0.61% | - |
| HSV(B) | 112º | 0.18% | 0.67% | - |
| XYZ | 31.05 | 37.07 | 30.72 | - |
| YUV | 159.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 141 | 0.15 | 0 | 0.18 | 0.33 | 112 | 0.15 | 0.61 |
| Hex | 91 | AB | 8D | F | 0 | 12 | 21 | 70 | F | 3D |
| Octal | 221 | 253 | 215 | 17 | 0 | 22 | 41 | 160 | 17 | 75 |
| Binary | 10010001 | 10101011 | 10001101 | 1111 | 0 | 10010 | 100001 | 1110000 | 1111 | 111101 |
Color Harmonies of #91AB8D
Complementary color
Monochromatic Colors of #91AB8D
Black with #91AB8D
Text Example
Text Example
White with #91AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB8D; }
p { color: rgb(145,171,141); }
H1.HeaderClassName
{
color: #91AB8D;
}
.AnyTagClassName
{
color: #91AB8D;
}
</style>
background-color css
<style>
a { background-color: #91AB8D; }
a { background-color: rgb(145,171,141); }
div.DivClassName
{
background-color: #91AB8D;
}
.BgClassName
{
background-color: #91AB8D;
}
</style>
border-color css
<style>
span { border-color: #91AB8D; }
span { border-color: rgb(145,171,141); }
td.TdClassName
{
border-color: #91AB8D;
}
.TagClassName
{
border-color: #91AB8D;
}
</style>