Shades of Mantle #9AA696
Tints of Mantle #9AA696
RGB
CMYK
RGB Variations
Color information
#9AA696 (or 0x9AA696) is known color: Mantle. HEX triplet: 9A, A6 and 96. RGB value is (154,166,150). Sum of RGB (Red+Green+Blue) = 154+166+150=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA696 is #655969. Grayscale: #A0A0A0. Windows color (decimal): -6642026 or 9873050. OLE color: 9873050.
HSL color Cylindrical-coordinate representation of color #9AA696: hue angle of 105º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AA696 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 150 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.35 |
| HSL | 105º | 0.08% | 0.62% | - |
| HSV(B) | 105º | 0.1% | 0.65% | - |
| XYZ | 32.47 | 36.34 | 34.16 | - |
| YUV | 160.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 150 | 0.07 | 0 | 0.10 | 0.35 | 105 | 0.08 | 0.62 |
| Hex | 9A | A6 | 96 | 7 | 0 | A | 23 | 69 | 8 | 3E |
| Octal | 232 | 246 | 226 | 7 | 0 | 12 | 43 | 151 | 10 | 76 |
| Binary | 10011010 | 10100110 | 10010110 | 111 | 0 | 1010 | 100011 | 1101001 | 1000 | 111110 |
Color Harmonies of #9AA696
Complementary color
Monochromatic Colors of #9AA696
Black with #9AA696
Text Example
Text Example
White with #9AA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA696; }
p { color: rgb(154,166,150); }
H1.HeaderClassName
{
color: #9AA696;
}
.AnyTagClassName
{
color: #9AA696;
}
</style>
background-color css
<style>
a { background-color: #9AA696; }
a { background-color: rgb(154,166,150); }
div.DivClassName
{
background-color: #9AA696;
}
.BgClassName
{
background-color: #9AA696;
}
</style>
border-color css
<style>
span { border-color: #9AA696; }
span { border-color: rgb(154,166,150); }
td.TdClassName
{
border-color: #9AA696;
}
.TagClassName
{
border-color: #9AA696;
}
</style>