Shades of Green Smoke #99A449
Tints of Green Smoke #99A449
RGB
CMYK
RGB Variations
Color information
#99A449 (or 0x99A449) is known color: Green Smoke. HEX triplet: 99, A4 and 49. RGB value is (153,164,73). Sum of RGB (Red+Green+Blue) = 153+164+73=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #99A449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A449 is #665BB6. Grayscale: #969696. Windows color (decimal): -6708151 or 4826265. OLE color: 4826265.
HSL color Cylindrical-coordinate representation of color #99A449: hue angle of 67.25º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99A449 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 73 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.36 |
| HSL | 67.25º | 0.38% | 0.46% | - |
| HSV(B) | 67.25º | 0.55% | 0.64% | - |
| XYZ | 27.61 | 33.8 | 11.37 | - |
| YUV | 150.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 73 | 0.07 | 0 | 0.55 | 0.36 | 67.25 | 0.38 | 0.46 |
| Hex | 99 | A4 | 49 | 7 | 0 | 37 | 24 | 43 | 26 | 2E |
| Octal | 231 | 244 | 111 | 7 | 0 | 67 | 44 | 103 | 46 | 56 |
| Binary | 10011001 | 10100100 | 1001001 | 111 | 0 | 110111 | 100100 | 1000011 | 100110 | 101110 |
Color Harmonies of #99A449
Complementary color
Monochromatic Colors of #99A449
Black with #99A449
Text Example
Text Example
White with #99A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A449; }
p { color: rgb(153,164,73); }
H1.HeaderClassName
{
color: #99A449;
}
.AnyTagClassName
{
color: #99A449;
}
</style>
background-color css
<style>
a { background-color: #99A449; }
a { background-color: rgb(153,164,73); }
div.DivClassName
{
background-color: #99A449;
}
.BgClassName
{
background-color: #99A449;
}
</style>
border-color css
<style>
span { border-color: #99A449; }
span { border-color: rgb(153,164,73); }
td.TdClassName
{
border-color: #99A449;
}
.TagClassName
{
border-color: #99A449;
}
</style>