Shades of Green Smoke #9FA865
Tints of Green Smoke #9FA865
RGB
CMYK
RGB Variations
Color information
#9FA865 (or 0x9FA865) is known color: Green Smoke. HEX triplet: 9F, A8 and 65. RGB value is (159,168,101). Sum of RGB (Red+Green+Blue) = 159+168+101=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA865 is #60579A. Grayscale: #9D9D9D. Windows color (decimal): -6313883 or 6662303. OLE color: 6662303.
HSL color Cylindrical-coordinate representation of color #9FA865: hue angle of 68.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FA865 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 101 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.34 |
| HSL | 68.06º | 0.28% | 0.53% | - |
| HSV(B) | 68.06º | 0.4% | 0.66% | - |
| XYZ | 30.65 | 36.32 | 17.71 | - |
| YUV | 157.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 101 | 0.05 | 0 | 0.40 | 0.34 | 68.06 | 0.28 | 0.53 |
| Hex | 9F | A8 | 65 | 5 | 0 | 28 | 22 | 44 | 1C | 35 |
| Octal | 237 | 250 | 145 | 5 | 0 | 50 | 42 | 104 | 34 | 65 |
| Binary | 10011111 | 10101000 | 1100101 | 101 | 0 | 101000 | 100010 | 1000100 | 11100 | 110101 |
Color Harmonies of #9FA865
Complementary color
Monochromatic Colors of #9FA865
Black with #9FA865
Text Example
Text Example
White with #9FA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA865; }
p { color: rgb(159,168,101); }
H1.HeaderClassName
{
color: #9FA865;
}
.AnyTagClassName
{
color: #9FA865;
}
</style>
background-color css
<style>
a { background-color: #9FA865; }
a { background-color: rgb(159,168,101); }
div.DivClassName
{
background-color: #9FA865;
}
.BgClassName
{
background-color: #9FA865;
}
</style>
border-color css
<style>
span { border-color: #9FA865; }
span { border-color: rgb(159,168,101); }
td.TdClassName
{
border-color: #9FA865;
}
.TagClassName
{
border-color: #9FA865;
}
</style>