Shades of Mantle #9FAC9B
Tints of Mantle #9FAC9B
RGB
CMYK
RGB Variations
Color information
#9FAC9B (or 0x9FAC9B) is known color: Mantle. HEX triplet: 9F, AC and 9B. RGB value is (159,172,155). Sum of RGB (Red+Green+Blue) = 159+172+155=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC9B is #605364. Grayscale: #A6A6A6. Windows color (decimal): -6312805 or 10202271. OLE color: 10202271.
HSL color Cylindrical-coordinate representation of color #9FAC9B: hue angle of 105.88º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FAC9B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 155 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.33 |
| HSL | 105.88º | 0.09% | 0.64% | - |
| HSV(B) | 105.88º | 0.1% | 0.67% | - |
| XYZ | 34.97 | 39.24 | 36.74 | - |
| YUV | 166.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 155 | 0.08 | 0 | 0.10 | 0.33 | 105.88 | 0.09 | 0.64 |
| Hex | 9F | AC | 9B | 8 | 0 | A | 21 | 6A | 9 | 40 |
| Octal | 237 | 254 | 233 | 10 | 0 | 12 | 41 | 152 | 11 | 100 |
| Binary | 10011111 | 10101100 | 10011011 | 1000 | 0 | 1010 | 100001 | 1101010 | 1001 | 1000000 |
Color Harmonies of #9FAC9B
Complementary color
Monochromatic Colors of #9FAC9B
Black with #9FAC9B
Text Example
Text Example
White with #9FAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC9B; }
p { color: rgb(159,172,155); }
H1.HeaderClassName
{
color: #9FAC9B;
}
.AnyTagClassName
{
color: #9FAC9B;
}
</style>
background-color css
<style>
a { background-color: #9FAC9B; }
a { background-color: rgb(159,172,155); }
div.DivClassName
{
background-color: #9FAC9B;
}
.BgClassName
{
background-color: #9FAC9B;
}
</style>
border-color css
<style>
span { border-color: #9FAC9B; }
span { border-color: rgb(159,172,155); }
td.TdClassName
{
border-color: #9FAC9B;
}
.TagClassName
{
border-color: #9FAC9B;
}
</style>