Shades of Green Smoke #98A062
Tints of Green Smoke #98A062
RGB
CMYK
RGB Variations
Color information
#98A062 (or 0x98A062) is known color: Green Smoke. HEX triplet: 98, A0 and 62. RGB value is (152,160,98). Sum of RGB (Red+Green+Blue) = 152+160+98=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #98A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A062 is #675F9D. Grayscale: #969696. Windows color (decimal): -6774686 or 6463640. OLE color: 6463640.
HSL color Cylindrical-coordinate representation of color #98A062: hue angle of 67.74º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98A062 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 98 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.37 |
| HSL | 67.74º | 0.25% | 0.51% | - |
| HSV(B) | 67.74º | 0.39% | 0.63% | - |
| XYZ | 27.72 | 32.7 | 16.41 | - |
| YUV | 150.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 98 | 0.05 | 0 | 0.39 | 0.37 | 67.74 | 0.25 | 0.51 |
| Hex | 98 | A0 | 62 | 5 | 0 | 27 | 25 | 44 | 19 | 33 |
| Octal | 230 | 240 | 142 | 5 | 0 | 47 | 45 | 104 | 31 | 63 |
| Binary | 10011000 | 10100000 | 1100010 | 101 | 0 | 100111 | 100101 | 1000100 | 11001 | 110011 |
Color Harmonies of #98A062
Complementary color
Monochromatic Colors of #98A062
Black with #98A062
Text Example
Text Example
White with #98A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A062; }
p { color: rgb(152,160,98); }
H1.HeaderClassName
{
color: #98A062;
}
.AnyTagClassName
{
color: #98A062;
}
</style>
background-color css
<style>
a { background-color: #98A062; }
a { background-color: rgb(152,160,98); }
div.DivClassName
{
background-color: #98A062;
}
.BgClassName
{
background-color: #98A062;
}
</style>
border-color css
<style>
span { border-color: #98A062; }
span { border-color: rgb(152,160,98); }
td.TdClassName
{
border-color: #98A062;
}
.TagClassName
{
border-color: #98A062;
}
</style>