Shades of Green Smoke #96A549
Tints of Green Smoke #96A549
RGB
CMYK
RGB Variations
Color information
#96A549 (or 0x96A549) is known color: Green Smoke. HEX triplet: 96, A5 and 49. RGB value is (150,165,73). Sum of RGB (Red+Green+Blue) = 150+165+73=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #96A549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A549 is #695AB6. Grayscale: #969696. Windows color (decimal): -6904503 or 4826518. OLE color: 4826518.
HSL color Cylindrical-coordinate representation of color #96A549: hue angle of 69.78º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96A549 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 73 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.35 |
| HSL | 69.78º | 0.39% | 0.47% | - |
| HSV(B) | 69.78º | 0.56% | 0.65% | - |
| XYZ | 27.24 | 33.88 | 11.41 | - |
| YUV | 150.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 73 | 0.09 | 0 | 0.56 | 0.35 | 69.78 | 0.39 | 0.47 |
| Hex | 96 | A5 | 49 | 9 | 0 | 38 | 23 | 46 | 27 | 2F |
| Octal | 226 | 245 | 111 | 11 | 0 | 70 | 43 | 106 | 47 | 57 |
| Binary | 10010110 | 10100101 | 1001001 | 1001 | 0 | 111000 | 100011 | 1000110 | 100111 | 101111 |
Color Harmonies of #96A549
Complementary color
Monochromatic Colors of #96A549
Black with #96A549
Text Example
Text Example
White with #96A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A549; }
p { color: rgb(150,165,73); }
H1.HeaderClassName
{
color: #96A549;
}
.AnyTagClassName
{
color: #96A549;
}
</style>
background-color css
<style>
a { background-color: #96A549; }
a { background-color: rgb(150,165,73); }
div.DivClassName
{
background-color: #96A549;
}
.BgClassName
{
background-color: #96A549;
}
</style>
border-color css
<style>
span { border-color: #96A549; }
span { border-color: rgb(150,165,73); }
td.TdClassName
{
border-color: #96A549;
}
.TagClassName
{
border-color: #96A549;
}
</style>