Shades of Mantle #9FA99E
Tints of Mantle #9FA99E
RGB
CMYK
RGB Variations
Color information
#9FA99E (or 0x9FA99E) is known color: Mantle. HEX triplet: 9F, A9 and 9E. RGB value is (159,169,158). Sum of RGB (Red+Green+Blue) = 159+169+158=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA99E is #605661. Grayscale: #A4A4A4. Windows color (decimal): -6313570 or 10398111. OLE color: 10398111.
HSL color Cylindrical-coordinate representation of color #9FA99E: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA99E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 158 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.34 |
| HSL | 114.55º | 0.06% | 0.64% | - |
| HSV(B) | 114.55º | 0.07% | 0.66% | - |
| XYZ | 34.66 | 38.22 | 37.9 | - |
| YUV | 164.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 158 | 0.06 | 0 | 0.07 | 0.34 | 114.55 | 0.06 | 0.64 |
| Hex | 9F | A9 | 9E | 6 | 0 | 7 | 22 | 73 | 6 | 40 |
| Octal | 237 | 251 | 236 | 6 | 0 | 7 | 42 | 163 | 6 | 100 |
| Binary | 10011111 | 10101001 | 10011110 | 110 | 0 | 111 | 100010 | 1110011 | 110 | 1000000 |
Color Harmonies of #9FA99E
Complementary color
Monochromatic Colors of #9FA99E
Black with #9FA99E
Text Example
Text Example
White with #9FA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA99E; }
p { color: rgb(159,169,158); }
H1.HeaderClassName
{
color: #9FA99E;
}
.AnyTagClassName
{
color: #9FA99E;
}
</style>
background-color css
<style>
a { background-color: #9FA99E; }
a { background-color: rgb(159,169,158); }
div.DivClassName
{
background-color: #9FA99E;
}
.BgClassName
{
background-color: #9FA99E;
}
</style>
border-color css
<style>
span { border-color: #9FA99E; }
span { border-color: rgb(159,169,158); }
td.TdClassName
{
border-color: #9FA99E;
}
.TagClassName
{
border-color: #9FA99E;
}
</style>