Shades of Green Smoke #99A945
Tints of Green Smoke #99A945
RGB
CMYK
RGB Variations
Color information
#99A945 (or 0x99A945) is known color: Green Smoke. HEX triplet: 99, A9 and 45. RGB value is (153,169,69). Sum of RGB (Red+Green+Blue) = 153+169+69=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #99A945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A945 is #6656BA. Grayscale: #999999. Windows color (decimal): -6706875 or 4565401. OLE color: 4565401.
HSL color Cylindrical-coordinate representation of color #99A945: hue angle of 69.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99A945 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 69 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.34 |
| HSL | 69.6º | 0.42% | 0.47% | - |
| HSV(B) | 69.6º | 0.59% | 0.66% | - |
| XYZ | 28.4 | 35.58 | 11 | - |
| YUV | 152.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 69 | 0.09 | 0 | 0.59 | 0.34 | 69.6 | 0.42 | 0.47 |
| Hex | 99 | A9 | 45 | 9 | 0 | 3B | 22 | 46 | 2A | 2F |
| Octal | 231 | 251 | 105 | 11 | 0 | 73 | 42 | 106 | 52 | 57 |
| Binary | 10011001 | 10101001 | 1000101 | 1001 | 0 | 111011 | 100010 | 1000110 | 101010 | 101111 |
Color Harmonies of #99A945
Complementary color
Monochromatic Colors of #99A945
Black with #99A945
Text Example
Text Example
White with #99A945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A945; }
p { color: rgb(153,169,69); }
H1.HeaderClassName
{
color: #99A945;
}
.AnyTagClassName
{
color: #99A945;
}
</style>
background-color css
<style>
a { background-color: #99A945; }
a { background-color: rgb(153,169,69); }
div.DivClassName
{
background-color: #99A945;
}
.BgClassName
{
background-color: #99A945;
}
</style>
border-color css
<style>
span { border-color: #99A945; }
span { border-color: rgb(153,169,69); }
td.TdClassName
{
border-color: #99A945;
}
.TagClassName
{
border-color: #99A945;
}
</style>