Shades of Green Smoke #99A966
Tints of Green Smoke #99A966
RGB
CMYK
RGB Variations
Color information
#99A966 (or 0x99A966) is known color: Green Smoke. HEX triplet: 99, A9 and 66. RGB value is (153,169,102). Sum of RGB (Red+Green+Blue) = 153+169+102=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #99A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A966 is #665699. Grayscale: #9C9C9C. Windows color (decimal): -6706842 or 6728089. OLE color: 6728089.
HSL color Cylindrical-coordinate representation of color #99A966: hue angle of 74.33º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A966 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 102 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.34 |
| HSL | 74.33º | 0.28% | 0.53% | - |
| HSV(B) | 74.33º | 0.4% | 0.66% | - |
| XYZ | 29.72 | 36.11 | 17.97 | - |
| YUV | 156.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 102 | 0.09 | 0 | 0.40 | 0.34 | 74.33 | 0.28 | 0.53 |
| Hex | 99 | A9 | 66 | 9 | 0 | 28 | 22 | 4A | 1C | 35 |
| Octal | 231 | 251 | 146 | 11 | 0 | 50 | 42 | 112 | 34 | 65 |
| Binary | 10011001 | 10101001 | 1100110 | 1001 | 0 | 101000 | 100010 | 1001010 | 11100 | 110101 |
Color Harmonies of #99A966
Complementary color
Monochromatic Colors of #99A966
Black with #99A966
Text Example
Text Example
White with #99A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A966; }
p { color: rgb(153,169,102); }
H1.HeaderClassName
{
color: #99A966;
}
.AnyTagClassName
{
color: #99A966;
}
</style>
background-color css
<style>
a { background-color: #99A966; }
a { background-color: rgb(153,169,102); }
div.DivClassName
{
background-color: #99A966;
}
.BgClassName
{
background-color: #99A966;
}
</style>
border-color css
<style>
span { border-color: #99A966; }
span { border-color: rgb(153,169,102); }
td.TdClassName
{
border-color: #99A966;
}
.TagClassName
{
border-color: #99A966;
}
</style>