Shades of Green Smoke #99AA6D
Tints of Green Smoke #99AA6D
RGB
CMYK
RGB Variations
Color information
#99AA6D (or 0x99AA6D) is known color: Green Smoke. HEX triplet: 99, AA and 6D. RGB value is (153,170,109). Sum of RGB (Red+Green+Blue) = 153+170+109=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA6D is #665592. Grayscale: #9E9E9E. Windows color (decimal): -6706579 or 7187097. OLE color: 7187097.
HSL color Cylindrical-coordinate representation of color #99AA6D: hue angle of 76.72º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99AA6D is Cyan = 0.1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 109 | - |
| CMYK | 0.1 | 0 | 0.36 | 0.33 |
| HSL | 76.72º | 0.26% | 0.55% | - |
| HSV(B) | 76.72º | 0.36% | 0.67% | - |
| XYZ | 30.27 | 36.63 | 19.94 | - |
| YUV | 157.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 109 | 0.1 | 0 | 0.36 | 0.33 | 76.72 | 0.26 | 0.55 |
| Hex | 99 | AA | 6D | A | 0 | 24 | 21 | 4D | 1A | 37 |
| Octal | 231 | 252 | 155 | 12 | 0 | 44 | 41 | 115 | 32 | 67 |
| Binary | 10011001 | 10101010 | 1101101 | 1010 | 0 | 100100 | 100001 | 1001101 | 11010 | 110111 |
Color Harmonies of #99AA6D
Complementary color
Monochromatic Colors of #99AA6D
Black with #99AA6D
Text Example
Text Example
White with #99AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA6D; }
p { color: rgb(153,170,109); }
H1.HeaderClassName
{
color: #99AA6D;
}
.AnyTagClassName
{
color: #99AA6D;
}
</style>
background-color css
<style>
a { background-color: #99AA6D; }
a { background-color: rgb(153,170,109); }
div.DivClassName
{
background-color: #99AA6D;
}
.BgClassName
{
background-color: #99AA6D;
}
</style>
border-color css
<style>
span { border-color: #99AA6D; }
span { border-color: rgb(153,170,109); }
td.TdClassName
{
border-color: #99AA6D;
}
.TagClassName
{
border-color: #99AA6D;
}
</style>