Shades of Green Smoke #95A05E
Tints of Green Smoke #95A05E
RGB
CMYK
RGB Variations
Color information
#95A05E (or 0x95A05E) is known color: Green Smoke. HEX triplet: 95, A0 and 5E. RGB value is (149,160,94). Sum of RGB (Red+Green+Blue) = 149+160+94=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #95A05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A05E is #6A5FA1. Grayscale: #959595. Windows color (decimal): -6971298 or 6201493. OLE color: 6201493.
HSL color Cylindrical-coordinate representation of color #95A05E: hue angle of 70º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A05E is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 94 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.37 |
| HSL | 70º | 0.26% | 0.5% | - |
| HSV(B) | 70º | 0.41% | 0.63% | - |
| XYZ | 26.99 | 32.34 | 15.41 | - |
| YUV | 149.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 94 | 0.07 | 0 | 0.41 | 0.37 | 70 | 0.26 | 0.5 |
| Hex | 95 | A0 | 5E | 7 | 0 | 29 | 25 | 46 | 1A | 32 |
| Octal | 225 | 240 | 136 | 7 | 0 | 51 | 45 | 106 | 32 | 62 |
| Binary | 10010101 | 10100000 | 1011110 | 111 | 0 | 101001 | 100101 | 1000110 | 11010 | 110010 |
Color Harmonies of #95A05E
Complementary color
Monochromatic Colors of #95A05E
Black with #95A05E
Text Example
Text Example
White with #95A05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A05E; }
p { color: rgb(149,160,94); }
H1.HeaderClassName
{
color: #95A05E;
}
.AnyTagClassName
{
color: #95A05E;
}
</style>
background-color css
<style>
a { background-color: #95A05E; }
a { background-color: rgb(149,160,94); }
div.DivClassName
{
background-color: #95A05E;
}
.BgClassName
{
background-color: #95A05E;
}
</style>
border-color css
<style>
span { border-color: #95A05E; }
span { border-color: rgb(149,160,94); }
td.TdClassName
{
border-color: #95A05E;
}
.TagClassName
{
border-color: #95A05E;
}
</style>