Shades of Green Smoke #95A15D
Tints of Green Smoke #95A15D
RGB
CMYK
RGB Variations
Color information
#95A15D (or 0x95A15D) is known color: Green Smoke. HEX triplet: 95, A1 and 5D. RGB value is (149,161,93). Sum of RGB (Red+Green+Blue) = 149+161+93=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #95A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A15D is #6A5EA2. Grayscale: #959595. Windows color (decimal): -6971043 or 6136213. OLE color: 6136213.
HSL color Cylindrical-coordinate representation of color #95A15D: hue angle of 70.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95A15D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 93 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.37 |
| HSL | 70.59º | 0.27% | 0.5% | - |
| HSV(B) | 70.59º | 0.42% | 0.63% | - |
| XYZ | 27.12 | 32.67 | 15.23 | - |
| YUV | 149.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 93 | 0.07 | 0 | 0.42 | 0.37 | 70.59 | 0.27 | 0.5 |
| Hex | 95 | A1 | 5D | 7 | 0 | 2A | 25 | 47 | 1B | 32 |
| Octal | 225 | 241 | 135 | 7 | 0 | 52 | 45 | 107 | 33 | 62 |
| Binary | 10010101 | 10100001 | 1011101 | 111 | 0 | 101010 | 100101 | 1000111 | 11011 | 110010 |
Color Harmonies of #95A15D
Complementary color
Monochromatic Colors of #95A15D
Black with #95A15D
Text Example
Text Example
White with #95A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A15D; }
p { color: rgb(149,161,93); }
H1.HeaderClassName
{
color: #95A15D;
}
.AnyTagClassName
{
color: #95A15D;
}
</style>
background-color css
<style>
a { background-color: #95A15D; }
a { background-color: rgb(149,161,93); }
div.DivClassName
{
background-color: #95A15D;
}
.BgClassName
{
background-color: #95A15D;
}
</style>
border-color css
<style>
span { border-color: #95A15D; }
span { border-color: rgb(149,161,93); }
td.TdClassName
{
border-color: #95A15D;
}
.TagClassName
{
border-color: #95A15D;
}
</style>