Shades of Green Smoke #96A448
Tints of Green Smoke #96A448
RGB
CMYK
RGB Variations
Color information
#96A448 (or 0x96A448) is known color: Green Smoke. HEX triplet: 96, A4 and 48. RGB value is (150,164,72). Sum of RGB (Red+Green+Blue) = 150+164+72=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #96A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A448 is #695BB7. Grayscale: #959595. Windows color (decimal): -6904760 or 4760726. OLE color: 4760726.
HSL color Cylindrical-coordinate representation of color #96A448: hue angle of 69.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96A448 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 72 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.36 |
| HSL | 69.13º | 0.39% | 0.46% | - |
| HSV(B) | 69.13º | 0.56% | 0.64% | - |
| XYZ | 27.02 | 33.5 | 11.17 | - |
| YUV | 149.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 72 | 0.09 | 0 | 0.56 | 0.36 | 69.13 | 0.39 | 0.46 |
| Hex | 96 | A4 | 48 | 9 | 0 | 38 | 24 | 45 | 27 | 2E |
| Octal | 226 | 244 | 110 | 11 | 0 | 70 | 44 | 105 | 47 | 56 |
| Binary | 10010110 | 10100100 | 1001000 | 1001 | 0 | 111000 | 100100 | 1000101 | 100111 | 101110 |
Color Harmonies of #96A448
Complementary color
Monochromatic Colors of #96A448
Black with #96A448
Text Example
Text Example
White with #96A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A448; }
p { color: rgb(150,164,72); }
H1.HeaderClassName
{
color: #96A448;
}
.AnyTagClassName
{
color: #96A448;
}
</style>
background-color css
<style>
a { background-color: #96A448; }
a { background-color: rgb(150,164,72); }
div.DivClassName
{
background-color: #96A448;
}
.BgClassName
{
background-color: #96A448;
}
</style>
border-color css
<style>
span { border-color: #96A448; }
span { border-color: rgb(150,164,72); }
td.TdClassName
{
border-color: #96A448;
}
.TagClassName
{
border-color: #96A448;
}
</style>