Shades of Mantle #94AA91
Tints of Mantle #94AA91
RGB
CMYK
RGB Variations
Color information
#94AA91 (or 0x94AA91) is known color: Mantle. HEX triplet: 94, AA and 91. RGB value is (148,170,145). Sum of RGB (Red+Green+Blue) = 148+170+145=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA91 is #6B556E. Grayscale: #A0A0A0. Windows color (decimal): -7034223 or 9546388. OLE color: 9546388.
HSL color Cylindrical-coordinate representation of color #94AA91: hue angle of 112.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AA91 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 145 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.33 |
| HSL | 112.8º | 0.13% | 0.62% | - |
| HSV(B) | 112.8º | 0.15% | 0.67% | - |
| XYZ | 31.7 | 37.09 | 32.28 | - |
| YUV | 160.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 145 | 0.13 | 0 | 0.15 | 0.33 | 112.8 | 0.13 | 0.62 |
| Hex | 94 | AA | 91 | D | 0 | F | 21 | 71 | D | 3E |
| Octal | 224 | 252 | 221 | 15 | 0 | 17 | 41 | 161 | 15 | 76 |
| Binary | 10010100 | 10101010 | 10010001 | 1101 | 0 | 1111 | 100001 | 1110001 | 1101 | 111110 |
Color Harmonies of #94AA91
Complementary color
Monochromatic Colors of #94AA91
Black with #94AA91
Text Example
Text Example
White with #94AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA91; }
p { color: rgb(148,170,145); }
H1.HeaderClassName
{
color: #94AA91;
}
.AnyTagClassName
{
color: #94AA91;
}
</style>
background-color css
<style>
a { background-color: #94AA91; }
a { background-color: rgb(148,170,145); }
div.DivClassName
{
background-color: #94AA91;
}
.BgClassName
{
background-color: #94AA91;
}
</style>
border-color css
<style>
span { border-color: #94AA91; }
span { border-color: rgb(148,170,145); }
td.TdClassName
{
border-color: #94AA91;
}
.TagClassName
{
border-color: #94AA91;
}
</style>