Shades of Green Smoke #96AA4D
Tints of Green Smoke #96AA4D
RGB
CMYK
RGB Variations
Color information
#96AA4D (or 0x96AA4D) is known color: Green Smoke. HEX triplet: 96, AA and 4D. RGB value is (150,170,77). Sum of RGB (Red+Green+Blue) = 150+170+77=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA4D is #6955B2. Grayscale: #999999. Windows color (decimal): -6903219 or 5089942. OLE color: 5089942.
HSL color Cylindrical-coordinate representation of color #96AA4D: hue angle of 72.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96AA4D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 77 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.33 |
| HSL | 72.9º | 0.38% | 0.48% | - |
| HSV(B) | 72.9º | 0.55% | 0.67% | - |
| XYZ | 28.29 | 35.77 | 12.43 | - |
| YUV | 153.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 77 | 0.12 | 0 | 0.55 | 0.33 | 72.9 | 0.38 | 0.48 |
| Hex | 96 | AA | 4D | C | 0 | 37 | 21 | 49 | 26 | 30 |
| Octal | 226 | 252 | 115 | 14 | 0 | 67 | 41 | 111 | 46 | 60 |
| Binary | 10010110 | 10101010 | 1001101 | 1100 | 0 | 110111 | 100001 | 1001001 | 100110 | 110000 |
Color Harmonies of #96AA4D
Complementary color
Monochromatic Colors of #96AA4D
Black with #96AA4D
Text Example
Text Example
White with #96AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA4D; }
p { color: rgb(150,170,77); }
H1.HeaderClassName
{
color: #96AA4D;
}
.AnyTagClassName
{
color: #96AA4D;
}
</style>
background-color css
<style>
a { background-color: #96AA4D; }
a { background-color: rgb(150,170,77); }
div.DivClassName
{
background-color: #96AA4D;
}
.BgClassName
{
background-color: #96AA4D;
}
</style>
border-color css
<style>
span { border-color: #96AA4D; }
span { border-color: rgb(150,170,77); }
td.TdClassName
{
border-color: #96AA4D;
}
.TagClassName
{
border-color: #96AA4D;
}
</style>