Shades of Green Smoke #98A768
Tints of Green Smoke #98A768
RGB
CMYK
RGB Variations
Color information
#98A768 (or 0x98A768) is known color: Green Smoke. HEX triplet: 98, A7 and 68. RGB value is (152,167,104). Sum of RGB (Red+Green+Blue) = 152+167+104=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #98A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A768 is #675897. Grayscale: #9B9B9B. Windows color (decimal): -6772888 or 6858648. OLE color: 6858648.
HSL color Cylindrical-coordinate representation of color #98A768: hue angle of 74.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98A768 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 104 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.35 |
| HSL | 74.29º | 0.26% | 0.53% | - |
| HSV(B) | 74.29º | 0.38% | 0.65% | - |
| XYZ | 29.27 | 35.31 | 18.37 | - |
| YUV | 155.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 104 | 0.09 | 0 | 0.38 | 0.35 | 74.29 | 0.26 | 0.53 |
| Hex | 98 | A7 | 68 | 9 | 0 | 26 | 23 | 4A | 1A | 35 |
| Octal | 230 | 247 | 150 | 11 | 0 | 46 | 43 | 112 | 32 | 65 |
| Binary | 10011000 | 10100111 | 1101000 | 1001 | 0 | 100110 | 100011 | 1001010 | 11010 | 110101 |
Color Harmonies of #98A768
Complementary color
Monochromatic Colors of #98A768
Black with #98A768
Text Example
Text Example
White with #98A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A768; }
p { color: rgb(152,167,104); }
H1.HeaderClassName
{
color: #98A768;
}
.AnyTagClassName
{
color: #98A768;
}
</style>
background-color css
<style>
a { background-color: #98A768; }
a { background-color: rgb(152,167,104); }
div.DivClassName
{
background-color: #98A768;
}
.BgClassName
{
background-color: #98A768;
}
</style>
border-color css
<style>
span { border-color: #98A768; }
span { border-color: rgb(152,167,104); }
td.TdClassName
{
border-color: #98A768;
}
.TagClassName
{
border-color: #98A768;
}
</style>