Shades of Green Smoke #99A16C
Tints of Green Smoke #99A16C
RGB
CMYK
RGB Variations
Color information
#99A16C (or 0x99A16C) is known color: Green Smoke. HEX triplet: 99, A1 and 6C. RGB value is (153,161,108). Sum of RGB (Red+Green+Blue) = 153+161+108=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #99A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A16C is #665E93. Grayscale: #989898. Windows color (decimal): -6708884 or 7119257. OLE color: 7119257.
HSL color Cylindrical-coordinate representation of color #99A16C: hue angle of 69.06º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A16C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 108 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.37 |
| HSL | 69.06º | 0.22% | 0.53% | - |
| HSV(B) | 69.06º | 0.33% | 0.63% | - |
| XYZ | 28.59 | 33.34 | 19.12 | - |
| YUV | 152.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 108 | 0.05 | 0 | 0.33 | 0.37 | 69.06 | 0.22 | 0.53 |
| Hex | 99 | A1 | 6C | 5 | 0 | 21 | 25 | 45 | 16 | 35 |
| Octal | 231 | 241 | 154 | 5 | 0 | 41 | 45 | 105 | 26 | 65 |
| Binary | 10011001 | 10100001 | 1101100 | 101 | 0 | 100001 | 100101 | 1000101 | 10110 | 110101 |
Color Harmonies of #99A16C
Complementary color
Monochromatic Colors of #99A16C
Black with #99A16C
Text Example
Text Example
White with #99A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A16C; }
p { color: rgb(153,161,108); }
H1.HeaderClassName
{
color: #99A16C;
}
.AnyTagClassName
{
color: #99A16C;
}
</style>
background-color css
<style>
a { background-color: #99A16C; }
a { background-color: rgb(153,161,108); }
div.DivClassName
{
background-color: #99A16C;
}
.BgClassName
{
background-color: #99A16C;
}
</style>
border-color css
<style>
span { border-color: #99A16C; }
span { border-color: rgb(153,161,108); }
td.TdClassName
{
border-color: #99A16C;
}
.TagClassName
{
border-color: #99A16C;
}
</style>