Shades of Green Smoke #96A24D
Tints of Green Smoke #96A24D
RGB
CMYK
RGB Variations
Color information
#96A24D (or 0x96A24D) is known color: Green Smoke. HEX triplet: 96, A2 and 4D. RGB value is (150,162,77). Sum of RGB (Red+Green+Blue) = 150+162+77=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #96A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A24D is #695DB2. Grayscale: #959595. Windows color (decimal): -6905267 or 5087894. OLE color: 5087894.
HSL color Cylindrical-coordinate representation of color #96A24D: hue angle of 68.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96A24D is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 77 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.36 |
| HSL | 68.47º | 0.36% | 0.47% | - |
| HSV(B) | 68.47º | 0.52% | 0.64% | - |
| XYZ | 26.84 | 32.86 | 11.95 | - |
| YUV | 148.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 77 | 0.07 | 0 | 0.52 | 0.36 | 68.47 | 0.36 | 0.47 |
| Hex | 96 | A2 | 4D | 7 | 0 | 34 | 24 | 44 | 24 | 2F |
| Octal | 226 | 242 | 115 | 7 | 0 | 64 | 44 | 104 | 44 | 57 |
| Binary | 10010110 | 10100010 | 1001101 | 111 | 0 | 110100 | 100100 | 1000100 | 100100 | 101111 |
Color Harmonies of #96A24D
Complementary color
Monochromatic Colors of #96A24D
Black with #96A24D
Text Example
Text Example
White with #96A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A24D; }
p { color: rgb(150,162,77); }
H1.HeaderClassName
{
color: #96A24D;
}
.AnyTagClassName
{
color: #96A24D;
}
</style>
background-color css
<style>
a { background-color: #96A24D; }
a { background-color: rgb(150,162,77); }
div.DivClassName
{
background-color: #96A24D;
}
.BgClassName
{
background-color: #96A24D;
}
</style>
border-color css
<style>
span { border-color: #96A24D; }
span { border-color: rgb(150,162,77); }
td.TdClassName
{
border-color: #96A24D;
}
.TagClassName
{
border-color: #96A24D;
}
</style>