Shades of Mantle #9AA794
Tints of Mantle #9AA794
RGB
CMYK
RGB Variations
Color information
#9AA794 (or 0x9AA794) is known color: Mantle. HEX triplet: 9A, A7 and 94. RGB value is (154,167,148). Sum of RGB (Red+Green+Blue) = 154+167+148=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA794 is #65586B. Grayscale: #A1A1A1. Windows color (decimal): -6641772 or 9742234. OLE color: 9742234.
HSL color Cylindrical-coordinate representation of color #9AA794: hue angle of 101.05º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AA794 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 167 | 148 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.35 |
| HSL | 101.05º | 0.1% | 0.62% | - |
| HSV(B) | 101.05º | 0.11% | 0.65% | - |
| XYZ | 32.49 | 36.65 | 33.38 | - |
| YUV | 160.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 148 | 0.08 | 0 | 0.11 | 0.35 | 101.05 | 0.1 | 0.62 |
| Hex | 9A | A7 | 94 | 8 | 0 | B | 23 | 65 | A | 3E |
| Octal | 232 | 247 | 224 | 10 | 0 | 13 | 43 | 145 | 12 | 76 |
| Binary | 10011010 | 10100111 | 10010100 | 1000 | 0 | 1011 | 100011 | 1100101 | 1010 | 111110 |
Color Harmonies of #9AA794
Complementary color
Monochromatic Colors of #9AA794
Black with #9AA794
Text Example
Text Example
White with #9AA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA794; }
p { color: rgb(154,167,148); }
H1.HeaderClassName
{
color: #9AA794;
}
.AnyTagClassName
{
color: #9AA794;
}
</style>
background-color css
<style>
a { background-color: #9AA794; }
a { background-color: rgb(154,167,148); }
div.DivClassName
{
background-color: #9AA794;
}
.BgClassName
{
background-color: #9AA794;
}
</style>
border-color css
<style>
span { border-color: #9AA794; }
span { border-color: rgb(154,167,148); }
td.TdClassName
{
border-color: #9AA794;
}
.TagClassName
{
border-color: #9AA794;
}
</style>