Shades of Green Smoke #98AC68
Tints of Green Smoke #98AC68
RGB
CMYK
RGB Variations
Color information
#98AC68 (or 0x98AC68) is known color: Green Smoke. HEX triplet: 98, AC and 68. RGB value is (152,172,104). Sum of RGB (Red+Green+Blue) = 152+172+104=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AC68 is #675397. Grayscale: #9E9E9E. Windows color (decimal): -6771608 or 6859928. OLE color: 6859928.
HSL color Cylindrical-coordinate representation of color #98AC68: hue angle of 77.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98AC68 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 172 | 104 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.33 |
| HSL | 77.65º | 0.29% | 0.54% | - |
| HSV(B) | 77.65º | 0.4% | 0.67% | - |
| XYZ | 30.2 | 37.18 | 18.68 | - |
| YUV | 158.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 104 | 0.12 | 0 | 0.40 | 0.33 | 77.65 | 0.29 | 0.54 |
| Hex | 98 | AC | 68 | C | 0 | 28 | 21 | 4E | 1D | 36 |
| Octal | 230 | 254 | 150 | 14 | 0 | 50 | 41 | 116 | 35 | 66 |
| Binary | 10011000 | 10101100 | 1101000 | 1100 | 0 | 101000 | 100001 | 1001110 | 11101 | 110110 |
Color Harmonies of #98AC68
Complementary color
Monochromatic Colors of #98AC68
Black with #98AC68
Text Example
Text Example
White with #98AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AC68; }
p { color: rgb(152,172,104); }
H1.HeaderClassName
{
color: #98AC68;
}
.AnyTagClassName
{
color: #98AC68;
}
</style>
background-color css
<style>
a { background-color: #98AC68; }
a { background-color: rgb(152,172,104); }
div.DivClassName
{
background-color: #98AC68;
}
.BgClassName
{
background-color: #98AC68;
}
</style>
border-color css
<style>
span { border-color: #98AC68; }
span { border-color: rgb(152,172,104); }
td.TdClassName
{
border-color: #98AC68;
}
.TagClassName
{
border-color: #98AC68;
}
</style>