Shades of Green Smoke #95A069
Tints of Green Smoke #95A069
RGB
CMYK
RGB Variations
Color information
#95A069 (or 0x95A069) is known color: Green Smoke. HEX triplet: 95, A0 and 69. RGB value is (149,160,105). Sum of RGB (Red+Green+Blue) = 149+160+105=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #95A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A069 is #6A5F96. Grayscale: #969696. Windows color (decimal): -6971287 or 6922389. OLE color: 6922389.
HSL color Cylindrical-coordinate representation of color #95A069: hue angle of 72º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95A069 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 105 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.37 |
| HSL | 72º | 0.22% | 0.52% | - |
| HSV(B) | 72º | 0.34% | 0.63% | - |
| XYZ | 27.52 | 32.55 | 18.2 | - |
| YUV | 150.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 105 | 0.07 | 0 | 0.34 | 0.37 | 72 | 0.22 | 0.52 |
| Hex | 95 | A0 | 69 | 7 | 0 | 22 | 25 | 48 | 16 | 34 |
| Octal | 225 | 240 | 151 | 7 | 0 | 42 | 45 | 110 | 26 | 64 |
| Binary | 10010101 | 10100000 | 1101001 | 111 | 0 | 100010 | 100101 | 1001000 | 10110 | 110100 |
Color Harmonies of #95A069
Complementary color
Monochromatic Colors of #95A069
Black with #95A069
Text Example
Text Example
White with #95A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A069; }
p { color: rgb(149,160,105); }
H1.HeaderClassName
{
color: #95A069;
}
.AnyTagClassName
{
color: #95A069;
}
</style>
background-color css
<style>
a { background-color: #95A069; }
a { background-color: rgb(149,160,105); }
div.DivClassName
{
background-color: #95A069;
}
.BgClassName
{
background-color: #95A069;
}
</style>
border-color css
<style>
span { border-color: #95A069; }
span { border-color: rgb(149,160,105); }
td.TdClassName
{
border-color: #95A069;
}
.TagClassName
{
border-color: #95A069;
}
</style>