Shades of Green Smoke #98A16C
Tints of Green Smoke #98A16C
RGB
CMYK
RGB Variations
Color information
#98A16C (or 0x98A16C) is known color: Green Smoke. HEX triplet: 98, A1 and 6C. RGB value is (152,161,108). Sum of RGB (Red+Green+Blue) = 152+161+108=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #98A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A16C is #675E93. Grayscale: #989898. Windows color (decimal): -6774420 or 7119256. OLE color: 7119256.
HSL color Cylindrical-coordinate representation of color #98A16C: hue angle of 70.19º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98A16C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 108 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.37 |
| HSL | 70.19º | 0.22% | 0.53% | - |
| HSV(B) | 70.19º | 0.33% | 0.63% | - |
| XYZ | 28.4 | 33.25 | 19.11 | - |
| YUV | 152.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 108 | 0.06 | 0 | 0.33 | 0.37 | 70.19 | 0.22 | 0.53 |
| Hex | 98 | A1 | 6C | 6 | 0 | 21 | 25 | 46 | 16 | 35 |
| Octal | 230 | 241 | 154 | 6 | 0 | 41 | 45 | 106 | 26 | 65 |
| Binary | 10011000 | 10100001 | 1101100 | 110 | 0 | 100001 | 100101 | 1000110 | 10110 | 110101 |
Color Harmonies of #98A16C
Complementary color
Monochromatic Colors of #98A16C
Black with #98A16C
Text Example
Text Example
White with #98A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A16C; }
p { color: rgb(152,161,108); }
H1.HeaderClassName
{
color: #98A16C;
}
.AnyTagClassName
{
color: #98A16C;
}
</style>
background-color css
<style>
a { background-color: #98A16C; }
a { background-color: rgb(152,161,108); }
div.DivClassName
{
background-color: #98A16C;
}
.BgClassName
{
background-color: #98A16C;
}
</style>
border-color css
<style>
span { border-color: #98A16C; }
span { border-color: rgb(152,161,108); }
td.TdClassName
{
border-color: #98A16C;
}
.TagClassName
{
border-color: #98A16C;
}
</style>