Shades of Green Smoke #9BA169
Tints of Green Smoke #9BA169
RGB
CMYK
RGB Variations
Color information
#9BA169 (or 0x9BA169) is known color: Green Smoke. HEX triplet: 9B, A1 and 69. RGB value is (155,161,105). Sum of RGB (Red+Green+Blue) = 155+161+105=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA169 is #645E96. Grayscale: #999999. Windows color (decimal): -6577815 or 6922651. OLE color: 6922651.
HSL color Cylindrical-coordinate representation of color #9BA169: hue angle of 66.43º 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 #9BA169 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 105 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.37 |
| HSL | 66.43º | 0.23% | 0.52% | - |
| HSV(B) | 66.43º | 0.35% | 0.63% | - |
| XYZ | 28.81 | 33.48 | 18.31 | - |
| YUV | 152.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 105 | 0.04 | 0 | 0.35 | 0.37 | 66.43 | 0.23 | 0.52 |
| Hex | 9B | A1 | 69 | 4 | 0 | 23 | 25 | 42 | 17 | 34 |
| Octal | 233 | 241 | 151 | 4 | 0 | 43 | 45 | 102 | 27 | 64 |
| Binary | 10011011 | 10100001 | 1101001 | 100 | 0 | 100011 | 100101 | 1000010 | 10111 | 110100 |
Color Harmonies of #9BA169
Complementary color
Monochromatic Colors of #9BA169
Black with #9BA169
Text Example
Text Example
White with #9BA169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA169; }
p { color: rgb(155,161,105); }
H1.HeaderClassName
{
color: #9BA169;
}
.AnyTagClassName
{
color: #9BA169;
}
</style>
background-color css
<style>
a { background-color: #9BA169; }
a { background-color: rgb(155,161,105); }
div.DivClassName
{
background-color: #9BA169;
}
.BgClassName
{
background-color: #9BA169;
}
</style>
border-color css
<style>
span { border-color: #9BA169; }
span { border-color: rgb(155,161,105); }
td.TdClassName
{
border-color: #9BA169;
}
.TagClassName
{
border-color: #9BA169;
}
</style>