Shades of Green Smoke #95A25E
Tints of Green Smoke #95A25E
RGB
CMYK
RGB Variations
Color information
#95A25E (or 0x95A25E) is known color: Green Smoke. HEX triplet: 95, A2 and 5E. RGB value is (149,162,94). Sum of RGB (Red+Green+Blue) = 149+162+94=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #95A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A25E is #6A5DA1. Grayscale: #969696. Windows color (decimal): -6970786 or 6202005. OLE color: 6202005.
HSL color Cylindrical-coordinate representation of color #95A25E: hue angle of 71.47º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95A25E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 94 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.36 |
| HSL | 71.47º | 0.27% | 0.5% | - |
| HSV(B) | 71.47º | 0.42% | 0.64% | - |
| XYZ | 27.34 | 33.04 | 15.53 | - |
| YUV | 150.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 94 | 0.08 | 0 | 0.42 | 0.36 | 71.47 | 0.27 | 0.5 |
| Hex | 95 | A2 | 5E | 8 | 0 | 2A | 24 | 47 | 1B | 32 |
| Octal | 225 | 242 | 136 | 10 | 0 | 52 | 44 | 107 | 33 | 62 |
| Binary | 10010101 | 10100010 | 1011110 | 1000 | 0 | 101010 | 100100 | 1000111 | 11011 | 110010 |
Color Harmonies of #95A25E
Complementary color
Monochromatic Colors of #95A25E
Black with #95A25E
Text Example
Text Example
White with #95A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A25E; }
p { color: rgb(149,162,94); }
H1.HeaderClassName
{
color: #95A25E;
}
.AnyTagClassName
{
color: #95A25E;
}
</style>
background-color css
<style>
a { background-color: #95A25E; }
a { background-color: rgb(149,162,94); }
div.DivClassName
{
background-color: #95A25E;
}
.BgClassName
{
background-color: #95A25E;
}
</style>
border-color css
<style>
span { border-color: #95A25E; }
span { border-color: rgb(149,162,94); }
td.TdClassName
{
border-color: #95A25E;
}
.TagClassName
{
border-color: #95A25E;
}
</style>