Shades of Green Smoke #96A867
Tints of Green Smoke #96A867
RGB
CMYK
RGB Variations
Color information
#96A867 (or 0x96A867) is known color: Green Smoke. HEX triplet: 96, A8 and 67. RGB value is (150,168,103). Sum of RGB (Red+Green+Blue) = 150+168+103=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #96A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A867 is #695798. Grayscale: #9B9B9B. Windows color (decimal): -6903705 or 6793366. OLE color: 6793366.
HSL color Cylindrical-coordinate representation of color #96A867: hue angle of 76.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96A867 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 103 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.34 |
| HSL | 76.62º | 0.27% | 0.53% | - |
| HSV(B) | 76.62º | 0.39% | 0.66% | - |
| XYZ | 29.03 | 35.47 | 18.15 | - |
| YUV | 155.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 103 | 0.11 | 0 | 0.39 | 0.34 | 76.62 | 0.27 | 0.53 |
| Hex | 96 | A8 | 67 | B | 0 | 27 | 22 | 4D | 1B | 35 |
| Octal | 226 | 250 | 147 | 13 | 0 | 47 | 42 | 115 | 33 | 65 |
| Binary | 10010110 | 10101000 | 1100111 | 1011 | 0 | 100111 | 100010 | 1001101 | 11011 | 110101 |
Color Harmonies of #96A867
Complementary color
Monochromatic Colors of #96A867
Black with #96A867
Text Example
Text Example
White with #96A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A867; }
p { color: rgb(150,168,103); }
H1.HeaderClassName
{
color: #96A867;
}
.AnyTagClassName
{
color: #96A867;
}
</style>
background-color css
<style>
a { background-color: #96A867; }
a { background-color: rgb(150,168,103); }
div.DivClassName
{
background-color: #96A867;
}
.BgClassName
{
background-color: #96A867;
}
</style>
border-color css
<style>
span { border-color: #96A867; }
span { border-color: rgb(150,168,103); }
td.TdClassName
{
border-color: #96A867;
}
.TagClassName
{
border-color: #96A867;
}
</style>