Shades of Green Smoke #9FA655
Tints of Green Smoke #9FA655
RGB
CMYK
RGB Variations
Color information
#9FA655 (or 0x9FA655) is known color: Green Smoke. HEX triplet: 9F, A6 and 55. RGB value is (159,166,85). Sum of RGB (Red+Green+Blue) = 159+166+85=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA655 is #6059AA. Grayscale: #9A9A9A. Windows color (decimal): -6314411 or 5613215. OLE color: 5613215.
HSL color Cylindrical-coordinate representation of color #9FA655: hue angle of 65.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FA655 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 85 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.35 |
| HSL | 65.19º | 0.32% | 0.49% | - |
| HSV(B) | 65.19º | 0.49% | 0.65% | - |
| XYZ | 29.57 | 35.3 | 13.85 | - |
| YUV | 154.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 85 | 0.04 | 0 | 0.49 | 0.35 | 65.19 | 0.32 | 0.49 |
| Hex | 9F | A6 | 55 | 4 | 0 | 31 | 23 | 41 | 20 | 31 |
| Octal | 237 | 246 | 125 | 4 | 0 | 61 | 43 | 101 | 40 | 61 |
| Binary | 10011111 | 10100110 | 1010101 | 100 | 0 | 110001 | 100011 | 1000001 | 100000 | 110001 |
Color Harmonies of #9FA655
Complementary color
Monochromatic Colors of #9FA655
Black with #9FA655
Text Example
Text Example
White with #9FA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA655; }
p { color: rgb(159,166,85); }
H1.HeaderClassName
{
color: #9FA655;
}
.AnyTagClassName
{
color: #9FA655;
}
</style>
background-color css
<style>
a { background-color: #9FA655; }
a { background-color: rgb(159,166,85); }
div.DivClassName
{
background-color: #9FA655;
}
.BgClassName
{
background-color: #9FA655;
}
</style>
border-color css
<style>
span { border-color: #9FA655; }
span { border-color: rgb(159,166,85); }
td.TdClassName
{
border-color: #9FA655;
}
.TagClassName
{
border-color: #9FA655;
}
</style>