Shades of Green Smoke #9FAF61
Tints of Green Smoke #9FAF61
RGB
CMYK
RGB Variations
Color information
#9FAF61 (or 0x9FAF61) is known color: Green Smoke. HEX triplet: 9F, AF and 61. RGB value is (159,175,97). Sum of RGB (Red+Green+Blue) = 159+175+97=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF61 is #60509E. Grayscale: #A1A1A1. Windows color (decimal): -6312095 or 6401951. OLE color: 6401951.
HSL color Cylindrical-coordinate representation of color #9FAF61: hue angle of 72.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FAF61 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 97 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.31 |
| HSL | 72.31º | 0.33% | 0.53% | - |
| HSV(B) | 72.31º | 0.45% | 0.69% | - |
| XYZ | 31.79 | 38.89 | 17.14 | - |
| YUV | 161.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 97 | 0.09 | 0 | 0.45 | 0.31 | 72.31 | 0.33 | 0.53 |
| Hex | 9F | AF | 61 | 9 | 0 | 2D | 1F | 48 | 21 | 35 |
| Octal | 237 | 257 | 141 | 11 | 0 | 55 | 37 | 110 | 41 | 65 |
| Binary | 10011111 | 10101111 | 1100001 | 1001 | 0 | 101101 | 11111 | 1001000 | 100001 | 110101 |
Color Harmonies of #9FAF61
Complementary color
Monochromatic Colors of #9FAF61
Black with #9FAF61
Text Example
Text Example
White with #9FAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF61; }
p { color: rgb(159,175,97); }
H1.HeaderClassName
{
color: #9FAF61;
}
.AnyTagClassName
{
color: #9FAF61;
}
</style>
background-color css
<style>
a { background-color: #9FAF61; }
a { background-color: rgb(159,175,97); }
div.DivClassName
{
background-color: #9FAF61;
}
.BgClassName
{
background-color: #9FAF61;
}
</style>
border-color css
<style>
span { border-color: #9FAF61; }
span { border-color: rgb(159,175,97); }
td.TdClassName
{
border-color: #9FAF61;
}
.TagClassName
{
border-color: #9FAF61;
}
</style>