Shades of Mantle #9FA59F
Tints of Mantle #9FA59F
RGB
CMYK
RGB Variations
Color information
#9FA59F (or 0x9FA59F) is known color: Mantle. HEX triplet: 9F, A5 and 9F. RGB value is (159,165,159). Sum of RGB (Red+Green+Blue) = 159+165+159=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA59F is #605A60. Grayscale: #A2A2A2. Windows color (decimal): -6314593 or 10462623. OLE color: 10462623.
HSL color Cylindrical-coordinate representation of color #9FA59F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA59F is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 159 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.35 |
| HSL | 120º | 0.03% | 0.64% | - |
| HSV(B) | 120º | 0.04% | 0.65% | - |
| XYZ | 34.01 | 36.78 | 38.11 | - |
| YUV | 162.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 159 | 0.04 | 0 | 0.04 | 0.35 | 120 | 0.03 | 0.64 |
| Hex | 9F | A5 | 9F | 4 | 0 | 4 | 23 | 78 | 3 | 40 |
| Octal | 237 | 245 | 237 | 4 | 0 | 4 | 43 | 170 | 3 | 100 |
| Binary | 10011111 | 10100101 | 10011111 | 100 | 0 | 100 | 100011 | 1111000 | 11 | 1000000 |
Color Harmonies of #9FA59F
Complementary color
Monochromatic Colors of #9FA59F
Black with #9FA59F
Text Example
Text Example
White with #9FA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA59F; }
p { color: rgb(159,165,159); }
H1.HeaderClassName
{
color: #9FA59F;
}
.AnyTagClassName
{
color: #9FA59F;
}
</style>
background-color css
<style>
a { background-color: #9FA59F; }
a { background-color: rgb(159,165,159); }
div.DivClassName
{
background-color: #9FA59F;
}
.BgClassName
{
background-color: #9FA59F;
}
</style>
border-color css
<style>
span { border-color: #9FA59F; }
span { border-color: rgb(159,165,159); }
td.TdClassName
{
border-color: #9FA59F;
}
.TagClassName
{
border-color: #9FA59F;
}
</style>