Shades of Green Smoke #9FB760
Tints of Green Smoke #9FB760
RGB
CMYK
RGB Variations
Color information
#9FB760 (or 0x9FB760) is known color: Green Smoke. HEX triplet: 9F, B7 and 60. RGB value is (159,183,96). Sum of RGB (Red+Green+Blue) = 159+183+96=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB760 is #60489F. Grayscale: #A6A6A6. Windows color (decimal): -6310048 or 6338463. OLE color: 6338463.
HSL color Cylindrical-coordinate representation of color #9FB760: hue angle of 76.55º 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 #9FB760 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 96 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.28 |
| HSL | 76.55º | 0.38% | 0.55% | - |
| HSV(B) | 76.55º | 0.48% | 0.72% | - |
| XYZ | 33.34 | 42.08 | 17.43 | - |
| YUV | 165.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 96 | 0.13 | 0 | 0.48 | 0.28 | 76.55 | 0.38 | 0.55 |
| Hex | 9F | B7 | 60 | D | 0 | 30 | 1C | 4D | 26 | 37 |
| Octal | 237 | 267 | 140 | 15 | 0 | 60 | 34 | 115 | 46 | 67 |
| Binary | 10011111 | 10110111 | 1100000 | 1101 | 0 | 110000 | 11100 | 1001101 | 100110 | 110111 |
Color Harmonies of #9FB760
Complementary color
Monochromatic Colors of #9FB760
Black with #9FB760
Text Example
Text Example
White with #9FB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB760; }
p { color: rgb(159,183,96); }
H1.HeaderClassName
{
color: #9FB760;
}
.AnyTagClassName
{
color: #9FB760;
}
</style>
background-color css
<style>
a { background-color: #9FB760; }
a { background-color: rgb(159,183,96); }
div.DivClassName
{
background-color: #9FB760;
}
.BgClassName
{
background-color: #9FB760;
}
</style>
border-color css
<style>
span { border-color: #9FB760; }
span { border-color: rgb(159,183,96); }
td.TdClassName
{
border-color: #9FB760;
}
.TagClassName
{
border-color: #9FB760;
}
</style>