Shades of Mantle #9FA39F
Tints of Mantle #9FA39F
RGB
CMYK
RGB Variations
Color information
#9FA39F (or 0x9FA39F) is known color: Mantle. HEX triplet: 9F, A3 and 9F. RGB value is (159,163,159). Sum of RGB (Red+Green+Blue) = 159+163+159=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA39F is #605C60. Grayscale: #A1A1A1. Windows color (decimal): -6315105 or 10462111. OLE color: 10462111.
HSL color Cylindrical-coordinate representation of color #9FA39F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA39F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 159 | 163 | 159 | - |
CMYK | 0.02 | 0 | 0.02 | 0.36 |
HSL | 120º | 0.02% | 0.63% | - |
HSV(B) | 120º | 0.02% | 0.64% | - |
XYZ | 33.65 | 36.07 | 37.99 | - |
YUV | 161.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 163 | 159 | 0.02 | 0 | 0.02 | 0.36 | 120 | 0.02 | 0.63 |
Hex | 9F | A3 | 9F | 2 | 0 | 2 | 24 | 78 | 2 | 3F |
Octal | 237 | 243 | 237 | 2 | 0 | 2 | 44 | 170 | 2 | 77 |
Binary | 10011111 | 10100011 | 10011111 | 10 | 0 | 10 | 100100 | 1111000 | 10 | 111111 |
Color Harmonies of #9FA39F
Complementary color
Monochromatic Colors of #9FA39F
Black with #9FA39F
Text Example
Text Example
White with #9FA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA39F; }
p { color: rgb(159,163,159); }
H1.HeaderClassName
{
color: #9FA39F;
}
.AnyTagClassName
{
color: #9FA39F;
}
</style>
background-color css
<style>
a { background-color: #9FA39F; }
a { background-color: rgb(159,163,159); }
div.DivClassName
{
background-color: #9FA39F;
}
.BgClassName
{
background-color: #9FA39F;
}
</style>
border-color css
<style>
span { border-color: #9FA39F; }
span { border-color: rgb(159,163,159); }
td.TdClassName
{
border-color: #9FA39F;
}
.TagClassName
{
border-color: #9FA39F;
}
</style>