Shades of Green Smoke #96A069
Tints of Green Smoke #96A069
RGB
CMYK
RGB Variations
Color information
#96A069 (or 0x96A069) is known color: Green Smoke. HEX triplet: 96, A0 and 69. RGB value is (150,160,105). Sum of RGB (Red+Green+Blue) = 150+160+105=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #96A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A069 is #695F96. Grayscale: #969696. Windows color (decimal): -6905751 or 6922390. OLE color: 6922390.
HSL color Cylindrical-coordinate representation of color #96A069: hue angle of 70.91º 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 #96A069 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 105 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.37 |
| HSL | 70.91º | 0.22% | 0.52% | - |
| HSV(B) | 70.91º | 0.34% | 0.63% | - |
| XYZ | 27.7 | 32.65 | 18.21 | - |
| YUV | 150.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 105 | 0.06 | 0 | 0.34 | 0.37 | 70.91 | 0.22 | 0.52 |
| Hex | 96 | A0 | 69 | 6 | 0 | 22 | 25 | 47 | 16 | 34 |
| Octal | 226 | 240 | 151 | 6 | 0 | 42 | 45 | 107 | 26 | 64 |
| Binary | 10010110 | 10100000 | 1101001 | 110 | 0 | 100010 | 100101 | 1000111 | 10110 | 110100 |
Color Harmonies of #96A069
Complementary color
Monochromatic Colors of #96A069
Black with #96A069
Text Example
Text Example
White with #96A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A069; }
p { color: rgb(150,160,105); }
H1.HeaderClassName
{
color: #96A069;
}
.AnyTagClassName
{
color: #96A069;
}
</style>
background-color css
<style>
a { background-color: #96A069; }
a { background-color: rgb(150,160,105); }
div.DivClassName
{
background-color: #96A069;
}
.BgClassName
{
background-color: #96A069;
}
</style>
border-color css
<style>
span { border-color: #96A069; }
span { border-color: rgb(150,160,105); }
td.TdClassName
{
border-color: #96A069;
}
.TagClassName
{
border-color: #96A069;
}
</style>