Shades of Mantle #9FAC9F
Tints of Mantle #9FAC9F
RGB
CMYK
RGB Variations
Color information
#9FAC9F (or 0x9FAC9F) is known color: Mantle. HEX triplet: 9F, AC and 9F. RGB value is (159,172,159). Sum of RGB (Red+Green+Blue) = 159+172+159=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC9F is #605360. Grayscale: #A6A6A6. Windows color (decimal): -6312801 or 10464415. OLE color: 10464415.
HSL color Cylindrical-coordinate representation of color #9FAC9F: hue angle of 120º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FAC9F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 172 | 159 | - |
CMYK | 0.08 | 0 | 0.08 | 0.33 |
HSL | 120º | 0.07% | 0.65% | - |
HSV(B) | 120º | 0.08% | 0.67% | - |
XYZ | 35.31 | 39.38 | 38.54 | - |
YUV | 166.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 172 | 159 | 0.08 | 0 | 0.08 | 0.33 | 120 | 0.07 | 0.65 |
Hex | 9F | AC | 9F | 8 | 0 | 8 | 21 | 78 | 7 | 41 |
Octal | 237 | 254 | 237 | 10 | 0 | 10 | 41 | 170 | 7 | 101 |
Binary | 10011111 | 10101100 | 10011111 | 1000 | 0 | 1000 | 100001 | 1111000 | 111 | 1000001 |
Color Harmonies of #9FAC9F
Complementary color
Monochromatic Colors of #9FAC9F
Black with #9FAC9F
Text Example
Text Example
White with #9FAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC9F; }
p { color: rgb(159,172,159); }
H1.HeaderClassName
{
color: #9FAC9F;
}
.AnyTagClassName
{
color: #9FAC9F;
}
</style>
background-color css
<style>
a { background-color: #9FAC9F; }
a { background-color: rgb(159,172,159); }
div.DivClassName
{
background-color: #9FAC9F;
}
.BgClassName
{
background-color: #9FAC9F;
}
</style>
border-color css
<style>
span { border-color: #9FAC9F; }
span { border-color: rgb(159,172,159); }
td.TdClassName
{
border-color: #9FAC9F;
}
.TagClassName
{
border-color: #9FAC9F;
}
</style>