Shades of Green Smoke #9FA869
Tints of Green Smoke #9FA869
RGB
CMYK
RGB Variations
Color information
#9FA869 (or 0x9FA869) is known color: Green Smoke. HEX triplet: 9F, A8 and 69. RGB value is (159,168,105). Sum of RGB (Red+Green+Blue) = 159+168+105=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA869 is #605796. Grayscale: #9E9E9E. Windows color (decimal): -6313879 or 6924447. OLE color: 6924447.
HSL color Cylindrical-coordinate representation of color #9FA869: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FA869 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 105 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.34 |
| HSL | 68.57º | 0.27% | 0.54% | - |
| HSV(B) | 68.57º | 0.38% | 0.66% | - |
| XYZ | 30.85 | 36.4 | 18.76 | - |
| YUV | 158.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 105 | 0.05 | 0 | 0.38 | 0.34 | 68.57 | 0.27 | 0.54 |
| Hex | 9F | A8 | 69 | 5 | 0 | 26 | 22 | 45 | 1B | 36 |
| Octal | 237 | 250 | 151 | 5 | 0 | 46 | 42 | 105 | 33 | 66 |
| Binary | 10011111 | 10101000 | 1101001 | 101 | 0 | 100110 | 100010 | 1000101 | 11011 | 110110 |
Color Harmonies of #9FA869
Complementary color
Monochromatic Colors of #9FA869
Black with #9FA869
Text Example
Text Example
White with #9FA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA869; }
p { color: rgb(159,168,105); }
H1.HeaderClassName
{
color: #9FA869;
}
.AnyTagClassName
{
color: #9FA869;
}
</style>
background-color css
<style>
a { background-color: #9FA869; }
a { background-color: rgb(159,168,105); }
div.DivClassName
{
background-color: #9FA869;
}
.BgClassName
{
background-color: #9FA869;
}
</style>
border-color css
<style>
span { border-color: #9FA869; }
span { border-color: rgb(159,168,105); }
td.TdClassName
{
border-color: #9FA869;
}
.TagClassName
{
border-color: #9FA869;
}
</style>