Shades of Green Smoke #9B9F51
Tints of Green Smoke #9B9F51
RGB
CMYK
RGB Variations
Color information
#9B9F51 (or 0x9B9F51) is known color: Green Smoke. HEX triplet: 9B, 9F and 51. RGB value is (155,159,81). Sum of RGB (Red+Green+Blue) = 155+159+81=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F51 is #6460AE. Grayscale: #959595. Windows color (decimal): -6578351 or 5349275. OLE color: 5349275.
HSL color Cylindrical-coordinate representation of color #9B9F51: hue angle of 63.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B9F51 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 81 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.38 |
| HSL | 63.08º | 0.33% | 0.47% | - |
| HSV(B) | 63.08º | 0.49% | 0.62% | - |
| XYZ | 27.4 | 32.36 | 12.59 | - |
| YUV | 148.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 81 | 0.03 | 0 | 0.49 | 0.38 | 63.08 | 0.33 | 0.47 |
| Hex | 9B | 9F | 51 | 3 | 0 | 31 | 26 | 3F | 20 | 2F |
| Octal | 233 | 237 | 121 | 3 | 0 | 61 | 46 | 77 | 40 | 57 |
| Binary | 10011011 | 10011111 | 1010001 | 11 | 0 | 110001 | 100110 | 111111 | 100000 | 101111 |
Color Harmonies of #9B9F51
Complementary color
Monochromatic Colors of #9B9F51
Black with #9B9F51
Text Example
Text Example
White with #9B9F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F51; }
p { color: rgb(155,159,81); }
H1.HeaderClassName
{
color: #9B9F51;
}
.AnyTagClassName
{
color: #9B9F51;
}
</style>
background-color css
<style>
a { background-color: #9B9F51; }
a { background-color: rgb(155,159,81); }
div.DivClassName
{
background-color: #9B9F51;
}
.BgClassName
{
background-color: #9B9F51;
}
</style>
border-color css
<style>
span { border-color: #9B9F51; }
span { border-color: rgb(155,159,81); }
td.TdClassName
{
border-color: #9B9F51;
}
.TagClassName
{
border-color: #9B9F51;
}
</style>