Shades of Green Smoke #99A469
Tints of Green Smoke #99A469
RGB
CMYK
RGB Variations
Color information
#99A469 (or 0x99A469) is known color: Green Smoke. HEX triplet: 99, A4 and 69. RGB value is (153,164,105). Sum of RGB (Red+Green+Blue) = 153+164+105=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #99A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A469 is #665B96. Grayscale: #9A9A9A. Windows color (decimal): -6708119 or 6923417. OLE color: 6923417.
HSL color Cylindrical-coordinate representation of color #99A469: hue angle of 71.19º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A469 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 105 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.36 |
| HSL | 71.19º | 0.24% | 0.53% | - |
| HSV(B) | 71.19º | 0.36% | 0.64% | - |
| XYZ | 28.96 | 34.34 | 18.47 | - |
| YUV | 153.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 105 | 0.07 | 0 | 0.36 | 0.36 | 71.19 | 0.24 | 0.53 |
| Hex | 99 | A4 | 69 | 7 | 0 | 24 | 24 | 47 | 18 | 35 |
| Octal | 231 | 244 | 151 | 7 | 0 | 44 | 44 | 107 | 30 | 65 |
| Binary | 10011001 | 10100100 | 1101001 | 111 | 0 | 100100 | 100100 | 1000111 | 11000 | 110101 |
Color Harmonies of #99A469
Complementary color
Monochromatic Colors of #99A469
Black with #99A469
Text Example
Text Example
White with #99A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A469; }
p { color: rgb(153,164,105); }
H1.HeaderClassName
{
color: #99A469;
}
.AnyTagClassName
{
color: #99A469;
}
</style>
background-color css
<style>
a { background-color: #99A469; }
a { background-color: rgb(153,164,105); }
div.DivClassName
{
background-color: #99A469;
}
.BgClassName
{
background-color: #99A469;
}
</style>
border-color css
<style>
span { border-color: #99A469; }
span { border-color: rgb(153,164,105); }
td.TdClassName
{
border-color: #99A469;
}
.TagClassName
{
border-color: #99A469;
}
</style>