Shades of Green Smoke #99AB62
Tints of Green Smoke #99AB62
RGB
CMYK
RGB Variations
Color information
#99AB62 (or 0x99AB62) is known color: Green Smoke. HEX triplet: 99, AB and 62. RGB value is (153,171,98). Sum of RGB (Red+Green+Blue) = 153+171+98=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB62 is #66549D. Grayscale: #9D9D9D. Windows color (decimal): -6706334 or 6466457. OLE color: 6466457.
HSL color Cylindrical-coordinate representation of color #99AB62: hue angle of 74.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99AB62 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 98 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.33 |
| HSL | 74.79º | 0.3% | 0.53% | - |
| HSV(B) | 74.79º | 0.43% | 0.67% | - |
| XYZ | 29.9 | 36.78 | 17.08 | - |
| YUV | 157.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 98 | 0.11 | 0 | 0.43 | 0.33 | 74.79 | 0.3 | 0.53 |
| Hex | 99 | AB | 62 | B | 0 | 2B | 21 | 4B | 1E | 35 |
| Octal | 231 | 253 | 142 | 13 | 0 | 53 | 41 | 113 | 36 | 65 |
| Binary | 10011001 | 10101011 | 1100010 | 1011 | 0 | 101011 | 100001 | 1001011 | 11110 | 110101 |
Color Harmonies of #99AB62
Complementary color
Monochromatic Colors of #99AB62
Black with #99AB62
Text Example
Text Example
White with #99AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB62; }
p { color: rgb(153,171,98); }
H1.HeaderClassName
{
color: #99AB62;
}
.AnyTagClassName
{
color: #99AB62;
}
</style>
background-color css
<style>
a { background-color: #99AB62; }
a { background-color: rgb(153,171,98); }
div.DivClassName
{
background-color: #99AB62;
}
.BgClassName
{
background-color: #99AB62;
}
</style>
border-color css
<style>
span { border-color: #99AB62; }
span { border-color: rgb(153,171,98); }
td.TdClassName
{
border-color: #99AB62;
}
.TagClassName
{
border-color: #99AB62;
}
</style>