Shades of Green Smoke #9FA168
Tints of Green Smoke #9FA168
RGB
CMYK
RGB Variations
Color information
#9FA168 (or 0x9FA168) is known color: Green Smoke. HEX triplet: 9F, A1 and 68. RGB value is (159,161,104). Sum of RGB (Red+Green+Blue) = 159+161+104=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA168 is #605E97. Grayscale: #9A9A9A. Windows color (decimal): -6315672 or 6857119. OLE color: 6857119.
HSL color Cylindrical-coordinate representation of color #9FA168: hue angle of 62.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FA168 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 104 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.37 |
| HSL | 62.11º | 0.23% | 0.52% | - |
| HSV(B) | 62.11º | 0.35% | 0.63% | - |
| XYZ | 29.54 | 33.86 | 18.08 | - |
| YUV | 153.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 104 | 0.01 | 0 | 0.35 | 0.37 | 62.11 | 0.23 | 0.52 |
| Hex | 9F | A1 | 68 | 1 | 0 | 23 | 25 | 3E | 17 | 34 |
| Octal | 237 | 241 | 150 | 1 | 0 | 43 | 45 | 76 | 27 | 64 |
| Binary | 10011111 | 10100001 | 1101000 | 1 | 0 | 100011 | 100101 | 111110 | 10111 | 110100 |
Color Harmonies of #9FA168
Complementary color
Monochromatic Colors of #9FA168
Black with #9FA168
Text Example
Text Example
White with #9FA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA168; }
p { color: rgb(159,161,104); }
H1.HeaderClassName
{
color: #9FA168;
}
.AnyTagClassName
{
color: #9FA168;
}
</style>
background-color css
<style>
a { background-color: #9FA168; }
a { background-color: rgb(159,161,104); }
div.DivClassName
{
background-color: #9FA168;
}
.BgClassName
{
background-color: #9FA168;
}
</style>
border-color css
<style>
span { border-color: #9FA168; }
span { border-color: rgb(159,161,104); }
td.TdClassName
{
border-color: #9FA168;
}
.TagClassName
{
border-color: #9FA168;
}
</style>