Shades of Green Smoke #9AAB64
Tints of Green Smoke #9AAB64
RGB
CMYK
RGB Variations
Color information
#9AAB64 (or 0x9AAB64) is known color: Green Smoke. HEX triplet: 9A, AB and 64. RGB value is (154,171,100). Sum of RGB (Red+Green+Blue) = 154+171+100=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB64 is #65549B. Grayscale: #9E9E9E. Windows color (decimal): -6640796 or 6597530. OLE color: 6597530.
HSL color Cylindrical-coordinate representation of color #9AAB64: hue angle of 74.37º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AAB64 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 100 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.33 |
| HSL | 74.37º | 0.3% | 0.53% | - |
| HSV(B) | 74.37º | 0.42% | 0.67% | - |
| XYZ | 30.19 | 36.92 | 17.59 | - |
| YUV | 157.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 100 | 0.10 | 0 | 0.42 | 0.33 | 74.37 | 0.3 | 0.53 |
| Hex | 9A | AB | 64 | A | 0 | 2A | 21 | 4A | 1E | 35 |
| Octal | 232 | 253 | 144 | 12 | 0 | 52 | 41 | 112 | 36 | 65 |
| Binary | 10011010 | 10101011 | 1100100 | 1010 | 0 | 101010 | 100001 | 1001010 | 11110 | 110101 |
Color Harmonies of #9AAB64
Complementary color
Monochromatic Colors of #9AAB64
Black with #9AAB64
Text Example
Text Example
White with #9AAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB64; }
p { color: rgb(154,171,100); }
H1.HeaderClassName
{
color: #9AAB64;
}
.AnyTagClassName
{
color: #9AAB64;
}
</style>
background-color css
<style>
a { background-color: #9AAB64; }
a { background-color: rgb(154,171,100); }
div.DivClassName
{
background-color: #9AAB64;
}
.BgClassName
{
background-color: #9AAB64;
}
</style>
border-color css
<style>
span { border-color: #9AAB64; }
span { border-color: rgb(154,171,100); }
td.TdClassName
{
border-color: #9AAB64;
}
.TagClassName
{
border-color: #9AAB64;
}
</style>