Shades of Mantle #9FAB9C
Tints of Mantle #9FAB9C
RGB
CMYK
RGB Variations
Color information
#9FAB9C (or 0x9FAB9C) is known color: Mantle. HEX triplet: 9F, AB and 9C. RGB value is (159,171,156). Sum of RGB (Red+Green+Blue) = 159+171+156=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9C is #605463. Grayscale: #A5A5A5. Windows color (decimal): -6313060 or 10267551. OLE color: 10267551.
HSL color Cylindrical-coordinate representation of color #9FAB9C: hue angle of 108º degrees, saturation: 0.08, 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 #9FAB9C is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 171 | 156 | - |
CMYK | 0.07 | 0 | 0.09 | 0.33 |
HSL | 108º | 0.08% | 0.64% | - |
HSV(B) | 108º | 0.09% | 0.67% | - |
XYZ | 34.86 | 38.9 | 37.12 | - |
YUV | 165.7 | 122.52 | 123.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 156 | 0.07 | 0 | 0.09 | 0.33 | 108 | 0.08 | 0.64 |
Hex | 9F | AB | 9C | 7 | 0 | 9 | 21 | 6C | 8 | 40 |
Octal | 237 | 253 | 234 | 7 | 0 | 11 | 41 | 154 | 10 | 100 |
Binary | 10011111 | 10101011 | 10011100 | 111 | 0 | 1001 | 100001 | 1101100 | 1000 | 1000000 |
Color Harmonies of #9FAB9C
Complementary color
Monochromatic Colors of #9FAB9C
Black with #9FAB9C
Text Example
Text Example
White with #9FAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB9C; }
p { color: rgb(159,171,156); }
H1.HeaderClassName
{
color: #9FAB9C;
}
.AnyTagClassName
{
color: #9FAB9C;
}
</style>
background-color css
<style>
a { background-color: #9FAB9C; }
a { background-color: rgb(159,171,156); }
div.DivClassName
{
background-color: #9FAB9C;
}
.BgClassName
{
background-color: #9FAB9C;
}
</style>
border-color css
<style>
span { border-color: #9FAB9C; }
span { border-color: rgb(159,171,156); }
td.TdClassName
{
border-color: #9FAB9C;
}
.TagClassName
{
border-color: #9FAB9C;
}
</style>