Shades of Green Smoke #99AA62
Tints of Green Smoke #99AA62
RGB
CMYK
RGB Variations
Color information
#99AA62 (or 0x99AA62) is known color: Green Smoke. HEX triplet: 99, AA and 62. RGB value is (153,170,98). Sum of RGB (Red+Green+Blue) = 153+170+98=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA62 is #66559D. Grayscale: #9C9C9C. Windows color (decimal): -6706590 or 6466201. OLE color: 6466201.
HSL color Cylindrical-coordinate representation of color #99AA62: hue angle of 74.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99AA62 is Cyan = 0.1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 98 | - |
| CMYK | 0.1 | 0 | 0.42 | 0.33 |
| HSL | 74.17º | 0.3% | 0.53% | - |
| HSV(B) | 74.17º | 0.42% | 0.67% | - |
| XYZ | 29.72 | 36.4 | 17.02 | - |
| YUV | 156.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 98 | 0.1 | 0 | 0.42 | 0.33 | 74.17 | 0.3 | 0.53 |
| Hex | 99 | AA | 62 | A | 0 | 2A | 21 | 4A | 1E | 35 |
| Octal | 231 | 252 | 142 | 12 | 0 | 52 | 41 | 112 | 36 | 65 |
| Binary | 10011001 | 10101010 | 1100010 | 1010 | 0 | 101010 | 100001 | 1001010 | 11110 | 110101 |
Color Harmonies of #99AA62
Complementary color
Monochromatic Colors of #99AA62
Black with #99AA62
Text Example
Text Example
White with #99AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA62; }
p { color: rgb(153,170,98); }
H1.HeaderClassName
{
color: #99AA62;
}
.AnyTagClassName
{
color: #99AA62;
}
</style>
background-color css
<style>
a { background-color: #99AA62; }
a { background-color: rgb(153,170,98); }
div.DivClassName
{
background-color: #99AA62;
}
.BgClassName
{
background-color: #99AA62;
}
</style>
border-color css
<style>
span { border-color: #99AA62; }
span { border-color: rgb(153,170,98); }
td.TdClassName
{
border-color: #99AA62;
}
.TagClassName
{
border-color: #99AA62;
}
</style>