Shades of Green Smoke #99AB6F
Tints of Green Smoke #99AB6F
RGB
CMYK
RGB Variations
Color information
#99AB6F (or 0x99AB6F) is known color: Green Smoke. HEX triplet: 99, AB and 6F. RGB value is (153,171,111). Sum of RGB (Red+Green+Blue) = 153+171+111=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB6F is #665490. Grayscale: #9F9F9F. Windows color (decimal): -6706321 or 7318425. OLE color: 7318425.
HSL color Cylindrical-coordinate representation of color #99AB6F: hue angle of 78º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AB6F is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 111 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.33 |
| HSL | 78º | 0.26% | 0.55% | - |
| HSV(B) | 78º | 0.35% | 0.67% | - |
| XYZ | 30.57 | 37.05 | 20.58 | - |
| YUV | 158.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 111 | 0.11 | 0 | 0.35 | 0.33 | 78 | 0.26 | 0.55 |
| Hex | 99 | AB | 6F | B | 0 | 23 | 21 | 4E | 1A | 37 |
| Octal | 231 | 253 | 157 | 13 | 0 | 43 | 41 | 116 | 32 | 67 |
| Binary | 10011001 | 10101011 | 1101111 | 1011 | 0 | 100011 | 100001 | 1001110 | 11010 | 110111 |
Color Harmonies of #99AB6F
Complementary color
Monochromatic Colors of #99AB6F
Black with #99AB6F
Text Example
Text Example
White with #99AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB6F; }
p { color: rgb(153,171,111); }
H1.HeaderClassName
{
color: #99AB6F;
}
.AnyTagClassName
{
color: #99AB6F;
}
</style>
background-color css
<style>
a { background-color: #99AB6F; }
a { background-color: rgb(153,171,111); }
div.DivClassName
{
background-color: #99AB6F;
}
.BgClassName
{
background-color: #99AB6F;
}
</style>
border-color css
<style>
span { border-color: #99AB6F; }
span { border-color: rgb(153,171,111); }
td.TdClassName
{
border-color: #99AB6F;
}
.TagClassName
{
border-color: #99AB6F;
}
</style>