Shades of Green Smoke #95A363
Tints of Green Smoke #95A363
RGB
CMYK
RGB Variations
Color information
#95A363 (or 0x95A363) is known color: Green Smoke. HEX triplet: 95, A3 and 63. RGB value is (149,163,99). Sum of RGB (Red+Green+Blue) = 149+163+99=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #95A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A363 is #6A5C9C. Grayscale: #979797. Windows color (decimal): -6970525 or 6529941. OLE color: 6529941.
HSL color Cylindrical-coordinate representation of color #95A363: hue angle of 73.12º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95A363 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 99 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.36 |
| HSL | 73.13º | 0.26% | 0.51% | - |
| HSV(B) | 73.13º | 0.39% | 0.64% | - |
| XYZ | 27.74 | 33.48 | 16.81 | - |
| YUV | 151.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 99 | 0.09 | 0 | 0.39 | 0.36 | 73.13 | 0.26 | 0.51 |
| Hex | 95 | A3 | 63 | 9 | 0 | 27 | 24 | 49 | 1A | 33 |
| Octal | 225 | 243 | 143 | 11 | 0 | 47 | 44 | 111 | 32 | 63 |
| Binary | 10010101 | 10100011 | 1100011 | 1001 | 0 | 100111 | 100100 | 1001001 | 11010 | 110011 |
Color Harmonies of #95A363
Complementary color
Monochromatic Colors of #95A363
Black with #95A363
Text Example
Text Example
White with #95A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A363; }
p { color: rgb(149,163,99); }
H1.HeaderClassName
{
color: #95A363;
}
.AnyTagClassName
{
color: #95A363;
}
</style>
background-color css
<style>
a { background-color: #95A363; }
a { background-color: rgb(149,163,99); }
div.DivClassName
{
background-color: #95A363;
}
.BgClassName
{
background-color: #95A363;
}
</style>
border-color css
<style>
span { border-color: #95A363; }
span { border-color: rgb(149,163,99); }
td.TdClassName
{
border-color: #95A363;
}
.TagClassName
{
border-color: #95A363;
}
</style>