Shades of Green Smoke #9AAB70
Tints of Green Smoke #9AAB70
RGB
CMYK
RGB Variations
Color information
#9AAB70 (or 0x9AAB70) is known color: Green Smoke. HEX triplet: 9A, AB and 70. RGB value is (154,171,112). Sum of RGB (Red+Green+Blue) = 154+171+112=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB70 is #65548F. Grayscale: #9F9F9F. Windows color (decimal): -6640784 or 7383962. OLE color: 7383962.
HSL color Cylindrical-coordinate representation of color #9AAB70: hue angle of 77.29º 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 #9AAB70 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 112 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.33 |
| HSL | 77.29º | 0.26% | 0.55% | - |
| HSV(B) | 77.29º | 0.35% | 0.67% | - |
| XYZ | 30.81 | 37.17 | 20.88 | - |
| YUV | 159.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 112 | 0.10 | 0 | 0.35 | 0.33 | 77.29 | 0.26 | 0.55 |
| Hex | 9A | AB | 70 | A | 0 | 23 | 21 | 4D | 1A | 37 |
| Octal | 232 | 253 | 160 | 12 | 0 | 43 | 41 | 115 | 32 | 67 |
| Binary | 10011010 | 10101011 | 1110000 | 1010 | 0 | 100011 | 100001 | 1001101 | 11010 | 110111 |
Color Harmonies of #9AAB70
Complementary color
Monochromatic Colors of #9AAB70
Black with #9AAB70
Text Example
Text Example
White with #9AAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB70; }
p { color: rgb(154,171,112); }
H1.HeaderClassName
{
color: #9AAB70;
}
.AnyTagClassName
{
color: #9AAB70;
}
</style>
background-color css
<style>
a { background-color: #9AAB70; }
a { background-color: rgb(154,171,112); }
div.DivClassName
{
background-color: #9AAB70;
}
.BgClassName
{
background-color: #9AAB70;
}
</style>
border-color css
<style>
span { border-color: #9AAB70; }
span { border-color: rgb(154,171,112); }
td.TdClassName
{
border-color: #9AAB70;
}
.TagClassName
{
border-color: #9AAB70;
}
</style>