Shades of Green Smoke #9D9F50
Tints of Green Smoke #9D9F50
RGB
CMYK
RGB Variations
Color information
#9D9F50 (or 0x9D9F50) is known color: Green Smoke. HEX triplet: 9D, 9F and 50. RGB value is (157,159,80). Sum of RGB (Red+Green+Blue) = 157+159+80=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9F50 is #6260AF. Grayscale: #959595. Windows color (decimal): -6447280 or 5283741. OLE color: 5283741.
HSL color Cylindrical-coordinate representation of color #9D9F50: hue angle of 61.52º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D9F50 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 159 | 80 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.38 |
| HSL | 61.52º | 0.33% | 0.47% | - |
| HSV(B) | 61.52º | 0.5% | 0.62% | - |
| XYZ | 27.75 | 32.54 | 12.41 | - |
| YUV | 149.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 80 | 0.01 | 0 | 0.50 | 0.38 | 61.52 | 0.33 | 0.47 |
| Hex | 9D | 9F | 50 | 1 | 0 | 32 | 26 | 3E | 21 | 2F |
| Octal | 235 | 237 | 120 | 1 | 0 | 62 | 46 | 76 | 41 | 57 |
| Binary | 10011101 | 10011111 | 1010000 | 1 | 0 | 110010 | 100110 | 111110 | 100001 | 101111 |
Color Harmonies of #9D9F50
Complementary color
Monochromatic Colors of #9D9F50
Black with #9D9F50
Text Example
Text Example
White with #9D9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9F50; }
p { color: rgb(157,159,80); }
H1.HeaderClassName
{
color: #9D9F50;
}
.AnyTagClassName
{
color: #9D9F50;
}
</style>
background-color css
<style>
a { background-color: #9D9F50; }
a { background-color: rgb(157,159,80); }
div.DivClassName
{
background-color: #9D9F50;
}
.BgClassName
{
background-color: #9D9F50;
}
</style>
border-color css
<style>
span { border-color: #9D9F50; }
span { border-color: rgb(157,159,80); }
td.TdClassName
{
border-color: #9D9F50;
}
.TagClassName
{
border-color: #9D9F50;
}
</style>