Shades of Green Smoke #99AA68
Tints of Green Smoke #99AA68
RGB
CMYK
RGB Variations
Color information
#99AA68 (or 0x99AA68) is known color: Green Smoke. HEX triplet: 99, AA and 68. RGB value is (153,170,104). Sum of RGB (Red+Green+Blue) = 153+170+104=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA68 is #665597. Grayscale: #9D9D9D. Windows color (decimal): -6706584 or 6859417. OLE color: 6859417.
HSL color Cylindrical-coordinate representation of color #99AA68: hue angle of 75.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99AA68 is Cyan = 0.1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 104 | - |
| CMYK | 0.1 | 0 | 0.39 | 0.33 |
| HSL | 75.45º | 0.28% | 0.54% | - |
| HSV(B) | 75.45º | 0.39% | 0.67% | - |
| XYZ | 30.01 | 36.52 | 18.56 | - |
| YUV | 157.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 104 | 0.1 | 0 | 0.39 | 0.33 | 75.45 | 0.28 | 0.54 |
| Hex | 99 | AA | 68 | A | 0 | 27 | 21 | 4B | 1C | 36 |
| Octal | 231 | 252 | 150 | 12 | 0 | 47 | 41 | 113 | 34 | 66 |
| Binary | 10011001 | 10101010 | 1101000 | 1010 | 0 | 100111 | 100001 | 1001011 | 11100 | 110110 |
Color Harmonies of #99AA68
Complementary color
Monochromatic Colors of #99AA68
Black with #99AA68
Text Example
Text Example
White with #99AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA68; }
p { color: rgb(153,170,104); }
H1.HeaderClassName
{
color: #99AA68;
}
.AnyTagClassName
{
color: #99AA68;
}
</style>
background-color css
<style>
a { background-color: #99AA68; }
a { background-color: rgb(153,170,104); }
div.DivClassName
{
background-color: #99AA68;
}
.BgClassName
{
background-color: #99AA68;
}
</style>
border-color css
<style>
span { border-color: #99AA68; }
span { border-color: rgb(153,170,104); }
td.TdClassName
{
border-color: #99AA68;
}
.TagClassName
{
border-color: #99AA68;
}
</style>