Shades of Mantle #9FA99B
Tints of Mantle #9FA99B
RGB
CMYK
RGB Variations
Color information
#9FA99B (or 0x9FA99B) is known color: Mantle. HEX triplet: 9F, A9 and 9B. RGB value is (159,169,155). Sum of RGB (Red+Green+Blue) = 159+169+155=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA99B is #605664. Grayscale: #A4A4A4. Windows color (decimal): -6313573 or 10201503. OLE color: 10201503.
HSL color Cylindrical-coordinate representation of color #9FA99B: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FA99B is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 155 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.34 |
| HSL | 102.86º | 0.08% | 0.64% | - |
| HSV(B) | 102.86º | 0.08% | 0.66% | - |
| XYZ | 34.4 | 38.11 | 36.55 | - |
| YUV | 164.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 155 | 0.06 | 0 | 0.08 | 0.34 | 102.86 | 0.08 | 0.64 |
| Hex | 9F | A9 | 9B | 6 | 0 | 8 | 22 | 67 | 8 | 40 |
| Octal | 237 | 251 | 233 | 6 | 0 | 10 | 42 | 147 | 10 | 100 |
| Binary | 10011111 | 10101001 | 10011011 | 110 | 0 | 1000 | 100010 | 1100111 | 1000 | 1000000 |
Color Harmonies of #9FA99B
Complementary color
Monochromatic Colors of #9FA99B
Black with #9FA99B
Text Example
Text Example
White with #9FA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA99B; }
p { color: rgb(159,169,155); }
H1.HeaderClassName
{
color: #9FA99B;
}
.AnyTagClassName
{
color: #9FA99B;
}
</style>
background-color css
<style>
a { background-color: #9FA99B; }
a { background-color: rgb(159,169,155); }
div.DivClassName
{
background-color: #9FA99B;
}
.BgClassName
{
background-color: #9FA99B;
}
</style>
border-color css
<style>
span { border-color: #9FA99B; }
span { border-color: rgb(159,169,155); }
td.TdClassName
{
border-color: #9FA99B;
}
.TagClassName
{
border-color: #9FA99B;
}
</style>