Shades of Green Smoke #98A16D
Tints of Green Smoke #98A16D
RGB
CMYK
RGB Variations
Color information
#98A16D (or 0x98A16D) is known color: Green Smoke. HEX triplet: 98, A1 and 6D. RGB value is (152,161,109). Sum of RGB (Red+Green+Blue) = 152+161+109=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #98A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A16D is #675E92. Grayscale: #989898. Windows color (decimal): -6774419 or 7184792. OLE color: 7184792.
HSL color Cylindrical-coordinate representation of color #98A16D: hue angle of 70.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98A16D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 109 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.37 |
| HSL | 70.38º | 0.22% | 0.53% | - |
| HSV(B) | 70.38º | 0.32% | 0.63% | - |
| XYZ | 28.45 | 33.27 | 19.39 | - |
| YUV | 152.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 109 | 0.06 | 0 | 0.32 | 0.37 | 70.38 | 0.22 | 0.53 |
| Hex | 98 | A1 | 6D | 6 | 0 | 20 | 25 | 46 | 16 | 35 |
| Octal | 230 | 241 | 155 | 6 | 0 | 40 | 45 | 106 | 26 | 65 |
| Binary | 10011000 | 10100001 | 1101101 | 110 | 0 | 100000 | 100101 | 1000110 | 10110 | 110101 |
Color Harmonies of #98A16D
Complementary color
Monochromatic Colors of #98A16D
Black with #98A16D
Text Example
Text Example
White with #98A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A16D; }
p { color: rgb(152,161,109); }
H1.HeaderClassName
{
color: #98A16D;
}
.AnyTagClassName
{
color: #98A16D;
}
</style>
background-color css
<style>
a { background-color: #98A16D; }
a { background-color: rgb(152,161,109); }
div.DivClassName
{
background-color: #98A16D;
}
.BgClassName
{
background-color: #98A16D;
}
</style>
border-color css
<style>
span { border-color: #98A16D; }
span { border-color: rgb(152,161,109); }
td.TdClassName
{
border-color: #98A16D;
}
.TagClassName
{
border-color: #98A16D;
}
</style>