Shades of Green Smoke #99A964
Tints of Green Smoke #99A964
RGB
CMYK
RGB Variations
Color information
#99A964 (or 0x99A964) is known color: Green Smoke. HEX triplet: 99, A9 and 64. RGB value is (153,169,100). Sum of RGB (Red+Green+Blue) = 153+169+100=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #99A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A964 is #66569B. Grayscale: #9C9C9C. Windows color (decimal): -6706844 or 6597017. OLE color: 6597017.
HSL color Cylindrical-coordinate representation of color #99A964: hue angle of 73.91º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99A964 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 100 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.34 |
| HSL | 73.91º | 0.29% | 0.53% | - |
| HSV(B) | 73.91º | 0.41% | 0.66% | - |
| XYZ | 29.63 | 36.07 | 17.46 | - |
| YUV | 156.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 100 | 0.09 | 0 | 0.41 | 0.34 | 73.91 | 0.29 | 0.53 |
| Hex | 99 | A9 | 64 | 9 | 0 | 29 | 22 | 4A | 1D | 35 |
| Octal | 231 | 251 | 144 | 11 | 0 | 51 | 42 | 112 | 35 | 65 |
| Binary | 10011001 | 10101001 | 1100100 | 1001 | 0 | 101001 | 100010 | 1001010 | 11101 | 110101 |
Color Harmonies of #99A964
Complementary color
Monochromatic Colors of #99A964
Black with #99A964
Text Example
Text Example
White with #99A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A964; }
p { color: rgb(153,169,100); }
H1.HeaderClassName
{
color: #99A964;
}
.AnyTagClassName
{
color: #99A964;
}
</style>
background-color css
<style>
a { background-color: #99A964; }
a { background-color: rgb(153,169,100); }
div.DivClassName
{
background-color: #99A964;
}
.BgClassName
{
background-color: #99A964;
}
</style>
border-color css
<style>
span { border-color: #99A964; }
span { border-color: rgb(153,169,100); }
td.TdClassName
{
border-color: #99A964;
}
.TagClassName
{
border-color: #99A964;
}
</style>