Shades of Mantle #91A38F
Tints of Mantle #91A38F
RGB
CMYK
RGB Variations
Color information
#91A38F (or 0x91A38F) is known color: Mantle. HEX triplet: 91, A3 and 8F. RGB value is (145,163,143). Sum of RGB (Red+Green+Blue) = 145+163+143=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 163 - color contains mainly: green. Hex color #91A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A38F is #6E5C70. Grayscale: #9B9B9B. Windows color (decimal): -7232625 or 9413521. OLE color: 9413521.
HSL color Cylindrical-coordinate representation of color #91A38F: hue angle of 114º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A38F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 163 | 143 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.36 |
| HSL | 114º | 0.1% | 0.6% | - |
| HSV(B) | 114º | 0.12% | 0.64% | - |
| XYZ | 29.73 | 34.2 | 31.02 | - |
| YUV | 155.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 143 | 0.11 | 0 | 0.12 | 0.36 | 114 | 0.1 | 0.6 |
| Hex | 91 | A3 | 8F | B | 0 | C | 24 | 72 | A | 3C |
| Octal | 221 | 243 | 217 | 13 | 0 | 14 | 44 | 162 | 12 | 74 |
| Binary | 10010001 | 10100011 | 10001111 | 1011 | 0 | 1100 | 100100 | 1110010 | 1010 | 111100 |
Color Harmonies of #91A38F
Complementary color
Monochromatic Colors of #91A38F
Black with #91A38F
Text Example
Text Example
White with #91A38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A38F; }
p { color: rgb(145,163,143); }
H1.HeaderClassName
{
color: #91A38F;
}
.AnyTagClassName
{
color: #91A38F;
}
</style>
background-color css
<style>
a { background-color: #91A38F; }
a { background-color: rgb(145,163,143); }
div.DivClassName
{
background-color: #91A38F;
}
.BgClassName
{
background-color: #91A38F;
}
</style>
border-color css
<style>
span { border-color: #91A38F; }
span { border-color: rgb(145,163,143); }
td.TdClassName
{
border-color: #91A38F;
}
.TagClassName
{
border-color: #91A38F;
}
</style>