Shades of Green Smoke #959F4D
Tints of Green Smoke #959F4D
RGB
CMYK
RGB Variations
Color information
#959F4D (or 0x959F4D) is known color: Green Smoke. HEX triplet: 95, 9F and 4D. RGB value is (149,159,77). Sum of RGB (Red+Green+Blue) = 149+159+77=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #959F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F4D is #6A60B2. Grayscale: #929292. Windows color (decimal): -6971571 or 5087125. OLE color: 5087125.
HSL color Cylindrical-coordinate representation of color #959F4D: hue angle of 67.32º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #959F4D is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 77 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.38 |
| HSL | 67.32º | 0.35% | 0.46% | - |
| HSV(B) | 67.32º | 0.52% | 0.62% | - |
| XYZ | 26.13 | 31.72 | 11.77 | - |
| YUV | 146.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 77 | 0.06 | 0 | 0.52 | 0.38 | 67.32 | 0.35 | 0.46 |
| Hex | 95 | 9F | 4D | 6 | 0 | 34 | 26 | 43 | 23 | 2E |
| Octal | 225 | 237 | 115 | 6 | 0 | 64 | 46 | 103 | 43 | 56 |
| Binary | 10010101 | 10011111 | 1001101 | 110 | 0 | 110100 | 100110 | 1000011 | 100011 | 101110 |
Color Harmonies of #959F4D
Complementary color
Monochromatic Colors of #959F4D
Black with #959F4D
Text Example
Text Example
White with #959F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F4D; }
p { color: rgb(149,159,77); }
H1.HeaderClassName
{
color: #959F4D;
}
.AnyTagClassName
{
color: #959F4D;
}
</style>
background-color css
<style>
a { background-color: #959F4D; }
a { background-color: rgb(149,159,77); }
div.DivClassName
{
background-color: #959F4D;
}
.BgClassName
{
background-color: #959F4D;
}
</style>
border-color css
<style>
span { border-color: #959F4D; }
span { border-color: rgb(149,159,77); }
td.TdClassName
{
border-color: #959F4D;
}
.TagClassName
{
border-color: #959F4D;
}
</style>