Shades of Green Smoke #99AB6A
Tints of Green Smoke #99AB6A
RGB
CMYK
RGB Variations
Color information
#99AB6A (or 0x99AB6A) is known color: Green Smoke. HEX triplet: 99, AB and 6A. RGB value is (153,171,106). Sum of RGB (Red+Green+Blue) = 153+171+106=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB6A is #665495. Grayscale: #9E9E9E. Windows color (decimal): -6706326 or 6990745. OLE color: 6990745.
HSL color Cylindrical-coordinate representation of color #99AB6A: hue angle of 76.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AB6A is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 106 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.33 |
| HSL | 76.62º | 0.28% | 0.54% | - |
| HSV(B) | 76.62º | 0.38% | 0.67% | - |
| XYZ | 30.3 | 36.94 | 19.17 | - |
| YUV | 158.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 106 | 0.11 | 0 | 0.38 | 0.33 | 76.62 | 0.28 | 0.54 |
| Hex | 99 | AB | 6A | B | 0 | 26 | 21 | 4D | 1C | 36 |
| Octal | 231 | 253 | 152 | 13 | 0 | 46 | 41 | 115 | 34 | 66 |
| Binary | 10011001 | 10101011 | 1101010 | 1011 | 0 | 100110 | 100001 | 1001101 | 11100 | 110110 |
Color Harmonies of #99AB6A
Complementary color
Monochromatic Colors of #99AB6A
Black with #99AB6A
Text Example
Text Example
White with #99AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB6A; }
p { color: rgb(153,171,106); }
H1.HeaderClassName
{
color: #99AB6A;
}
.AnyTagClassName
{
color: #99AB6A;
}
</style>
background-color css
<style>
a { background-color: #99AB6A; }
a { background-color: rgb(153,171,106); }
div.DivClassName
{
background-color: #99AB6A;
}
.BgClassName
{
background-color: #99AB6A;
}
</style>
border-color css
<style>
span { border-color: #99AB6A; }
span { border-color: rgb(153,171,106); }
td.TdClassName
{
border-color: #99AB6A;
}
.TagClassName
{
border-color: #99AB6A;
}
</style>