Shades of Green Smoke #96AA6C
Tints of Green Smoke #96AA6C
RGB
CMYK
RGB Variations
Color information
#96AA6C (or 0x96AA6C) is known color: Green Smoke. HEX triplet: 96, AA and 6C. RGB value is (150,170,108). Sum of RGB (Red+Green+Blue) = 150+170+108=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA6C is #695593. Grayscale: #9D9D9D. Windows color (decimal): -6903188 or 7121558. OLE color: 7121558.
HSL color Cylindrical-coordinate representation of color #96AA6C: hue angle of 79.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96AA6C is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 108 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.33 |
| HSL | 79.35º | 0.27% | 0.55% | - |
| HSV(B) | 79.35º | 0.36% | 0.67% | - |
| XYZ | 29.66 | 36.32 | 19.63 | - |
| YUV | 156.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 108 | 0.12 | 0 | 0.36 | 0.33 | 79.35 | 0.27 | 0.55 |
| Hex | 96 | AA | 6C | C | 0 | 24 | 21 | 4F | 1B | 37 |
| Octal | 226 | 252 | 154 | 14 | 0 | 44 | 41 | 117 | 33 | 67 |
| Binary | 10010110 | 10101010 | 1101100 | 1100 | 0 | 100100 | 100001 | 1001111 | 11011 | 110111 |
Color Harmonies of #96AA6C
Complementary color
Monochromatic Colors of #96AA6C
Black with #96AA6C
Text Example
Text Example
White with #96AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA6C; }
p { color: rgb(150,170,108); }
H1.HeaderClassName
{
color: #96AA6C;
}
.AnyTagClassName
{
color: #96AA6C;
}
</style>
background-color css
<style>
a { background-color: #96AA6C; }
a { background-color: rgb(150,170,108); }
div.DivClassName
{
background-color: #96AA6C;
}
.BgClassName
{
background-color: #96AA6C;
}
</style>
border-color css
<style>
span { border-color: #96AA6C; }
span { border-color: rgb(150,170,108); }
td.TdClassName
{
border-color: #96AA6C;
}
.TagClassName
{
border-color: #96AA6C;
}
</style>