Shades of Green Smoke #98A068
Tints of Green Smoke #98A068
RGB
CMYK
RGB Variations
Color information
#98A068 (or 0x98A068) is known color: Green Smoke. HEX triplet: 98, A0 and 68. RGB value is (152,160,104). Sum of RGB (Red+Green+Blue) = 152+160+104=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #98A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A068 is #675F97. Grayscale: #979797. Windows color (decimal): -6774680 or 6856856. OLE color: 6856856.
HSL color Cylindrical-coordinate representation of color #98A068: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98A068 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 104 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.37 |
| HSL | 68.57º | 0.23% | 0.52% | - |
| HSV(B) | 68.57º | 0.35% | 0.63% | - |
| XYZ | 28.02 | 32.82 | 17.95 | - |
| YUV | 151.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 104 | 0.05 | 0 | 0.35 | 0.37 | 68.57 | 0.23 | 0.52 |
| Hex | 98 | A0 | 68 | 5 | 0 | 23 | 25 | 45 | 17 | 34 |
| Octal | 230 | 240 | 150 | 5 | 0 | 43 | 45 | 105 | 27 | 64 |
| Binary | 10011000 | 10100000 | 1101000 | 101 | 0 | 100011 | 100101 | 1000101 | 10111 | 110100 |
Color Harmonies of #98A068
Complementary color
Monochromatic Colors of #98A068
Black with #98A068
Text Example
Text Example
White with #98A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A068; }
p { color: rgb(152,160,104); }
H1.HeaderClassName
{
color: #98A068;
}
.AnyTagClassName
{
color: #98A068;
}
</style>
background-color css
<style>
a { background-color: #98A068; }
a { background-color: rgb(152,160,104); }
div.DivClassName
{
background-color: #98A068;
}
.BgClassName
{
background-color: #98A068;
}
</style>
border-color css
<style>
span { border-color: #98A068; }
span { border-color: rgb(152,160,104); }
td.TdClassName
{
border-color: #98A068;
}
.TagClassName
{
border-color: #98A068;
}
</style>