Shades of Green Smoke #95A669
Tints of Green Smoke #95A669
RGB
CMYK
RGB Variations
Color information
#95A669 (or 0x95A669) is known color: Green Smoke. HEX triplet: 95, A6 and 69. RGB value is (149,166,105). Sum of RGB (Red+Green+Blue) = 149+166+105=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #95A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A669 is #6A5996. Grayscale: #9A9A9A. Windows color (decimal): -6969751 or 6923925. OLE color: 6923925.
HSL color Cylindrical-coordinate representation of color #95A669: hue angle of 76.72º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A669 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 166 | 105 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.35 |
| HSL | 76.72º | 0.26% | 0.53% | - |
| HSV(B) | 76.72º | 0.37% | 0.65% | - |
| XYZ | 28.58 | 34.68 | 18.55 | - |
| YUV | 153.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 105 | 0.10 | 0 | 0.37 | 0.35 | 76.72 | 0.26 | 0.53 |
| Hex | 95 | A6 | 69 | A | 0 | 25 | 23 | 4D | 1A | 35 |
| Octal | 225 | 246 | 151 | 12 | 0 | 45 | 43 | 115 | 32 | 65 |
| Binary | 10010101 | 10100110 | 1101001 | 1010 | 0 | 100101 | 100011 | 1001101 | 11010 | 110101 |
Color Harmonies of #95A669
Complementary color
Monochromatic Colors of #95A669
Black with #95A669
Text Example
Text Example
White with #95A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A669; }
p { color: rgb(149,166,105); }
H1.HeaderClassName
{
color: #95A669;
}
.AnyTagClassName
{
color: #95A669;
}
</style>
background-color css
<style>
a { background-color: #95A669; }
a { background-color: rgb(149,166,105); }
div.DivClassName
{
background-color: #95A669;
}
.BgClassName
{
background-color: #95A669;
}
</style>
border-color css
<style>
span { border-color: #95A669; }
span { border-color: rgb(149,166,105); }
td.TdClassName
{
border-color: #95A669;
}
.TagClassName
{
border-color: #95A669;
}
</style>