Shades of Green Smoke #96A74D
Tints of Green Smoke #96A74D
RGB
CMYK
RGB Variations
Color information
#96A74D (or 0x96A74D) is known color: Green Smoke. HEX triplet: 96, A7 and 4D. RGB value is (150,167,77). Sum of RGB (Red+Green+Blue) = 150+167+77=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #96A74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A74D is #6958B2. Grayscale: #989898. Windows color (decimal): -6903987 or 5089174. OLE color: 5089174.
HSL color Cylindrical-coordinate representation of color #96A74D: hue angle of 71.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96A74D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 77 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.35 |
| HSL | 71.33º | 0.37% | 0.48% | - |
| HSV(B) | 71.33º | 0.54% | 0.65% | - |
| XYZ | 27.74 | 34.66 | 12.25 | - |
| YUV | 151.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 77 | 0.10 | 0 | 0.54 | 0.35 | 71.33 | 0.37 | 0.48 |
| Hex | 96 | A7 | 4D | A | 0 | 36 | 23 | 47 | 25 | 30 |
| Octal | 226 | 247 | 115 | 12 | 0 | 66 | 43 | 107 | 45 | 60 |
| Binary | 10010110 | 10100111 | 1001101 | 1010 | 0 | 110110 | 100011 | 1000111 | 100101 | 110000 |
Color Harmonies of #96A74D
Complementary color
Monochromatic Colors of #96A74D
Black with #96A74D
Text Example
Text Example
White with #96A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A74D; }
p { color: rgb(150,167,77); }
H1.HeaderClassName
{
color: #96A74D;
}
.AnyTagClassName
{
color: #96A74D;
}
</style>
background-color css
<style>
a { background-color: #96A74D; }
a { background-color: rgb(150,167,77); }
div.DivClassName
{
background-color: #96A74D;
}
.BgClassName
{
background-color: #96A74D;
}
</style>
border-color css
<style>
span { border-color: #96A74D; }
span { border-color: rgb(150,167,77); }
td.TdClassName
{
border-color: #96A74D;
}
.TagClassName
{
border-color: #96A74D;
}
</style>