Shades of Green Smoke #99A655
Tints of Green Smoke #99A655
RGB
CMYK
RGB Variations
Color information
#99A655 (or 0x99A655) is known color: Green Smoke. HEX triplet: 99, A6 and 55. RGB value is (153,166,85). Sum of RGB (Red+Green+Blue) = 153+166+85=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #99A655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A655 is #6659AA. Grayscale: #999999. Windows color (decimal): -6707627 or 5613209. OLE color: 5613209.
HSL color Cylindrical-coordinate representation of color #99A655: hue angle of 69.63º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99A655 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 85 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.35 |
| HSL | 69.63º | 0.32% | 0.49% | - |
| HSV(B) | 69.63º | 0.49% | 0.65% | - |
| XYZ | 28.41 | 34.7 | 13.79 | - |
| YUV | 152.88 | 89.69 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 85 | 0.08 | 0 | 0.49 | 0.35 | 69.63 | 0.32 | 0.49 |
| Hex | 99 | A6 | 55 | 8 | 0 | 31 | 23 | 46 | 20 | 31 |
| Octal | 231 | 246 | 125 | 10 | 0 | 61 | 43 | 106 | 40 | 61 |
| Binary | 10011001 | 10100110 | 1010101 | 1000 | 0 | 110001 | 100011 | 1000110 | 100000 | 110001 |
Color Harmonies of #99A655
Complementary color
Monochromatic Colors of #99A655
Black with #99A655
Text Example
Text Example
White with #99A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A655; }
p { color: rgb(153,166,85); }
H1.HeaderClassName
{
color: #99A655;
}
.AnyTagClassName
{
color: #99A655;
}
</style>
background-color css
<style>
a { background-color: #99A655; }
a { background-color: rgb(153,166,85); }
div.DivClassName
{
background-color: #99A655;
}
.BgClassName
{
background-color: #99A655;
}
</style>
border-color css
<style>
span { border-color: #99A655; }
span { border-color: rgb(153,166,85); }
td.TdClassName
{
border-color: #99A655;
}
.TagClassName
{
border-color: #99A655;
}
</style>