Shades of Mantle #9FAB9B
Tints of Mantle #9FAB9B
RGB
CMYK
RGB Variations
Color information
#9FAB9B (or 0x9FAB9B) is known color: Mantle. HEX triplet: 9F, AB and 9B. RGB value is (159,171,155). Sum of RGB (Red+Green+Blue) = 159+171+155=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9B is #605464. Grayscale: #A5A5A5. Windows color (decimal): -6313061 or 10202015. OLE color: 10202015.
HSL color Cylindrical-coordinate representation of color #9FAB9B: hue angle of 105º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAB9B is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 155 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.33 |
| HSL | 105º | 0.09% | 0.64% | - |
| HSV(B) | 105º | 0.09% | 0.67% | - |
| XYZ | 34.78 | 38.86 | 36.68 | - |
| YUV | 165.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 155 | 0.07 | 0 | 0.09 | 0.33 | 105 | 0.09 | 0.64 |
| Hex | 9F | AB | 9B | 7 | 0 | 9 | 21 | 69 | 9 | 40 |
| Octal | 237 | 253 | 233 | 7 | 0 | 11 | 41 | 151 | 11 | 100 |
| Binary | 10011111 | 10101011 | 10011011 | 111 | 0 | 1001 | 100001 | 1101001 | 1001 | 1000000 |
Color Harmonies of #9FAB9B
Complementary color
Monochromatic Colors of #9FAB9B
Black with #9FAB9B
Text Example
Text Example
White with #9FAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB9B; }
p { color: rgb(159,171,155); }
H1.HeaderClassName
{
color: #9FAB9B;
}
.AnyTagClassName
{
color: #9FAB9B;
}
</style>
background-color css
<style>
a { background-color: #9FAB9B; }
a { background-color: rgb(159,171,155); }
div.DivClassName
{
background-color: #9FAB9B;
}
.BgClassName
{
background-color: #9FAB9B;
}
</style>
border-color css
<style>
span { border-color: #9FAB9B; }
span { border-color: rgb(159,171,155); }
td.TdClassName
{
border-color: #9FAB9B;
}
.TagClassName
{
border-color: #9FAB9B;
}
</style>