Shades of Green Smoke #9B9F61
Tints of Green Smoke #9B9F61
RGB
CMYK
RGB Variations
Color information
#9B9F61 (or 0x9B9F61) is known color: Green Smoke. HEX triplet: 9B, 9F and 61. RGB value is (155,159,97). Sum of RGB (Red+Green+Blue) = 155+159+97=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F61 is #64609E. Grayscale: #969696. Windows color (decimal): -6578335 or 6397851. OLE color: 6397851.
HSL color Cylindrical-coordinate representation of color #9B9F61: hue angle of 63.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B9F61 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 97 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.38 |
| HSL | 63.87º | 0.24% | 0.5% | - |
| HSV(B) | 63.87º | 0.39% | 0.62% | - |
| XYZ | 28.07 | 32.63 | 16.13 | - |
| YUV | 150.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 97 | 0.03 | 0 | 0.39 | 0.38 | 63.87 | 0.24 | 0.5 |
| Hex | 9B | 9F | 61 | 3 | 0 | 27 | 26 | 40 | 18 | 32 |
| Octal | 233 | 237 | 141 | 3 | 0 | 47 | 46 | 100 | 30 | 62 |
| Binary | 10011011 | 10011111 | 1100001 | 11 | 0 | 100111 | 100110 | 1000000 | 11000 | 110010 |
Color Harmonies of #9B9F61
Complementary color
Monochromatic Colors of #9B9F61
Black with #9B9F61
Text Example
Text Example
White with #9B9F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F61; }
p { color: rgb(155,159,97); }
H1.HeaderClassName
{
color: #9B9F61;
}
.AnyTagClassName
{
color: #9B9F61;
}
</style>
background-color css
<style>
a { background-color: #9B9F61; }
a { background-color: rgb(155,159,97); }
div.DivClassName
{
background-color: #9B9F61;
}
.BgClassName
{
background-color: #9B9F61;
}
</style>
border-color css
<style>
span { border-color: #9B9F61; }
span { border-color: rgb(155,159,97); }
td.TdClassName
{
border-color: #9B9F61;
}
.TagClassName
{
border-color: #9B9F61;
}
</style>