Shades of Green Smoke #99AC6A
Tints of Green Smoke #99AC6A
RGB
CMYK
RGB Variations
Color information
#99AC6A (or 0x99AC6A) is known color: Green Smoke. HEX triplet: 99, AC and 6A. RGB value is (153,172,106). Sum of RGB (Red+Green+Blue) = 153+172+106=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC6A is #665395. Grayscale: #9F9F9F. Windows color (decimal): -6706070 or 6991001. OLE color: 6991001.
HSL color Cylindrical-coordinate representation of color #99AC6A: hue angle of 77.27º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AC6A is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 106 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.33 |
| HSL | 77.27º | 0.28% | 0.55% | - |
| HSV(B) | 77.27º | 0.38% | 0.67% | - |
| XYZ | 30.49 | 37.32 | 19.23 | - |
| YUV | 158.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 106 | 0.11 | 0 | 0.38 | 0.33 | 77.27 | 0.28 | 0.55 |
| Hex | 99 | AC | 6A | B | 0 | 26 | 21 | 4D | 1C | 37 |
| Octal | 231 | 254 | 152 | 13 | 0 | 46 | 41 | 115 | 34 | 67 |
| Binary | 10011001 | 10101100 | 1101010 | 1011 | 0 | 100110 | 100001 | 1001101 | 11100 | 110111 |
Color Harmonies of #99AC6A
Complementary color
Monochromatic Colors of #99AC6A
Black with #99AC6A
Text Example
Text Example
White with #99AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC6A; }
p { color: rgb(153,172,106); }
H1.HeaderClassName
{
color: #99AC6A;
}
.AnyTagClassName
{
color: #99AC6A;
}
</style>
background-color css
<style>
a { background-color: #99AC6A; }
a { background-color: rgb(153,172,106); }
div.DivClassName
{
background-color: #99AC6A;
}
.BgClassName
{
background-color: #99AC6A;
}
</style>
border-color css
<style>
span { border-color: #99AC6A; }
span { border-color: rgb(153,172,106); }
td.TdClassName
{
border-color: #99AC6A;
}
.TagClassName
{
border-color: #99AC6A;
}
</style>