Shades of Green Smoke #9FA669
Tints of Green Smoke #9FA669
RGB
CMYK
RGB Variations
Color information
#9FA669 (or 0x9FA669) is known color: Green Smoke. HEX triplet: 9F, A6 and 69. RGB value is (159,166,105). Sum of RGB (Red+Green+Blue) = 159+166+105=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA669 is #605996. Grayscale: #9D9D9D. Windows color (decimal): -6314391 or 6923935. OLE color: 6923935.
HSL color Cylindrical-coordinate representation of color #9FA669: hue angle of 66.89º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA669 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 105 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.35 |
| HSL | 66.89º | 0.26% | 0.53% | - |
| HSV(B) | 66.89º | 0.37% | 0.65% | - |
| XYZ | 30.48 | 35.66 | 18.64 | - |
| YUV | 156.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 105 | 0.04 | 0 | 0.37 | 0.35 | 66.89 | 0.26 | 0.53 |
| Hex | 9F | A6 | 69 | 4 | 0 | 25 | 23 | 43 | 1A | 35 |
| Octal | 237 | 246 | 151 | 4 | 0 | 45 | 43 | 103 | 32 | 65 |
| Binary | 10011111 | 10100110 | 1101001 | 100 | 0 | 100101 | 100011 | 1000011 | 11010 | 110101 |
Color Harmonies of #9FA669
Complementary color
Monochromatic Colors of #9FA669
Black with #9FA669
Text Example
Text Example
White with #9FA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA669; }
p { color: rgb(159,166,105); }
H1.HeaderClassName
{
color: #9FA669;
}
.AnyTagClassName
{
color: #9FA669;
}
</style>
background-color css
<style>
a { background-color: #9FA669; }
a { background-color: rgb(159,166,105); }
div.DivClassName
{
background-color: #9FA669;
}
.BgClassName
{
background-color: #9FA669;
}
</style>
border-color css
<style>
span { border-color: #9FA669; }
span { border-color: rgb(159,166,105); }
td.TdClassName
{
border-color: #9FA669;
}
.TagClassName
{
border-color: #9FA669;
}
</style>