Shades of Green Smoke #9FAB6F
Tints of Green Smoke #9FAB6F
RGB
CMYK
RGB Variations
Color information
#9FAB6F (or 0x9FAB6F) is known color: Green Smoke. HEX triplet: 9F, AB and 6F. RGB value is (159,171,111). Sum of RGB (Red+Green+Blue) = 159+171+111=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB6F is #605490. Grayscale: #A0A0A0. Windows color (decimal): -6313105 or 7318431. OLE color: 7318431.
HSL color Cylindrical-coordinate representation of color #9FAB6F: hue angle of 72º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FAB6F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 111 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.33 |
| HSL | 72º | 0.26% | 0.55% | - |
| HSV(B) | 72º | 0.35% | 0.67% | - |
| XYZ | 31.73 | 37.64 | 20.63 | - |
| YUV | 160.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 111 | 0.07 | 0 | 0.35 | 0.33 | 72 | 0.26 | 0.55 |
| Hex | 9F | AB | 6F | 7 | 0 | 23 | 21 | 48 | 1A | 37 |
| Octal | 237 | 253 | 157 | 7 | 0 | 43 | 41 | 110 | 32 | 67 |
| Binary | 10011111 | 10101011 | 1101111 | 111 | 0 | 100011 | 100001 | 1001000 | 11010 | 110111 |
Color Harmonies of #9FAB6F
Complementary color
Monochromatic Colors of #9FAB6F
Black with #9FAB6F
Text Example
Text Example
White with #9FAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB6F; }
p { color: rgb(159,171,111); }
H1.HeaderClassName
{
color: #9FAB6F;
}
.AnyTagClassName
{
color: #9FAB6F;
}
</style>
background-color css
<style>
a { background-color: #9FAB6F; }
a { background-color: rgb(159,171,111); }
div.DivClassName
{
background-color: #9FAB6F;
}
.BgClassName
{
background-color: #9FAB6F;
}
</style>
border-color css
<style>
span { border-color: #9FAB6F; }
span { border-color: rgb(159,171,111); }
td.TdClassName
{
border-color: #9FAB6F;
}
.TagClassName
{
border-color: #9FAB6F;
}
</style>