Shades of Green Smoke #9FA76C
Tints of Green Smoke #9FA76C
RGB
CMYK
RGB Variations
Color information
#9FA76C (or 0x9FA76C) is known color: Green Smoke. HEX triplet: 9F, A7 and 6C. RGB value is (159,167,108). Sum of RGB (Red+Green+Blue) = 159+167+108=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA76C is #605893. Grayscale: #9E9E9E. Windows color (decimal): -6314132 or 7120799. OLE color: 7120799.
HSL color Cylindrical-coordinate representation of color #9FA76C: hue angle of 68.14º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FA76C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 108 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.35 |
| HSL | 68.14º | 0.25% | 0.54% | - |
| HSV(B) | 68.14º | 0.35% | 0.65% | - |
| XYZ | 30.82 | 36.09 | 19.53 | - |
| YUV | 157.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 108 | 0.05 | 0 | 0.35 | 0.35 | 68.14 | 0.25 | 0.54 |
| Hex | 9F | A7 | 6C | 5 | 0 | 23 | 23 | 44 | 19 | 36 |
| Octal | 237 | 247 | 154 | 5 | 0 | 43 | 43 | 104 | 31 | 66 |
| Binary | 10011111 | 10100111 | 1101100 | 101 | 0 | 100011 | 100011 | 1000100 | 11001 | 110110 |
Color Harmonies of #9FA76C
Complementary color
Monochromatic Colors of #9FA76C
Black with #9FA76C
Text Example
Text Example
White with #9FA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA76C; }
p { color: rgb(159,167,108); }
H1.HeaderClassName
{
color: #9FA76C;
}
.AnyTagClassName
{
color: #9FA76C;
}
</style>
background-color css
<style>
a { background-color: #9FA76C; }
a { background-color: rgb(159,167,108); }
div.DivClassName
{
background-color: #9FA76C;
}
.BgClassName
{
background-color: #9FA76C;
}
</style>
border-color css
<style>
span { border-color: #9FA76C; }
span { border-color: rgb(159,167,108); }
td.TdClassName
{
border-color: #9FA76C;
}
.TagClassName
{
border-color: #9FA76C;
}
</style>