Shades of Green Smoke #96A54F
Tints of Green Smoke #96A54F
RGB
CMYK
RGB Variations
Color information
#96A54F (or 0x96A54F) is known color: Green Smoke. HEX triplet: 96, A5 and 4F. RGB value is (150,165,79). Sum of RGB (Red+Green+Blue) = 150+165+79=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #96A54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A54F is #695AB0. Grayscale: #979797. Windows color (decimal): -6904497 or 5219734. OLE color: 5219734.
HSL color Cylindrical-coordinate representation of color #96A54F: hue angle of 70.47º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96A54F is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 79 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.35 |
| HSL | 70.47º | 0.35% | 0.48% | - |
| HSV(B) | 70.47º | 0.52% | 0.65% | - |
| XYZ | 27.44 | 33.96 | 12.51 | - |
| YUV | 150.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 79 | 0.09 | 0 | 0.52 | 0.35 | 70.47 | 0.35 | 0.48 |
| Hex | 96 | A5 | 4F | 9 | 0 | 34 | 23 | 46 | 23 | 30 |
| Octal | 226 | 245 | 117 | 11 | 0 | 64 | 43 | 106 | 43 | 60 |
| Binary | 10010110 | 10100101 | 1001111 | 1001 | 0 | 110100 | 100011 | 1000110 | 100011 | 110000 |
Color Harmonies of #96A54F
Complementary color
Monochromatic Colors of #96A54F
Black with #96A54F
Text Example
Text Example
White with #96A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A54F; }
p { color: rgb(150,165,79); }
H1.HeaderClassName
{
color: #96A54F;
}
.AnyTagClassName
{
color: #96A54F;
}
</style>
background-color css
<style>
a { background-color: #96A54F; }
a { background-color: rgb(150,165,79); }
div.DivClassName
{
background-color: #96A54F;
}
.BgClassName
{
background-color: #96A54F;
}
</style>
border-color css
<style>
span { border-color: #96A54F; }
span { border-color: rgb(150,165,79); }
td.TdClassName
{
border-color: #96A54F;
}
.TagClassName
{
border-color: #96A54F;
}
</style>