Shades of Green Smoke #98A46A
Tints of Green Smoke #98A46A
RGB
CMYK
RGB Variations
Color information
#98A46A (or 0x98A46A) is known color: Green Smoke. HEX triplet: 98, A4 and 6A. RGB value is (152,164,106). Sum of RGB (Red+Green+Blue) = 152+164+106=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #98A46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A46A is #675B95. Grayscale: #9A9A9A. Windows color (decimal): -6773654 or 6988952. OLE color: 6988952.
HSL color Cylindrical-coordinate representation of color #98A46A: hue angle of 72.41º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98A46A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 106 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.36 |
| HSL | 72.41º | 0.24% | 0.53% | - |
| HSV(B) | 72.41º | 0.35% | 0.64% | - |
| XYZ | 28.83 | 34.27 | 18.73 | - |
| YUV | 153.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 106 | 0.07 | 0 | 0.35 | 0.36 | 72.41 | 0.24 | 0.53 |
| Hex | 98 | A4 | 6A | 7 | 0 | 23 | 24 | 48 | 18 | 35 |
| Octal | 230 | 244 | 152 | 7 | 0 | 43 | 44 | 110 | 30 | 65 |
| Binary | 10011000 | 10100100 | 1101010 | 111 | 0 | 100011 | 100100 | 1001000 | 11000 | 110101 |
Color Harmonies of #98A46A
Complementary color
Monochromatic Colors of #98A46A
Black with #98A46A
Text Example
Text Example
White with #98A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A46A; }
p { color: rgb(152,164,106); }
H1.HeaderClassName
{
color: #98A46A;
}
.AnyTagClassName
{
color: #98A46A;
}
</style>
background-color css
<style>
a { background-color: #98A46A; }
a { background-color: rgb(152,164,106); }
div.DivClassName
{
background-color: #98A46A;
}
.BgClassName
{
background-color: #98A46A;
}
</style>
border-color css
<style>
span { border-color: #98A46A; }
span { border-color: rgb(152,164,106); }
td.TdClassName
{
border-color: #98A46A;
}
.TagClassName
{
border-color: #98A46A;
}
</style>