Shades of Green Smoke #99A560
Tints of Green Smoke #99A560
RGB
CMYK
RGB Variations
Color information
#99A560 (or 0x99A560) is known color: Green Smoke. HEX triplet: 99, A5 and 60. RGB value is (153,165,96). Sum of RGB (Red+Green+Blue) = 153+165+96=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #99A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A560 is #665A9F. Grayscale: #999999. Windows color (decimal): -6707872 or 6333849. OLE color: 6333849.
HSL color Cylindrical-coordinate representation of color #99A560: hue angle of 70.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99A560 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 96 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.35 |
| HSL | 70.43º | 0.28% | 0.51% | - |
| HSV(B) | 70.43º | 0.42% | 0.65% | - |
| XYZ | 28.7 | 34.53 | 16.22 | - |
| YUV | 153.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 96 | 0.07 | 0 | 0.42 | 0.35 | 70.43 | 0.28 | 0.51 |
| Hex | 99 | A5 | 60 | 7 | 0 | 2A | 23 | 46 | 1C | 33 |
| Octal | 231 | 245 | 140 | 7 | 0 | 52 | 43 | 106 | 34 | 63 |
| Binary | 10011001 | 10100101 | 1100000 | 111 | 0 | 101010 | 100011 | 1000110 | 11100 | 110011 |
Color Harmonies of #99A560
Complementary color
Monochromatic Colors of #99A560
Black with #99A560
Text Example
Text Example
White with #99A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A560; }
p { color: rgb(153,165,96); }
H1.HeaderClassName
{
color: #99A560;
}
.AnyTagClassName
{
color: #99A560;
}
</style>
background-color css
<style>
a { background-color: #99A560; }
a { background-color: rgb(153,165,96); }
div.DivClassName
{
background-color: #99A560;
}
.BgClassName
{
background-color: #99A560;
}
</style>
border-color css
<style>
span { border-color: #99A560; }
span { border-color: rgb(153,165,96); }
td.TdClassName
{
border-color: #99A560;
}
.TagClassName
{
border-color: #99A560;
}
</style>