Shades of Green Smoke #9FAA6C
Tints of Green Smoke #9FAA6C
RGB
CMYK
RGB Variations
Color information
#9FAA6C (or 0x9FAA6C) is known color: Green Smoke. HEX triplet: 9F, AA and 6C. RGB value is (159,170,108). Sum of RGB (Red+Green+Blue) = 159+170+108=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA6C is #605593. Grayscale: #9F9F9F. Windows color (decimal): -6313364 or 7121567. OLE color: 7121567.
HSL color Cylindrical-coordinate representation of color #9FAA6C: hue angle of 70.65º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FAA6C is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 108 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.33 |
| HSL | 70.65º | 0.27% | 0.55% | - |
| HSV(B) | 70.65º | 0.36% | 0.67% | - |
| XYZ | 31.38 | 37.2 | 19.71 | - |
| YUV | 159.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 108 | 0.06 | 0 | 0.36 | 0.33 | 70.65 | 0.27 | 0.55 |
| Hex | 9F | AA | 6C | 6 | 0 | 24 | 21 | 47 | 1B | 37 |
| Octal | 237 | 252 | 154 | 6 | 0 | 44 | 41 | 107 | 33 | 67 |
| Binary | 10011111 | 10101010 | 1101100 | 110 | 0 | 100100 | 100001 | 1000111 | 11011 | 110111 |
Color Harmonies of #9FAA6C
Complementary color
Monochromatic Colors of #9FAA6C
Black with #9FAA6C
Text Example
Text Example
White with #9FAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA6C; }
p { color: rgb(159,170,108); }
H1.HeaderClassName
{
color: #9FAA6C;
}
.AnyTagClassName
{
color: #9FAA6C;
}
</style>
background-color css
<style>
a { background-color: #9FAA6C; }
a { background-color: rgb(159,170,108); }
div.DivClassName
{
background-color: #9FAA6C;
}
.BgClassName
{
background-color: #9FAA6C;
}
</style>
border-color css
<style>
span { border-color: #9FAA6C; }
span { border-color: rgb(159,170,108); }
td.TdClassName
{
border-color: #9FAA6C;
}
.TagClassName
{
border-color: #9FAA6C;
}
</style>