Shades of Green Smoke #9FB062
Tints of Green Smoke #9FB062
RGB
CMYK
RGB Variations
Color information
#9FB062 (or 0x9FB062) is known color: Green Smoke. HEX triplet: 9F, B0 and 62. RGB value is (159,176,98). Sum of RGB (Red+Green+Blue) = 159+176+98=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB062 is #604F9D. Grayscale: #A2A2A2. Windows color (decimal): -6311838 or 6467743. OLE color: 6467743.
HSL color Cylindrical-coordinate representation of color #9FB062: hue angle of 73.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FB062 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 98 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.31 |
| HSL | 73.08º | 0.33% | 0.54% | - |
| HSV(B) | 73.08º | 0.44% | 0.69% | - |
| XYZ | 32.03 | 39.3 | 17.45 | - |
| YUV | 162.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 98 | 0.10 | 0 | 0.44 | 0.31 | 73.08 | 0.33 | 0.54 |
| Hex | 9F | B0 | 62 | A | 0 | 2C | 1F | 49 | 21 | 36 |
| Octal | 237 | 260 | 142 | 12 | 0 | 54 | 37 | 111 | 41 | 66 |
| Binary | 10011111 | 10110000 | 1100010 | 1010 | 0 | 101100 | 11111 | 1001001 | 100001 | 110110 |
Color Harmonies of #9FB062
Complementary color
Monochromatic Colors of #9FB062
Black with #9FB062
Text Example
Text Example
White with #9FB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB062; }
p { color: rgb(159,176,98); }
H1.HeaderClassName
{
color: #9FB062;
}
.AnyTagClassName
{
color: #9FB062;
}
</style>
background-color css
<style>
a { background-color: #9FB062; }
a { background-color: rgb(159,176,98); }
div.DivClassName
{
background-color: #9FB062;
}
.BgClassName
{
background-color: #9FB062;
}
</style>
border-color css
<style>
span { border-color: #9FB062; }
span { border-color: rgb(159,176,98); }
td.TdClassName
{
border-color: #9FB062;
}
.TagClassName
{
border-color: #9FB062;
}
</style>