Shades of Green Smoke #98A866
Tints of Green Smoke #98A866
RGB
CMYK
RGB Variations
Color information
#98A866 (or 0x98A866) is known color: Green Smoke. HEX triplet: 98, A8 and 66. RGB value is (152,168,102). Sum of RGB (Red+Green+Blue) = 152+168+102=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #98A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A866 is #675799. Grayscale: #9B9B9B. Windows color (decimal): -6772634 or 6727832. OLE color: 6727832.
HSL color Cylindrical-coordinate representation of color #98A866: hue angle of 74.55º degrees, saturation: 0.28, 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 #98A866 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 102 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.34 |
| HSL | 74.55º | 0.28% | 0.53% | - |
| HSV(B) | 74.55º | 0.39% | 0.66% | - |
| XYZ | 29.35 | 35.64 | 17.9 | - |
| YUV | 155.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 102 | 0.10 | 0 | 0.39 | 0.34 | 74.55 | 0.28 | 0.53 |
| Hex | 98 | A8 | 66 | A | 0 | 27 | 22 | 4B | 1C | 35 |
| Octal | 230 | 250 | 146 | 12 | 0 | 47 | 42 | 113 | 34 | 65 |
| Binary | 10011000 | 10101000 | 1100110 | 1010 | 0 | 100111 | 100010 | 1001011 | 11100 | 110101 |
Color Harmonies of #98A866
Complementary color
Monochromatic Colors of #98A866
Black with #98A866
Text Example
Text Example
White with #98A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A866; }
p { color: rgb(152,168,102); }
H1.HeaderClassName
{
color: #98A866;
}
.AnyTagClassName
{
color: #98A866;
}
</style>
background-color css
<style>
a { background-color: #98A866; }
a { background-color: rgb(152,168,102); }
div.DivClassName
{
background-color: #98A866;
}
.BgClassName
{
background-color: #98A866;
}
</style>
border-color css
<style>
span { border-color: #98A866; }
span { border-color: rgb(152,168,102); }
td.TdClassName
{
border-color: #98A866;
}
.TagClassName
{
border-color: #98A866;
}
</style>