Shades of Green Smoke #99AB6B
Tints of Green Smoke #99AB6B
RGB
CMYK
RGB Variations
Color information
#99AB6B (or 0x99AB6B) is known color: Green Smoke. HEX triplet: 99, AB and 6B. RGB value is (153,171,107). Sum of RGB (Red+Green+Blue) = 153+171+107=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB6B is #665494. Grayscale: #9E9E9E. Windows color (decimal): -6706325 or 7056281. OLE color: 7056281.
HSL color Cylindrical-coordinate representation of color #99AB6B: hue angle of 76.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99AB6B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 107 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.33 |
| HSL | 76.88º | 0.28% | 0.55% | - |
| HSV(B) | 76.88º | 0.37% | 0.67% | - |
| XYZ | 30.35 | 36.96 | 19.44 | - |
| YUV | 158.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 107 | 0.11 | 0 | 0.37 | 0.33 | 76.88 | 0.28 | 0.55 |
| Hex | 99 | AB | 6B | B | 0 | 25 | 21 | 4D | 1C | 37 |
| Octal | 231 | 253 | 153 | 13 | 0 | 45 | 41 | 115 | 34 | 67 |
| Binary | 10011001 | 10101011 | 1101011 | 1011 | 0 | 100101 | 100001 | 1001101 | 11100 | 110111 |
Color Harmonies of #99AB6B
Complementary color
Monochromatic Colors of #99AB6B
Black with #99AB6B
Text Example
Text Example
White with #99AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB6B; }
p { color: rgb(153,171,107); }
H1.HeaderClassName
{
color: #99AB6B;
}
.AnyTagClassName
{
color: #99AB6B;
}
</style>
background-color css
<style>
a { background-color: #99AB6B; }
a { background-color: rgb(153,171,107); }
div.DivClassName
{
background-color: #99AB6B;
}
.BgClassName
{
background-color: #99AB6B;
}
</style>
border-color css
<style>
span { border-color: #99AB6B; }
span { border-color: rgb(153,171,107); }
td.TdClassName
{
border-color: #99AB6B;
}
.TagClassName
{
border-color: #99AB6B;
}
</style>