Shades of Green Smoke #96AA56
Tints of Green Smoke #96AA56
RGB
CMYK
RGB Variations
Color information
#96AA56 (or 0x96AA56) is known color: Green Smoke. HEX triplet: 96, AA and 56. RGB value is (150,170,86). Sum of RGB (Red+Green+Blue) = 150+170+86=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA56 is #6955A9. Grayscale: #9A9A9A. Windows color (decimal): -6903210 or 5679766. OLE color: 5679766.
HSL color Cylindrical-coordinate representation of color #96AA56: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96AA56 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 86 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.33 |
| HSL | 74.29º | 0.33% | 0.5% | - |
| HSV(B) | 74.29º | 0.49% | 0.67% | - |
| XYZ | 28.63 | 35.91 | 14.23 | - |
| YUV | 154.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 86 | 0.12 | 0 | 0.49 | 0.33 | 74.29 | 0.33 | 0.5 |
| Hex | 96 | AA | 56 | C | 0 | 31 | 21 | 4A | 21 | 32 |
| Octal | 226 | 252 | 126 | 14 | 0 | 61 | 41 | 112 | 41 | 62 |
| Binary | 10010110 | 10101010 | 1010110 | 1100 | 0 | 110001 | 100001 | 1001010 | 100001 | 110010 |
Color Harmonies of #96AA56
Complementary color
Monochromatic Colors of #96AA56
Black with #96AA56
Text Example
Text Example
White with #96AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA56; }
p { color: rgb(150,170,86); }
H1.HeaderClassName
{
color: #96AA56;
}
.AnyTagClassName
{
color: #96AA56;
}
</style>
background-color css
<style>
a { background-color: #96AA56; }
a { background-color: rgb(150,170,86); }
div.DivClassName
{
background-color: #96AA56;
}
.BgClassName
{
background-color: #96AA56;
}
</style>
border-color css
<style>
span { border-color: #96AA56; }
span { border-color: rgb(150,170,86); }
td.TdClassName
{
border-color: #96AA56;
}
.TagClassName
{
border-color: #96AA56;
}
</style>