Shades of Green Smoke #9FB761
Tints of Green Smoke #9FB761
RGB
CMYK
RGB Variations
Color information
#9FB761 (or 0x9FB761) is known color: Green Smoke. HEX triplet: 9F, B7 and 61. RGB value is (159,183,97). Sum of RGB (Red+Green+Blue) = 159+183+97=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB761 is #60489E. Grayscale: #A6A6A6. Windows color (decimal): -6310047 or 6403999. OLE color: 6403999.
HSL color Cylindrical-coordinate representation of color #9FB761: hue angle of 76.74º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FB761 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 97 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.28 |
| HSL | 76.74º | 0.37% | 0.55% | - |
| HSV(B) | 76.74º | 0.47% | 0.72% | - |
| XYZ | 33.39 | 42.1 | 17.68 | - |
| YUV | 166.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 97 | 0.13 | 0 | 0.47 | 0.28 | 76.74 | 0.37 | 0.55 |
| Hex | 9F | B7 | 61 | D | 0 | 2F | 1C | 4D | 25 | 37 |
| Octal | 237 | 267 | 141 | 15 | 0 | 57 | 34 | 115 | 45 | 67 |
| Binary | 10011111 | 10110111 | 1100001 | 1101 | 0 | 101111 | 11100 | 1001101 | 100101 | 110111 |
Color Harmonies of #9FB761
Complementary color
Monochromatic Colors of #9FB761
Black with #9FB761
Text Example
Text Example
White with #9FB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB761; }
p { color: rgb(159,183,97); }
H1.HeaderClassName
{
color: #9FB761;
}
.AnyTagClassName
{
color: #9FB761;
}
</style>
background-color css
<style>
a { background-color: #9FB761; }
a { background-color: rgb(159,183,97); }
div.DivClassName
{
background-color: #9FB761;
}
.BgClassName
{
background-color: #9FB761;
}
</style>
border-color css
<style>
span { border-color: #9FB761; }
span { border-color: rgb(159,183,97); }
td.TdClassName
{
border-color: #9FB761;
}
.TagClassName
{
border-color: #9FB761;
}
</style>