Shades of Green Smoke #9FB75F
Tints of Green Smoke #9FB75F
RGB
CMYK
RGB Variations
Color information
#9FB75F (or 0x9FB75F) is known color: Green Smoke. HEX triplet: 9F, B7 and 5F. RGB value is (159,183,95). Sum of RGB (Red+Green+Blue) = 159+183+95=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB75F is #6048A0. Grayscale: #A6A6A6. Windows color (decimal): -6310049 or 6272927. OLE color: 6272927.
HSL color Cylindrical-coordinate representation of color #9FB75F: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FB75F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 95 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.28 |
| HSL | 76.36º | 0.38% | 0.55% | - |
| HSV(B) | 76.36º | 0.48% | 0.72% | - |
| XYZ | 33.3 | 42.06 | 17.19 | - |
| YUV | 165.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 95 | 0.13 | 0 | 0.48 | 0.28 | 76.36 | 0.38 | 0.55 |
| Hex | 9F | B7 | 5F | D | 0 | 30 | 1C | 4C | 26 | 37 |
| Octal | 237 | 267 | 137 | 15 | 0 | 60 | 34 | 114 | 46 | 67 |
| Binary | 10011111 | 10110111 | 1011111 | 1101 | 0 | 110000 | 11100 | 1001100 | 100110 | 110111 |
Color Harmonies of #9FB75F
Complementary color
Monochromatic Colors of #9FB75F
Black with #9FB75F
Text Example
Text Example
White with #9FB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB75F; }
p { color: rgb(159,183,95); }
H1.HeaderClassName
{
color: #9FB75F;
}
.AnyTagClassName
{
color: #9FB75F;
}
</style>
background-color css
<style>
a { background-color: #9FB75F; }
a { background-color: rgb(159,183,95); }
div.DivClassName
{
background-color: #9FB75F;
}
.BgClassName
{
background-color: #9FB75F;
}
</style>
border-color css
<style>
span { border-color: #9FB75F; }
span { border-color: rgb(159,183,95); }
td.TdClassName
{
border-color: #9FB75F;
}
.TagClassName
{
border-color: #9FB75F;
}
</style>