Shades of Green Smoke #96A468
Tints of Green Smoke #96A468
RGB
CMYK
RGB Variations
Color information
#96A468 (or 0x96A468) is known color: Green Smoke. HEX triplet: 96, A4 and 68. RGB value is (150,164,104). Sum of RGB (Red+Green+Blue) = 150+164+104=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #96A468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A468 is #695B97. Grayscale: #999999. Windows color (decimal): -6904728 or 6857878. OLE color: 6857878.
HSL color Cylindrical-coordinate representation of color #96A468: hue angle of 74º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A468 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 104 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.36 |
| HSL | 74º | 0.25% | 0.53% | - |
| HSV(B) | 74º | 0.37% | 0.64% | - |
| XYZ | 28.35 | 34.03 | 18.17 | - |
| YUV | 152.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 104 | 0.09 | 0 | 0.37 | 0.36 | 74 | 0.25 | 0.53 |
| Hex | 96 | A4 | 68 | 9 | 0 | 25 | 24 | 4A | 19 | 35 |
| Octal | 226 | 244 | 150 | 11 | 0 | 45 | 44 | 112 | 31 | 65 |
| Binary | 10010110 | 10100100 | 1101000 | 1001 | 0 | 100101 | 100100 | 1001010 | 11001 | 110101 |
Color Harmonies of #96A468
Complementary color
Monochromatic Colors of #96A468
Black with #96A468
Text Example
Text Example
White with #96A468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A468; }
p { color: rgb(150,164,104); }
H1.HeaderClassName
{
color: #96A468;
}
.AnyTagClassName
{
color: #96A468;
}
</style>
background-color css
<style>
a { background-color: #96A468; }
a { background-color: rgb(150,164,104); }
div.DivClassName
{
background-color: #96A468;
}
.BgClassName
{
background-color: #96A468;
}
</style>
border-color css
<style>
span { border-color: #96A468; }
span { border-color: rgb(150,164,104); }
td.TdClassName
{
border-color: #96A468;
}
.TagClassName
{
border-color: #96A468;
}
</style>