Shades of Green Smoke #98A662
Tints of Green Smoke #98A662
RGB
CMYK
RGB Variations
Color information
#98A662 (or 0x98A662) is known color: Green Smoke. HEX triplet: 98, A6 and 62. RGB value is (152,166,98). Sum of RGB (Red+Green+Blue) = 152+166+98=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #98A662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A662 is #67599D. Grayscale: #9A9A9A. Windows color (decimal): -6773150 or 6465176. OLE color: 6465176.
HSL color Cylindrical-coordinate representation of color #98A662: hue angle of 72.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98A662 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 98 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.35 |
| HSL | 72.35º | 0.28% | 0.52% | - |
| HSV(B) | 72.35º | 0.41% | 0.65% | - |
| XYZ | 28.79 | 34.83 | 16.76 | - |
| YUV | 154.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 98 | 0.08 | 0 | 0.41 | 0.35 | 72.35 | 0.28 | 0.52 |
| Hex | 98 | A6 | 62 | 8 | 0 | 29 | 23 | 48 | 1C | 34 |
| Octal | 230 | 246 | 142 | 10 | 0 | 51 | 43 | 110 | 34 | 64 |
| Binary | 10011000 | 10100110 | 1100010 | 1000 | 0 | 101001 | 100011 | 1001000 | 11100 | 110100 |
Color Harmonies of #98A662
Complementary color
Monochromatic Colors of #98A662
Black with #98A662
Text Example
Text Example
White with #98A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A662; }
p { color: rgb(152,166,98); }
H1.HeaderClassName
{
color: #98A662;
}
.AnyTagClassName
{
color: #98A662;
}
</style>
background-color css
<style>
a { background-color: #98A662; }
a { background-color: rgb(152,166,98); }
div.DivClassName
{
background-color: #98A662;
}
.BgClassName
{
background-color: #98A662;
}
</style>
border-color css
<style>
span { border-color: #98A662; }
span { border-color: rgb(152,166,98); }
td.TdClassName
{
border-color: #98A662;
}
.TagClassName
{
border-color: #98A662;
}
</style>