Shades of Mantle #91A18F
Tints of Mantle #91A18F
RGB
CMYK
RGB Variations
Color information
#91A18F (or 0x91A18F) is known color: Mantle. HEX triplet: 91, A1 and 8F. RGB value is (145,161,143). Sum of RGB (Red+Green+Blue) = 145+161+143=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #91A18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A18F is #6E5E70. Grayscale: #9A9A9A. Windows color (decimal): -7233137 or 9413009. OLE color: 9413009.
HSL color Cylindrical-coordinate representation of color #91A18F: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #91A18F is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 143 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.37 |
| HSL | 113.33º | 0.09% | 0.6% | - |
| HSV(B) | 113.33º | 0.11% | 0.63% | - |
| XYZ | 29.38 | 33.49 | 30.9 | - |
| YUV | 154.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 143 | 0.10 | 0 | 0.11 | 0.37 | 113.33 | 0.09 | 0.6 |
| Hex | 91 | A1 | 8F | A | 0 | B | 25 | 71 | 9 | 3C |
| Octal | 221 | 241 | 217 | 12 | 0 | 13 | 45 | 161 | 11 | 74 |
| Binary | 10010001 | 10100001 | 10001111 | 1010 | 0 | 1011 | 100101 | 1110001 | 1001 | 111100 |
Color Harmonies of #91A18F
Complementary color
Monochromatic Colors of #91A18F
Black with #91A18F
Text Example
Text Example
White with #91A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A18F; }
p { color: rgb(145,161,143); }
H1.HeaderClassName
{
color: #91A18F;
}
.AnyTagClassName
{
color: #91A18F;
}
</style>
background-color css
<style>
a { background-color: #91A18F; }
a { background-color: rgb(145,161,143); }
div.DivClassName
{
background-color: #91A18F;
}
.BgClassName
{
background-color: #91A18F;
}
</style>
border-color css
<style>
span { border-color: #91A18F; }
span { border-color: rgb(145,161,143); }
td.TdClassName
{
border-color: #91A18F;
}
.TagClassName
{
border-color: #91A18F;
}
</style>