Shades of Green Smoke #9AAA6F
Tints of Green Smoke #9AAA6F
RGB
CMYK
RGB Variations
Color information
#9AAA6F (or 0x9AAA6F) is known color: Green Smoke. HEX triplet: 9A, AA and 6F. RGB value is (154,170,111). Sum of RGB (Red+Green+Blue) = 154+170+111=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA6F is #655590. Grayscale: #9E9E9E. Windows color (decimal): -6641041 or 7318170. OLE color: 7318170.
HSL color Cylindrical-coordinate representation of color #9AAA6F: hue angle of 76.27º 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 #9AAA6F is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 111 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.33 |
| HSL | 76.27º | 0.26% | 0.55% | - |
| HSV(B) | 76.27º | 0.35% | 0.67% | - |
| XYZ | 30.57 | 36.77 | 20.52 | - |
| YUV | 158.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 111 | 0.09 | 0 | 0.35 | 0.33 | 76.27 | 0.26 | 0.55 |
| Hex | 9A | AA | 6F | 9 | 0 | 23 | 21 | 4C | 1A | 37 |
| Octal | 232 | 252 | 157 | 11 | 0 | 43 | 41 | 114 | 32 | 67 |
| Binary | 10011010 | 10101010 | 1101111 | 1001 | 0 | 100011 | 100001 | 1001100 | 11010 | 110111 |
Color Harmonies of #9AAA6F
Complementary color
Monochromatic Colors of #9AAA6F
Black with #9AAA6F
Text Example
Text Example
White with #9AAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA6F; }
p { color: rgb(154,170,111); }
H1.HeaderClassName
{
color: #9AAA6F;
}
.AnyTagClassName
{
color: #9AAA6F;
}
</style>
background-color css
<style>
a { background-color: #9AAA6F; }
a { background-color: rgb(154,170,111); }
div.DivClassName
{
background-color: #9AAA6F;
}
.BgClassName
{
background-color: #9AAA6F;
}
</style>
border-color css
<style>
span { border-color: #9AAA6F; }
span { border-color: rgb(154,170,111); }
td.TdClassName
{
border-color: #9AAA6F;
}
.TagClassName
{
border-color: #9AAA6F;
}
</style>