Shades of Green Smoke #99A06C
Tints of Green Smoke #99A06C
RGB
CMYK
RGB Variations
Color information
#99A06C (or 0x99A06C) is known color: Green Smoke. HEX triplet: 99, A0 and 6C. RGB value is (153,160,108). Sum of RGB (Red+Green+Blue) = 153+160+108=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #99A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A06C is #665F93. Grayscale: #989898. Windows color (decimal): -6709140 or 7119001. OLE color: 7119001.
HSL color Cylindrical-coordinate representation of color #99A06C: hue angle of 68.08º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A06C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 108 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.37 |
| HSL | 68.08º | 0.21% | 0.53% | - |
| HSV(B) | 68.08º | 0.33% | 0.63% | - |
| XYZ | 28.41 | 33 | 19.06 | - |
| YUV | 151.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 108 | 0.04 | 0 | 0.32 | 0.37 | 68.08 | 0.21 | 0.53 |
| Hex | 99 | A0 | 6C | 4 | 0 | 20 | 25 | 44 | 15 | 35 |
| Octal | 231 | 240 | 154 | 4 | 0 | 40 | 45 | 104 | 25 | 65 |
| Binary | 10011001 | 10100000 | 1101100 | 100 | 0 | 100000 | 100101 | 1000100 | 10101 | 110101 |
Color Harmonies of #99A06C
Complementary color
Monochromatic Colors of #99A06C
Black with #99A06C
Text Example
Text Example
White with #99A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A06C; }
p { color: rgb(153,160,108); }
H1.HeaderClassName
{
color: #99A06C;
}
.AnyTagClassName
{
color: #99A06C;
}
</style>
background-color css
<style>
a { background-color: #99A06C; }
a { background-color: rgb(153,160,108); }
div.DivClassName
{
background-color: #99A06C;
}
.BgClassName
{
background-color: #99A06C;
}
</style>
border-color css
<style>
span { border-color: #99A06C; }
span { border-color: rgb(153,160,108); }
td.TdClassName
{
border-color: #99A06C;
}
.TagClassName
{
border-color: #99A06C;
}
</style>