Shades of Green Smoke #9F9D5B
Tints of Green Smoke #9F9D5B
RGB
CMYK
RGB Variations
Color information
#9F9D5B (or 0x9F9D5B) is known color: Green Smoke. HEX triplet: 9F, 9D and 5B. RGB value is (159,157,91). Sum of RGB (Red+Green+Blue) = 159+157+91=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9D5B is #6062A4. Grayscale: #969696. Windows color (decimal): -6316709 or 6004127. OLE color: 6004127.
HSL color Cylindrical-coordinate representation of color #9F9D5B: hue angle of 58.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F9D5B is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 157 | 91 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.38 |
| HSL | 58.24º | 0.27% | 0.49% | - |
| HSV(B) | 58.24º | 0.43% | 0.62% | - |
| XYZ | 28.24 | 32.24 | 14.63 | - |
| YUV | 150.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 91 | 0 | 0.01 | 0.43 | 0.38 | 58.24 | 0.27 | 0.49 |
| Hex | 9F | 9D | 5B | 0 | 1 | 2B | 26 | 3A | 1B | 31 |
| Octal | 237 | 235 | 133 | 0 | 1 | 53 | 46 | 72 | 33 | 61 |
| Binary | 10011111 | 10011101 | 1011011 | 0 | 1 | 101011 | 100110 | 111010 | 11011 | 110001 |
Color Harmonies of #9F9D5B
Complementary color
Monochromatic Colors of #9F9D5B
Black with #9F9D5B
Text Example
Text Example
White with #9F9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9D5B; }
p { color: rgb(159,157,91); }
H1.HeaderClassName
{
color: #9F9D5B;
}
.AnyTagClassName
{
color: #9F9D5B;
}
</style>
background-color css
<style>
a { background-color: #9F9D5B; }
a { background-color: rgb(159,157,91); }
div.DivClassName
{
background-color: #9F9D5B;
}
.BgClassName
{
background-color: #9F9D5B;
}
</style>
border-color css
<style>
span { border-color: #9F9D5B; }
span { border-color: rgb(159,157,91); }
td.TdClassName
{
border-color: #9F9D5B;
}
.TagClassName
{
border-color: #9F9D5B;
}
</style>