Shades of Green Smoke #99AA6E
Tints of Green Smoke #99AA6E
RGB
CMYK
RGB Variations
Color information
#99AA6E (or 0x99AA6E) is known color: Green Smoke. HEX triplet: 99, AA and 6E. RGB value is (153,170,110). Sum of RGB (Red+Green+Blue) = 153+170+110=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA6E is #665591. Grayscale: #9E9E9E. Windows color (decimal): -6706578 or 7252633. OLE color: 7252633.
HSL color Cylindrical-coordinate representation of color #99AA6E: hue angle of 77º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AA6E is Cyan = 0.1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 110 | - |
| CMYK | 0.1 | 0 | 0.35 | 0.33 |
| HSL | 77º | 0.26% | 0.55% | - |
| HSV(B) | 77º | 0.35% | 0.67% | - |
| XYZ | 30.33 | 36.65 | 20.23 | - |
| YUV | 158.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 110 | 0.1 | 0 | 0.35 | 0.33 | 77 | 0.26 | 0.55 |
| Hex | 99 | AA | 6E | A | 0 | 23 | 21 | 4D | 1A | 37 |
| Octal | 231 | 252 | 156 | 12 | 0 | 43 | 41 | 115 | 32 | 67 |
| Binary | 10011001 | 10101010 | 1101110 | 1010 | 0 | 100011 | 100001 | 1001101 | 11010 | 110111 |
Color Harmonies of #99AA6E
Complementary color
Monochromatic Colors of #99AA6E
Black with #99AA6E
Text Example
Text Example
White with #99AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA6E; }
p { color: rgb(153,170,110); }
H1.HeaderClassName
{
color: #99AA6E;
}
.AnyTagClassName
{
color: #99AA6E;
}
</style>
background-color css
<style>
a { background-color: #99AA6E; }
a { background-color: rgb(153,170,110); }
div.DivClassName
{
background-color: #99AA6E;
}
.BgClassName
{
background-color: #99AA6E;
}
</style>
border-color css
<style>
span { border-color: #99AA6E; }
span { border-color: rgb(153,170,110); }
td.TdClassName
{
border-color: #99AA6E;
}
.TagClassName
{
border-color: #99AA6E;
}
</style>