Shades of Green Smoke #99A66A
Tints of Green Smoke #99A66A
RGB
CMYK
RGB Variations
Color information
#99A66A (or 0x99A66A) is known color: Green Smoke. HEX triplet: 99, A6 and 6A. RGB value is (153,166,106). Sum of RGB (Red+Green+Blue) = 153+166+106=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #99A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A66A is #665995. Grayscale: #9B9B9B. Windows color (decimal): -6707606 or 6989465. OLE color: 6989465.
HSL color Cylindrical-coordinate representation of color #99A66A: hue angle of 73º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A66A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 106 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.35 |
| HSL | 73º | 0.25% | 0.53% | - |
| HSV(B) | 73º | 0.36% | 0.65% | - |
| XYZ | 29.37 | 35.09 | 18.86 | - |
| YUV | 155.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 106 | 0.08 | 0 | 0.36 | 0.35 | 73 | 0.25 | 0.53 |
| Hex | 99 | A6 | 6A | 8 | 0 | 24 | 23 | 49 | 19 | 35 |
| Octal | 231 | 246 | 152 | 10 | 0 | 44 | 43 | 111 | 31 | 65 |
| Binary | 10011001 | 10100110 | 1101010 | 1000 | 0 | 100100 | 100011 | 1001001 | 11001 | 110101 |
Color Harmonies of #99A66A
Complementary color
Monochromatic Colors of #99A66A
Black with #99A66A
Text Example
Text Example
White with #99A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A66A; }
p { color: rgb(153,166,106); }
H1.HeaderClassName
{
color: #99A66A;
}
.AnyTagClassName
{
color: #99A66A;
}
</style>
background-color css
<style>
a { background-color: #99A66A; }
a { background-color: rgb(153,166,106); }
div.DivClassName
{
background-color: #99A66A;
}
.BgClassName
{
background-color: #99A66A;
}
</style>
border-color css
<style>
span { border-color: #99A66A; }
span { border-color: rgb(153,166,106); }
td.TdClassName
{
border-color: #99A66A;
}
.TagClassName
{
border-color: #99A66A;
}
</style>