Shades of Green Smoke #9FB356
Tints of Green Smoke #9FB356
RGB
CMYK
RGB Variations
Color information
#9FB356 (or 0x9FB356) is known color: Green Smoke. HEX triplet: 9F, B3 and 56. RGB value is (159,179,86). Sum of RGB (Red+Green+Blue) = 159+179+86=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB356 is #604CA9. Grayscale: #A2A2A2. Windows color (decimal): -6311082 or 5682079. OLE color: 5682079.
HSL color Cylindrical-coordinate representation of color #9FB356: hue angle of 72.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FB356 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 86 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.30 |
| HSL | 72.9º | 0.38% | 0.52% | - |
| HSV(B) | 72.9º | 0.52% | 0.7% | - |
| XYZ | 32.1 | 40.28 | 14.89 | - |
| YUV | 162.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 86 | 0.11 | 0 | 0.52 | 0.30 | 72.9 | 0.38 | 0.52 |
| Hex | 9F | B3 | 56 | B | 0 | 34 | 1E | 49 | 26 | 34 |
| Octal | 237 | 263 | 126 | 13 | 0 | 64 | 36 | 111 | 46 | 64 |
| Binary | 10011111 | 10110011 | 1010110 | 1011 | 0 | 110100 | 11110 | 1001001 | 100110 | 110100 |
Color Harmonies of #9FB356
Complementary color
Monochromatic Colors of #9FB356
Black with #9FB356
Text Example
Text Example
White with #9FB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB356; }
p { color: rgb(159,179,86); }
H1.HeaderClassName
{
color: #9FB356;
}
.AnyTagClassName
{
color: #9FB356;
}
</style>
background-color css
<style>
a { background-color: #9FB356; }
a { background-color: rgb(159,179,86); }
div.DivClassName
{
background-color: #9FB356;
}
.BgClassName
{
background-color: #9FB356;
}
</style>
border-color css
<style>
span { border-color: #9FB356; }
span { border-color: rgb(159,179,86); }
td.TdClassName
{
border-color: #9FB356;
}
.TagClassName
{
border-color: #9FB356;
}
</style>