Shades of Green Smoke #959D50
Tints of Green Smoke #959D50
RGB
CMYK
RGB Variations
Color information
#959D50 (or 0x959D50) is known color: Green Smoke. HEX triplet: 95, 9D and 50. RGB value is (149,157,80). Sum of RGB (Red+Green+Blue) = 149+157+80=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #959D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D50 is #6A62AF. Grayscale: #929292. Windows color (decimal): -6972080 or 5283221. OLE color: 5283221.
HSL color Cylindrical-coordinate representation of color #959D50: hue angle of 66.23º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #959D50 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 80 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.38 |
| HSL | 66.23º | 0.32% | 0.46% | - |
| HSV(B) | 66.23º | 0.49% | 0.62% | - |
| XYZ | 25.9 | 31.08 | 12.22 | - |
| YUV | 145.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 80 | 0.05 | 0 | 0.49 | 0.38 | 66.23 | 0.32 | 0.46 |
| Hex | 95 | 9D | 50 | 5 | 0 | 31 | 26 | 42 | 20 | 2E |
| Octal | 225 | 235 | 120 | 5 | 0 | 61 | 46 | 102 | 40 | 56 |
| Binary | 10010101 | 10011101 | 1010000 | 101 | 0 | 110001 | 100110 | 1000010 | 100000 | 101110 |
Color Harmonies of #959D50
Complementary color
Monochromatic Colors of #959D50
Black with #959D50
Text Example
Text Example
White with #959D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D50; }
p { color: rgb(149,157,80); }
H1.HeaderClassName
{
color: #959D50;
}
.AnyTagClassName
{
color: #959D50;
}
</style>
background-color css
<style>
a { background-color: #959D50; }
a { background-color: rgb(149,157,80); }
div.DivClassName
{
background-color: #959D50;
}
.BgClassName
{
background-color: #959D50;
}
</style>
border-color css
<style>
span { border-color: #959D50; }
span { border-color: rgb(149,157,80); }
td.TdClassName
{
border-color: #959D50;
}
.TagClassName
{
border-color: #959D50;
}
</style>