Shades of Green Smoke #98A669
Tints of Green Smoke #98A669
RGB
CMYK
RGB Variations
Color information
#98A669 (or 0x98A669) is known color: Green Smoke. HEX triplet: 98, A6 and 69. RGB value is (152,166,105). Sum of RGB (Red+Green+Blue) = 152+166+105=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #98A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A669 is #675996. Grayscale: #9B9B9B. Windows color (decimal): -6773143 or 6923928. OLE color: 6923928.
HSL color Cylindrical-coordinate representation of color #98A669: hue angle of 73.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98A669 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 105 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.35 |
| HSL | 73.77º | 0.26% | 0.53% | - |
| HSV(B) | 73.77º | 0.37% | 0.65% | - |
| XYZ | 29.13 | 34.97 | 18.58 | - |
| YUV | 154.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 105 | 0.08 | 0 | 0.37 | 0.35 | 73.77 | 0.26 | 0.53 |
| Hex | 98 | A6 | 69 | 8 | 0 | 25 | 23 | 4A | 1A | 35 |
| Octal | 230 | 246 | 151 | 10 | 0 | 45 | 43 | 112 | 32 | 65 |
| Binary | 10011000 | 10100110 | 1101001 | 1000 | 0 | 100101 | 100011 | 1001010 | 11010 | 110101 |
Color Harmonies of #98A669
Complementary color
Monochromatic Colors of #98A669
Black with #98A669
Text Example
Text Example
White with #98A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A669; }
p { color: rgb(152,166,105); }
H1.HeaderClassName
{
color: #98A669;
}
.AnyTagClassName
{
color: #98A669;
}
</style>
background-color css
<style>
a { background-color: #98A669; }
a { background-color: rgb(152,166,105); }
div.DivClassName
{
background-color: #98A669;
}
.BgClassName
{
background-color: #98A669;
}
</style>
border-color css
<style>
span { border-color: #98A669; }
span { border-color: rgb(152,166,105); }
td.TdClassName
{
border-color: #98A669;
}
.TagClassName
{
border-color: #98A669;
}
</style>