Shades of Green Smoke #98A96D
Tints of Green Smoke #98A96D
RGB
CMYK
RGB Variations
Color information
#98A96D (or 0x98A96D) is known color: Green Smoke. HEX triplet: 98, A9 and 6D. RGB value is (152,169,109). Sum of RGB (Red+Green+Blue) = 152+169+109=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #98A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A96D is #675692. Grayscale: #9D9D9D. Windows color (decimal): -6772371 or 7186840. OLE color: 7186840.
HSL color Cylindrical-coordinate representation of color #98A96D: hue angle of 77º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A96D is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 109 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.34 |
| HSL | 77º | 0.26% | 0.55% | - |
| HSV(B) | 77º | 0.36% | 0.66% | - |
| XYZ | 29.9 | 36.16 | 19.87 | - |
| YUV | 157.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 109 | 0.10 | 0 | 0.36 | 0.34 | 77 | 0.26 | 0.55 |
| Hex | 98 | A9 | 6D | A | 0 | 24 | 22 | 4D | 1A | 37 |
| Octal | 230 | 251 | 155 | 12 | 0 | 44 | 42 | 115 | 32 | 67 |
| Binary | 10011000 | 10101001 | 1101101 | 1010 | 0 | 100100 | 100010 | 1001101 | 11010 | 110111 |
Color Harmonies of #98A96D
Complementary color
Monochromatic Colors of #98A96D
Black with #98A96D
Text Example
Text Example
White with #98A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A96D; }
p { color: rgb(152,169,109); }
H1.HeaderClassName
{
color: #98A96D;
}
.AnyTagClassName
{
color: #98A96D;
}
</style>
background-color css
<style>
a { background-color: #98A96D; }
a { background-color: rgb(152,169,109); }
div.DivClassName
{
background-color: #98A96D;
}
.BgClassName
{
background-color: #98A96D;
}
</style>
border-color css
<style>
span { border-color: #98A96D; }
span { border-color: rgb(152,169,109); }
td.TdClassName
{
border-color: #98A96D;
}
.TagClassName
{
border-color: #98A96D;
}
</style>