Shades of Green Smoke #95A969
Tints of Green Smoke #95A969
RGB
CMYK
RGB Variations
Color information
#95A969 (or 0x95A969) is known color: Green Smoke. HEX triplet: 95, A9 and 69. RGB value is (149,169,105). Sum of RGB (Red+Green+Blue) = 149+169+105=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #95A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A969 is #6A5696. Grayscale: #9B9B9B. Windows color (decimal): -6968983 or 6924693. OLE color: 6924693.
HSL color Cylindrical-coordinate representation of color #95A969: hue angle of 78.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A969 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 169 | 105 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.34 |
| HSL | 78.75º | 0.27% | 0.54% | - |
| HSV(B) | 78.75º | 0.38% | 0.66% | - |
| XYZ | 29.13 | 35.79 | 18.74 | - |
| YUV | 155.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 105 | 0.12 | 0 | 0.38 | 0.34 | 78.75 | 0.27 | 0.54 |
| Hex | 95 | A9 | 69 | C | 0 | 26 | 22 | 4F | 1B | 36 |
| Octal | 225 | 251 | 151 | 14 | 0 | 46 | 42 | 117 | 33 | 66 |
| Binary | 10010101 | 10101001 | 1101001 | 1100 | 0 | 100110 | 100010 | 1001111 | 11011 | 110110 |
Color Harmonies of #95A969
Complementary color
Monochromatic Colors of #95A969
Black with #95A969
Text Example
Text Example
White with #95A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A969; }
p { color: rgb(149,169,105); }
H1.HeaderClassName
{
color: #95A969;
}
.AnyTagClassName
{
color: #95A969;
}
</style>
background-color css
<style>
a { background-color: #95A969; }
a { background-color: rgb(149,169,105); }
div.DivClassName
{
background-color: #95A969;
}
.BgClassName
{
background-color: #95A969;
}
</style>
border-color css
<style>
span { border-color: #95A969; }
span { border-color: rgb(149,169,105); }
td.TdClassName
{
border-color: #95A969;
}
.TagClassName
{
border-color: #95A969;
}
</style>