Shades of Green Smoke #96A46C
Tints of Green Smoke #96A46C
RGB
CMYK
RGB Variations
Color information
#96A46C (or 0x96A46C) is known color: Green Smoke. HEX triplet: 96, A4 and 6C. RGB value is (150,164,108). Sum of RGB (Red+Green+Blue) = 150+164+108=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #96A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A46C is #695B93. Grayscale: #999999. Windows color (decimal): -6904724 or 7120022. OLE color: 7120022.
HSL color Cylindrical-coordinate representation of color #96A46C: hue angle of 75º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96A46C is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 108 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.36 |
| HSL | 75º | 0.24% | 0.53% | - |
| HSV(B) | 75º | 0.34% | 0.64% | - |
| XYZ | 28.56 | 34.12 | 19.27 | - |
| YUV | 153.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 108 | 0.09 | 0 | 0.34 | 0.36 | 75 | 0.24 | 0.53 |
| Hex | 96 | A4 | 6C | 9 | 0 | 22 | 24 | 4B | 18 | 35 |
| Octal | 226 | 244 | 154 | 11 | 0 | 42 | 44 | 113 | 30 | 65 |
| Binary | 10010110 | 10100100 | 1101100 | 1001 | 0 | 100010 | 100100 | 1001011 | 11000 | 110101 |
Color Harmonies of #96A46C
Complementary color
Monochromatic Colors of #96A46C
Black with #96A46C
Text Example
Text Example
White with #96A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A46C; }
p { color: rgb(150,164,108); }
H1.HeaderClassName
{
color: #96A46C;
}
.AnyTagClassName
{
color: #96A46C;
}
</style>
background-color css
<style>
a { background-color: #96A46C; }
a { background-color: rgb(150,164,108); }
div.DivClassName
{
background-color: #96A46C;
}
.BgClassName
{
background-color: #96A46C;
}
</style>
border-color css
<style>
span { border-color: #96A46C; }
span { border-color: rgb(150,164,108); }
td.TdClassName
{
border-color: #96A46C;
}
.TagClassName
{
border-color: #96A46C;
}
</style>