Shades of Green Smoke #99A661
Tints of Green Smoke #99A661
RGB
CMYK
RGB Variations
Color information
#99A661 (or 0x99A661) is known color: Green Smoke. HEX triplet: 99, A6 and 61. RGB value is (153,166,97). Sum of RGB (Red+Green+Blue) = 153+166+97=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #99A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A661 is #66599E. Grayscale: #9A9A9A. Windows color (decimal): -6707615 or 6399641. OLE color: 6399641.
HSL color Cylindrical-coordinate representation of color #99A661: hue angle of 71.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99A661 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 97 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.35 |
| HSL | 71.3º | 0.28% | 0.52% | - |
| HSV(B) | 71.3º | 0.42% | 0.65% | - |
| XYZ | 28.93 | 34.91 | 16.52 | - |
| YUV | 154.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 97 | 0.08 | 0 | 0.42 | 0.35 | 71.3 | 0.28 | 0.52 |
| Hex | 99 | A6 | 61 | 8 | 0 | 2A | 23 | 47 | 1C | 34 |
| Octal | 231 | 246 | 141 | 10 | 0 | 52 | 43 | 107 | 34 | 64 |
| Binary | 10011001 | 10100110 | 1100001 | 1000 | 0 | 101010 | 100011 | 1000111 | 11100 | 110100 |
Color Harmonies of #99A661
Complementary color
Monochromatic Colors of #99A661
Black with #99A661
Text Example
Text Example
White with #99A661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A661; }
p { color: rgb(153,166,97); }
H1.HeaderClassName
{
color: #99A661;
}
.AnyTagClassName
{
color: #99A661;
}
</style>
background-color css
<style>
a { background-color: #99A661; }
a { background-color: rgb(153,166,97); }
div.DivClassName
{
background-color: #99A661;
}
.BgClassName
{
background-color: #99A661;
}
</style>
border-color css
<style>
span { border-color: #99A661; }
span { border-color: rgb(153,166,97); }
td.TdClassName
{
border-color: #99A661;
}
.TagClassName
{
border-color: #99A661;
}
</style>