Shades of Green Smoke #959E50
Tints of Green Smoke #959E50
RGB
CMYK
RGB Variations
Color information
#959E50 (or 0x959E50) is known color: Green Smoke. HEX triplet: 95, 9E and 50. RGB value is (149,158,80). Sum of RGB (Red+Green+Blue) = 149+158+80=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #959E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E50 is #6A61AF. Grayscale: #929292. Windows color (decimal): -6971824 or 5283477. OLE color: 5283477.
HSL color Cylindrical-coordinate representation of color #959E50: hue angle of 66.92º degrees, saturation: 0.33, 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 #959E50 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 80 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.38 |
| HSL | 66.92º | 0.33% | 0.47% | - |
| HSV(B) | 66.92º | 0.49% | 0.62% | - |
| XYZ | 26.07 | 31.42 | 12.28 | - |
| YUV | 146.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 80 | 0.06 | 0 | 0.49 | 0.38 | 66.92 | 0.33 | 0.47 |
| Hex | 95 | 9E | 50 | 6 | 0 | 31 | 26 | 43 | 21 | 2F |
| Octal | 225 | 236 | 120 | 6 | 0 | 61 | 46 | 103 | 41 | 57 |
| Binary | 10010101 | 10011110 | 1010000 | 110 | 0 | 110001 | 100110 | 1000011 | 100001 | 101111 |
Color Harmonies of #959E50
Complementary color
Monochromatic Colors of #959E50
Black with #959E50
Text Example
Text Example
White with #959E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E50; }
p { color: rgb(149,158,80); }
H1.HeaderClassName
{
color: #959E50;
}
.AnyTagClassName
{
color: #959E50;
}
</style>
background-color css
<style>
a { background-color: #959E50; }
a { background-color: rgb(149,158,80); }
div.DivClassName
{
background-color: #959E50;
}
.BgClassName
{
background-color: #959E50;
}
</style>
border-color css
<style>
span { border-color: #959E50; }
span { border-color: rgb(149,158,80); }
td.TdClassName
{
border-color: #959E50;
}
.TagClassName
{
border-color: #959E50;
}
</style>