Shades of Green Smoke #9FB65C
Tints of Green Smoke #9FB65C
RGB
CMYK
RGB Variations
Color information
#9FB65C (or 0x9FB65C) is known color: Green Smoke. HEX triplet: 9F, B6 and 5C. RGB value is (159,182,92). Sum of RGB (Red+Green+Blue) = 159+182+92=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB65C is #6049A3. Grayscale: #A5A5A5. Windows color (decimal): -6310308 or 6076063. OLE color: 6076063.
HSL color Cylindrical-coordinate representation of color #9FB65C: hue angle of 75.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FB65C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 92 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.29 |
| HSL | 75.33º | 0.38% | 0.54% | - |
| HSV(B) | 75.33º | 0.49% | 0.71% | - |
| XYZ | 32.96 | 41.6 | 16.42 | - |
| YUV | 164.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 92 | 0.13 | 0 | 0.49 | 0.29 | 75.33 | 0.38 | 0.54 |
| Hex | 9F | B6 | 5C | D | 0 | 31 | 1D | 4B | 26 | 36 |
| Octal | 237 | 266 | 134 | 15 | 0 | 61 | 35 | 113 | 46 | 66 |
| Binary | 10011111 | 10110110 | 1011100 | 1101 | 0 | 110001 | 11101 | 1001011 | 100110 | 110110 |
Color Harmonies of #9FB65C
Complementary color
Monochromatic Colors of #9FB65C
Black with #9FB65C
Text Example
Text Example
White with #9FB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB65C; }
p { color: rgb(159,182,92); }
H1.HeaderClassName
{
color: #9FB65C;
}
.AnyTagClassName
{
color: #9FB65C;
}
</style>
background-color css
<style>
a { background-color: #9FB65C; }
a { background-color: rgb(159,182,92); }
div.DivClassName
{
background-color: #9FB65C;
}
.BgClassName
{
background-color: #9FB65C;
}
</style>
border-color css
<style>
span { border-color: #9FB65C; }
span { border-color: rgb(159,182,92); }
td.TdClassName
{
border-color: #9FB65C;
}
.TagClassName
{
border-color: #9FB65C;
}
</style>