Shades of Green Smoke #959C5E
Tints of Green Smoke #959C5E
RGB
CMYK
RGB Variations
Color information
#959C5E (or 0x959C5E) is known color: Green Smoke. HEX triplet: 95, 9C and 5E. RGB value is (149,156,94). Sum of RGB (Red+Green+Blue) = 149+156+94=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #959C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C5E is #6A63A1. Grayscale: #939393. Windows color (decimal): -6972322 or 6200469. OLE color: 6200469.
HSL color Cylindrical-coordinate representation of color #959C5E: hue angle of 66.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959C5E is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 94 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.39 |
| HSL | 66.77º | 0.25% | 0.49% | - |
| HSV(B) | 66.77º | 0.4% | 0.61% | - |
| XYZ | 26.3 | 30.97 | 15.18 | - |
| YUV | 146.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 94 | 0.04 | 0 | 0.40 | 0.39 | 66.77 | 0.25 | 0.49 |
| Hex | 95 | 9C | 5E | 4 | 0 | 28 | 27 | 43 | 19 | 31 |
| Octal | 225 | 234 | 136 | 4 | 0 | 50 | 47 | 103 | 31 | 61 |
| Binary | 10010101 | 10011100 | 1011110 | 100 | 0 | 101000 | 100111 | 1000011 | 11001 | 110001 |
Color Harmonies of #959C5E
Complementary color
Monochromatic Colors of #959C5E
Black with #959C5E
Text Example
Text Example
White with #959C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C5E; }
p { color: rgb(149,156,94); }
H1.HeaderClassName
{
color: #959C5E;
}
.AnyTagClassName
{
color: #959C5E;
}
</style>
background-color css
<style>
a { background-color: #959C5E; }
a { background-color: rgb(149,156,94); }
div.DivClassName
{
background-color: #959C5E;
}
.BgClassName
{
background-color: #959C5E;
}
</style>
border-color css
<style>
span { border-color: #959C5E; }
span { border-color: rgb(149,156,94); }
td.TdClassName
{
border-color: #959C5E;
}
.TagClassName
{
border-color: #959C5E;
}
</style>