Shades of Green Smoke #9AA168
Tints of Green Smoke #9AA168
RGB
CMYK
RGB Variations
Color information
#9AA168 (or 0x9AA168) is known color: Green Smoke. HEX triplet: 9A, A1 and 68. RGB value is (154,161,104). Sum of RGB (Red+Green+Blue) = 154+161+104=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA168 is #655E97. Grayscale: #989898. Windows color (decimal): -6643352 or 6857114. OLE color: 6857114.
HSL color Cylindrical-coordinate representation of color #9AA168: hue angle of 67.37º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA168 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 104 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.37 |
| HSL | 67.37º | 0.23% | 0.52% | - |
| HSV(B) | 67.37º | 0.35% | 0.63% | - |
| XYZ | 28.57 | 33.36 | 18.03 | - |
| YUV | 152.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 104 | 0.04 | 0 | 0.35 | 0.37 | 67.37 | 0.23 | 0.52 |
| Hex | 9A | A1 | 68 | 4 | 0 | 23 | 25 | 43 | 17 | 34 |
| Octal | 232 | 241 | 150 | 4 | 0 | 43 | 45 | 103 | 27 | 64 |
| Binary | 10011010 | 10100001 | 1101000 | 100 | 0 | 100011 | 100101 | 1000011 | 10111 | 110100 |
Color Harmonies of #9AA168
Complementary color
Monochromatic Colors of #9AA168
Black with #9AA168
Text Example
Text Example
White with #9AA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA168; }
p { color: rgb(154,161,104); }
H1.HeaderClassName
{
color: #9AA168;
}
.AnyTagClassName
{
color: #9AA168;
}
</style>
background-color css
<style>
a { background-color: #9AA168; }
a { background-color: rgb(154,161,104); }
div.DivClassName
{
background-color: #9AA168;
}
.BgClassName
{
background-color: #9AA168;
}
</style>
border-color css
<style>
span { border-color: #9AA168; }
span { border-color: rgb(154,161,104); }
td.TdClassName
{
border-color: #9AA168;
}
.TagClassName
{
border-color: #9AA168;
}
</style>