Shades of Green Smoke #99A459
Tints of Green Smoke #99A459
RGB
CMYK
RGB Variations
Color information
#99A459 (or 0x99A459) is known color: Green Smoke. HEX triplet: 99, A4 and 59. RGB value is (153,164,89). Sum of RGB (Red+Green+Blue) = 153+164+89=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #99A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A459 is #665BA6. Grayscale: #989898. Windows color (decimal): -6708135 or 5874841. OLE color: 5874841.
HSL color Cylindrical-coordinate representation of color #99A459: hue angle of 68.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99A459 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 89 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.36 |
| HSL | 68.8º | 0.3% | 0.5% | - |
| HSV(B) | 68.8º | 0.46% | 0.64% | - |
| XYZ | 28.22 | 34.04 | 14.54 | - |
| YUV | 152.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 89 | 0.07 | 0 | 0.46 | 0.36 | 68.8 | 0.3 | 0.5 |
| Hex | 99 | A4 | 59 | 7 | 0 | 2E | 24 | 45 | 1E | 32 |
| Octal | 231 | 244 | 131 | 7 | 0 | 56 | 44 | 105 | 36 | 62 |
| Binary | 10011001 | 10100100 | 1011001 | 111 | 0 | 101110 | 100100 | 1000101 | 11110 | 110010 |
Color Harmonies of #99A459
Complementary color
Monochromatic Colors of #99A459
Black with #99A459
Text Example
Text Example
White with #99A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A459; }
p { color: rgb(153,164,89); }
H1.HeaderClassName
{
color: #99A459;
}
.AnyTagClassName
{
color: #99A459;
}
</style>
background-color css
<style>
a { background-color: #99A459; }
a { background-color: rgb(153,164,89); }
div.DivClassName
{
background-color: #99A459;
}
.BgClassName
{
background-color: #99A459;
}
</style>
border-color css
<style>
span { border-color: #99A459; }
span { border-color: rgb(153,164,89); }
td.TdClassName
{
border-color: #99A459;
}
.TagClassName
{
border-color: #99A459;
}
</style>