Shades of Mantle #9FA59D
Tints of Mantle #9FA59D
RGB
CMYK
RGB Variations
Color information
#9FA59D (or 0x9FA59D) is known color: Mantle. HEX triplet: 9F, A5 and 9D. RGB value is (159,165,157). Sum of RGB (Red+Green+Blue) = 159+165+157=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA59D is #605A62. Grayscale: #A2A2A2. Windows color (decimal): -6314595 or 10331551. OLE color: 10331551.
HSL color Cylindrical-coordinate representation of color #9FA59D: hue angle of 105º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9FA59D is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 157 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.35 |
| HSL | 105º | 0.04% | 0.63% | - |
| HSV(B) | 105º | 0.05% | 0.65% | - |
| XYZ | 33.84 | 36.72 | 37.2 | - |
| YUV | 162.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 157 | 0.04 | 0 | 0.05 | 0.35 | 105 | 0.04 | 0.63 |
| Hex | 9F | A5 | 9D | 4 | 0 | 5 | 23 | 69 | 4 | 3F |
| Octal | 237 | 245 | 235 | 4 | 0 | 5 | 43 | 151 | 4 | 77 |
| Binary | 10011111 | 10100101 | 10011101 | 100 | 0 | 101 | 100011 | 1101001 | 100 | 111111 |
Color Harmonies of #9FA59D
Complementary color
Monochromatic Colors of #9FA59D
Black with #9FA59D
Text Example
Text Example
White with #9FA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA59D; }
p { color: rgb(159,165,157); }
H1.HeaderClassName
{
color: #9FA59D;
}
.AnyTagClassName
{
color: #9FA59D;
}
</style>
background-color css
<style>
a { background-color: #9FA59D; }
a { background-color: rgb(159,165,157); }
div.DivClassName
{
background-color: #9FA59D;
}
.BgClassName
{
background-color: #9FA59D;
}
</style>
border-color css
<style>
span { border-color: #9FA59D; }
span { border-color: rgb(159,165,157); }
td.TdClassName
{
border-color: #9FA59D;
}
.TagClassName
{
border-color: #9FA59D;
}
</style>