Shades of Green Smoke #959C5D
Tints of Green Smoke #959C5D
RGB
CMYK
RGB Variations
Color information
#959C5D (or 0x959C5D) is known color: Green Smoke. HEX triplet: 95, 9C and 5D. RGB value is (149,156,93). Sum of RGB (Red+Green+Blue) = 149+156+93=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #959C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C5D is #6A63A2. Grayscale: #929292. Windows color (decimal): -6972323 or 6134933. OLE color: 6134933.
HSL color Cylindrical-coordinate representation of color #959C5D: hue angle of 66.67º 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 #959C5D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 93 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.39 |
| HSL | 66.67º | 0.25% | 0.49% | - |
| HSV(B) | 66.67º | 0.4% | 0.61% | - |
| XYZ | 26.26 | 30.96 | 14.95 | - |
| YUV | 146.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 93 | 0.04 | 0 | 0.40 | 0.39 | 66.67 | 0.25 | 0.49 |
| Hex | 95 | 9C | 5D | 4 | 0 | 28 | 27 | 43 | 19 | 31 |
| Octal | 225 | 234 | 135 | 4 | 0 | 50 | 47 | 103 | 31 | 61 |
| Binary | 10010101 | 10011100 | 1011101 | 100 | 0 | 101000 | 100111 | 1000011 | 11001 | 110001 |
Color Harmonies of #959C5D
Complementary color
Monochromatic Colors of #959C5D
Black with #959C5D
Text Example
Text Example
White with #959C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C5D; }
p { color: rgb(149,156,93); }
H1.HeaderClassName
{
color: #959C5D;
}
.AnyTagClassName
{
color: #959C5D;
}
</style>
background-color css
<style>
a { background-color: #959C5D; }
a { background-color: rgb(149,156,93); }
div.DivClassName
{
background-color: #959C5D;
}
.BgClassName
{
background-color: #959C5D;
}
</style>
border-color css
<style>
span { border-color: #959C5D; }
span { border-color: rgb(149,156,93); }
td.TdClassName
{
border-color: #959C5D;
}
.TagClassName
{
border-color: #959C5D;
}
</style>