Shades of Green Smoke #95A356
Tints of Green Smoke #95A356
RGB
CMYK
RGB Variations
Color information
#95A356 (or 0x95A356) is known color: Green Smoke. HEX triplet: 95, A3 and 56. RGB value is (149,163,86). Sum of RGB (Red+Green+Blue) = 149+163+86=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #95A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A356 is #6A5CA9. Grayscale: #969696. Windows color (decimal): -6970538 or 5677973. OLE color: 5677973.
HSL color Cylindrical-coordinate representation of color #95A356: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95A356 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 86 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.36 |
| HSL | 70.91º | 0.31% | 0.49% | - |
| HSV(B) | 70.91º | 0.47% | 0.64% | - |
| XYZ | 27.17 | 33.26 | 13.79 | - |
| YUV | 150.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 86 | 0.09 | 0 | 0.47 | 0.36 | 70.91 | 0.31 | 0.49 |
| Hex | 95 | A3 | 56 | 9 | 0 | 2F | 24 | 47 | 1F | 31 |
| Octal | 225 | 243 | 126 | 11 | 0 | 57 | 44 | 107 | 37 | 61 |
| Binary | 10010101 | 10100011 | 1010110 | 1001 | 0 | 101111 | 100100 | 1000111 | 11111 | 110001 |
Color Harmonies of #95A356
Complementary color
Monochromatic Colors of #95A356
Black with #95A356
Text Example
Text Example
White with #95A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A356; }
p { color: rgb(149,163,86); }
H1.HeaderClassName
{
color: #95A356;
}
.AnyTagClassName
{
color: #95A356;
}
</style>
background-color css
<style>
a { background-color: #95A356; }
a { background-color: rgb(149,163,86); }
div.DivClassName
{
background-color: #95A356;
}
.BgClassName
{
background-color: #95A356;
}
</style>
border-color css
<style>
span { border-color: #95A356; }
span { border-color: rgb(149,163,86); }
td.TdClassName
{
border-color: #95A356;
}
.TagClassName
{
border-color: #95A356;
}
</style>