Shades of Green Smoke #9FA470
Tints of Green Smoke #9FA470
RGB
CMYK
RGB Variations
Color information
#9FA470 (or 0x9FA470) is known color: Green Smoke. HEX triplet: 9F, A4 and 70. RGB value is (159,164,112). Sum of RGB (Red+Green+Blue) = 159+164+112=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA470 is #605B8F. Grayscale: #9C9C9C. Windows color (decimal): -6314896 or 7382175. OLE color: 7382175.
HSL color Cylindrical-coordinate representation of color #9FA470: hue angle of 65.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FA470 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 112 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.36 |
| HSL | 65.77º | 0.22% | 0.54% | - |
| HSV(B) | 65.77º | 0.32% | 0.64% | - |
| XYZ | 30.5 | 35.09 | 20.5 | - |
| YUV | 156.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 112 | 0.03 | 0 | 0.32 | 0.36 | 65.77 | 0.22 | 0.54 |
| Hex | 9F | A4 | 70 | 3 | 0 | 20 | 24 | 42 | 16 | 36 |
| Octal | 237 | 244 | 160 | 3 | 0 | 40 | 44 | 102 | 26 | 66 |
| Binary | 10011111 | 10100100 | 1110000 | 11 | 0 | 100000 | 100100 | 1000010 | 10110 | 110110 |
Color Harmonies of #9FA470
Complementary color
Monochromatic Colors of #9FA470
Black with #9FA470
Text Example
Text Example
White with #9FA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA470; }
p { color: rgb(159,164,112); }
H1.HeaderClassName
{
color: #9FA470;
}
.AnyTagClassName
{
color: #9FA470;
}
</style>
background-color css
<style>
a { background-color: #9FA470; }
a { background-color: rgb(159,164,112); }
div.DivClassName
{
background-color: #9FA470;
}
.BgClassName
{
background-color: #9FA470;
}
</style>
border-color css
<style>
span { border-color: #9FA470; }
span { border-color: rgb(159,164,112); }
td.TdClassName
{
border-color: #9FA470;
}
.TagClassName
{
border-color: #9FA470;
}
</style>