Shades of Green Smoke #95A267
Tints of Green Smoke #95A267
RGB
CMYK
RGB Variations
Color information
#95A267 (or 0x95A267) is known color: Green Smoke. HEX triplet: 95, A2 and 67. RGB value is (149,162,103). Sum of RGB (Red+Green+Blue) = 149+162+103=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #95A267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A267 is #6A5D98. Grayscale: #979797. Windows color (decimal): -6970777 or 6791829. OLE color: 6791829.
HSL color Cylindrical-coordinate representation of color #95A267: hue angle of 73.22º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95A267 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 103 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.36 |
| HSL | 73.22º | 0.24% | 0.52% | - |
| HSV(B) | 73.22º | 0.36% | 0.64% | - |
| XYZ | 27.76 | 33.21 | 17.78 | - |
| YUV | 151.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 103 | 0.08 | 0 | 0.36 | 0.36 | 73.22 | 0.24 | 0.52 |
| Hex | 95 | A2 | 67 | 8 | 0 | 24 | 24 | 49 | 18 | 34 |
| Octal | 225 | 242 | 147 | 10 | 0 | 44 | 44 | 111 | 30 | 64 |
| Binary | 10010101 | 10100010 | 1100111 | 1000 | 0 | 100100 | 100100 | 1001001 | 11000 | 110100 |
Color Harmonies of #95A267
Complementary color
Monochromatic Colors of #95A267
Black with #95A267
Text Example
Text Example
White with #95A267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A267; }
p { color: rgb(149,162,103); }
H1.HeaderClassName
{
color: #95A267;
}
.AnyTagClassName
{
color: #95A267;
}
</style>
background-color css
<style>
a { background-color: #95A267; }
a { background-color: rgb(149,162,103); }
div.DivClassName
{
background-color: #95A267;
}
.BgClassName
{
background-color: #95A267;
}
</style>
border-color css
<style>
span { border-color: #95A267; }
span { border-color: rgb(149,162,103); }
td.TdClassName
{
border-color: #95A267;
}
.TagClassName
{
border-color: #95A267;
}
</style>