Shades of Green Smoke #98A06D
Tints of Green Smoke #98A06D
RGB
CMYK
RGB Variations
Color information
#98A06D (or 0x98A06D) is known color: Green Smoke. HEX triplet: 98, A0 and 6D. RGB value is (152,160,109). Sum of RGB (Red+Green+Blue) = 152+160+109=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #98A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A06D is #675F92. Grayscale: #979797. Windows color (decimal): -6774675 or 7184536. OLE color: 7184536.
HSL color Cylindrical-coordinate representation of color #98A06D: hue angle of 69.41º degrees, saturation: 0.21, 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 #98A06D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 109 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.37 |
| HSL | 69.41º | 0.21% | 0.53% | - |
| HSV(B) | 69.41º | 0.32% | 0.63% | - |
| XYZ | 28.28 | 32.92 | 19.33 | - |
| YUV | 151.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 109 | 0.05 | 0 | 0.32 | 0.37 | 69.41 | 0.21 | 0.53 |
| Hex | 98 | A0 | 6D | 5 | 0 | 20 | 25 | 45 | 15 | 35 |
| Octal | 230 | 240 | 155 | 5 | 0 | 40 | 45 | 105 | 25 | 65 |
| Binary | 10011000 | 10100000 | 1101101 | 101 | 0 | 100000 | 100101 | 1000101 | 10101 | 110101 |
Color Harmonies of #98A06D
Complementary color
Monochromatic Colors of #98A06D
Black with #98A06D
Text Example
Text Example
White with #98A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A06D; }
p { color: rgb(152,160,109); }
H1.HeaderClassName
{
color: #98A06D;
}
.AnyTagClassName
{
color: #98A06D;
}
</style>
background-color css
<style>
a { background-color: #98A06D; }
a { background-color: rgb(152,160,109); }
div.DivClassName
{
background-color: #98A06D;
}
.BgClassName
{
background-color: #98A06D;
}
</style>
border-color css
<style>
span { border-color: #98A06D; }
span { border-color: rgb(152,160,109); }
td.TdClassName
{
border-color: #98A06D;
}
.TagClassName
{
border-color: #98A06D;
}
</style>