Shades of Green Smoke #99A26C
Tints of Green Smoke #99A26C
RGB
CMYK
RGB Variations
Color information
#99A26C (or 0x99A26C) is known color: Green Smoke. HEX triplet: 99, A2 and 6C. RGB value is (153,162,108). Sum of RGB (Red+Green+Blue) = 153+162+108=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #99A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A26C is #665D93. Grayscale: #999999. Windows color (decimal): -6708628 or 7119513. OLE color: 7119513.
HSL color Cylindrical-coordinate representation of color #99A26C: hue angle of 70º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A26C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 108 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.36 |
| HSL | 70º | 0.23% | 0.53% | - |
| HSV(B) | 70º | 0.33% | 0.64% | - |
| XYZ | 28.76 | 33.7 | 19.18 | - |
| YUV | 153.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 108 | 0.06 | 0 | 0.33 | 0.36 | 70 | 0.23 | 0.53 |
| Hex | 99 | A2 | 6C | 6 | 0 | 21 | 24 | 46 | 16 | 35 |
| Octal | 231 | 242 | 154 | 6 | 0 | 41 | 44 | 106 | 26 | 65 |
| Binary | 10011001 | 10100010 | 1101100 | 110 | 0 | 100001 | 100100 | 1000110 | 10110 | 110101 |
Color Harmonies of #99A26C
Complementary color
Monochromatic Colors of #99A26C
Black with #99A26C
Text Example
Text Example
White with #99A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A26C; }
p { color: rgb(153,162,108); }
H1.HeaderClassName
{
color: #99A26C;
}
.AnyTagClassName
{
color: #99A26C;
}
</style>
background-color css
<style>
a { background-color: #99A26C; }
a { background-color: rgb(153,162,108); }
div.DivClassName
{
background-color: #99A26C;
}
.BgClassName
{
background-color: #99A26C;
}
</style>
border-color css
<style>
span { border-color: #99A26C; }
span { border-color: rgb(153,162,108); }
td.TdClassName
{
border-color: #99A26C;
}
.TagClassName
{
border-color: #99A26C;
}
</style>