Shades of Green Smoke #98AB65
Tints of Green Smoke #98AB65
RGB
CMYK
RGB Variations
Color information
#98AB65 (or 0x98AB65) is known color: Green Smoke. HEX triplet: 98, AB and 65. RGB value is (152,171,101). Sum of RGB (Red+Green+Blue) = 152+171+101=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB65 is #67549A. Grayscale: #9D9D9D. Windows color (decimal): -6771867 or 6663064. OLE color: 6663064.
HSL color Cylindrical-coordinate representation of color #98AB65: hue angle of 76.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98AB65 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 101 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.33 |
| HSL | 76.29º | 0.29% | 0.53% | - |
| HSV(B) | 76.29º | 0.41% | 0.67% | - |
| XYZ | 29.86 | 36.74 | 17.83 | - |
| YUV | 157.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 101 | 0.11 | 0 | 0.41 | 0.33 | 76.29 | 0.29 | 0.53 |
| Hex | 98 | AB | 65 | B | 0 | 29 | 21 | 4C | 1D | 35 |
| Octal | 230 | 253 | 145 | 13 | 0 | 51 | 41 | 114 | 35 | 65 |
| Binary | 10011000 | 10101011 | 1100101 | 1011 | 0 | 101001 | 100001 | 1001100 | 11101 | 110101 |
Color Harmonies of #98AB65
Complementary color
Monochromatic Colors of #98AB65
Black with #98AB65
Text Example
Text Example
White with #98AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB65; }
p { color: rgb(152,171,101); }
H1.HeaderClassName
{
color: #98AB65;
}
.AnyTagClassName
{
color: #98AB65;
}
</style>
background-color css
<style>
a { background-color: #98AB65; }
a { background-color: rgb(152,171,101); }
div.DivClassName
{
background-color: #98AB65;
}
.BgClassName
{
background-color: #98AB65;
}
</style>
border-color css
<style>
span { border-color: #98AB65; }
span { border-color: rgb(152,171,101); }
td.TdClassName
{
border-color: #98AB65;
}
.TagClassName
{
border-color: #98AB65;
}
</style>