Shades of Green Smoke #99A466
Tints of Green Smoke #99A466
RGB
CMYK
RGB Variations
Color information
#99A466 (or 0x99A466) is known color: Green Smoke. HEX triplet: 99, A4 and 66. RGB value is (153,164,102). Sum of RGB (Red+Green+Blue) = 153+164+102=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #99A466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A466 is #665B99. Grayscale: #999999. Windows color (decimal): -6708122 or 6726809. OLE color: 6726809.
HSL color Cylindrical-coordinate representation of color #99A466: hue angle of 70.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99A466 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 102 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.36 |
| HSL | 70.65º | 0.25% | 0.52% | - |
| HSV(B) | 70.65º | 0.38% | 0.64% | - |
| XYZ | 28.81 | 34.28 | 17.67 | - |
| YUV | 153.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 102 | 0.07 | 0 | 0.38 | 0.36 | 70.65 | 0.25 | 0.52 |
| Hex | 99 | A4 | 66 | 7 | 0 | 26 | 24 | 47 | 19 | 34 |
| Octal | 231 | 244 | 146 | 7 | 0 | 46 | 44 | 107 | 31 | 64 |
| Binary | 10011001 | 10100100 | 1100110 | 111 | 0 | 100110 | 100100 | 1000111 | 11001 | 110100 |
Color Harmonies of #99A466
Complementary color
Monochromatic Colors of #99A466
Black with #99A466
Text Example
Text Example
White with #99A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A466; }
p { color: rgb(153,164,102); }
H1.HeaderClassName
{
color: #99A466;
}
.AnyTagClassName
{
color: #99A466;
}
</style>
background-color css
<style>
a { background-color: #99A466; }
a { background-color: rgb(153,164,102); }
div.DivClassName
{
background-color: #99A466;
}
.BgClassName
{
background-color: #99A466;
}
</style>
border-color css
<style>
span { border-color: #99A466; }
span { border-color: rgb(153,164,102); }
td.TdClassName
{
border-color: #99A466;
}
.TagClassName
{
border-color: #99A466;
}
</style>