Shades of Green Smoke #96A34D
Tints of Green Smoke #96A34D
RGB
CMYK
RGB Variations
Color information
#96A34D (or 0x96A34D) is known color: Green Smoke. HEX triplet: 96, A3 and 4D. RGB value is (150,163,77). Sum of RGB (Red+Green+Blue) = 150+163+77=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #96A34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A34D is #695CB2. Grayscale: #959595. Windows color (decimal): -6905011 or 5088150. OLE color: 5088150.
HSL color Cylindrical-coordinate representation of color #96A34D: hue angle of 69.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96A34D is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 77 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.36 |
| HSL | 69.07º | 0.36% | 0.47% | - |
| HSV(B) | 69.07º | 0.53% | 0.64% | - |
| XYZ | 27.01 | 33.21 | 12.01 | - |
| YUV | 149.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 77 | 0.08 | 0 | 0.53 | 0.36 | 69.07 | 0.36 | 0.47 |
| Hex | 96 | A3 | 4D | 8 | 0 | 35 | 24 | 45 | 24 | 2F |
| Octal | 226 | 243 | 115 | 10 | 0 | 65 | 44 | 105 | 44 | 57 |
| Binary | 10010110 | 10100011 | 1001101 | 1000 | 0 | 110101 | 100100 | 1000101 | 100100 | 101111 |
Color Harmonies of #96A34D
Complementary color
Monochromatic Colors of #96A34D
Black with #96A34D
Text Example
Text Example
White with #96A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A34D; }
p { color: rgb(150,163,77); }
H1.HeaderClassName
{
color: #96A34D;
}
.AnyTagClassName
{
color: #96A34D;
}
</style>
background-color css
<style>
a { background-color: #96A34D; }
a { background-color: rgb(150,163,77); }
div.DivClassName
{
background-color: #96A34D;
}
.BgClassName
{
background-color: #96A34D;
}
</style>
border-color css
<style>
span { border-color: #96A34D; }
span { border-color: rgb(150,163,77); }
td.TdClassName
{
border-color: #96A34D;
}
.TagClassName
{
border-color: #96A34D;
}
</style>