Shades of Green Smoke #9BA66C
Tints of Green Smoke #9BA66C
RGB
CMYK
RGB Variations
Color information
#9BA66C (or 0x9BA66C) is known color: Green Smoke. HEX triplet: 9B, A6 and 6C. RGB value is (155,166,108). Sum of RGB (Red+Green+Blue) = 155+166+108=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA66C is #645993. Grayscale: #9C9C9C. Windows color (decimal): -6576532 or 7120539. OLE color: 7120539.
HSL color Cylindrical-coordinate representation of color #9BA66C: hue angle of 71.38º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA66C is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 108 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.35 |
| HSL | 71.38º | 0.25% | 0.54% | - |
| HSV(B) | 71.38º | 0.35% | 0.65% | - |
| XYZ | 29.86 | 35.32 | 19.43 | - |
| YUV | 156.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 108 | 0.07 | 0 | 0.35 | 0.35 | 71.38 | 0.25 | 0.54 |
| Hex | 9B | A6 | 6C | 7 | 0 | 23 | 23 | 47 | 19 | 36 |
| Octal | 233 | 246 | 154 | 7 | 0 | 43 | 43 | 107 | 31 | 66 |
| Binary | 10011011 | 10100110 | 1101100 | 111 | 0 | 100011 | 100011 | 1000111 | 11001 | 110110 |
Color Harmonies of #9BA66C
Complementary color
Monochromatic Colors of #9BA66C
Black with #9BA66C
Text Example
Text Example
White with #9BA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA66C; }
p { color: rgb(155,166,108); }
H1.HeaderClassName
{
color: #9BA66C;
}
.AnyTagClassName
{
color: #9BA66C;
}
</style>
background-color css
<style>
a { background-color: #9BA66C; }
a { background-color: rgb(155,166,108); }
div.DivClassName
{
background-color: #9BA66C;
}
.BgClassName
{
background-color: #9BA66C;
}
</style>
border-color css
<style>
span { border-color: #9BA66C; }
span { border-color: rgb(155,166,108); }
td.TdClassName
{
border-color: #9BA66C;
}
.TagClassName
{
border-color: #9BA66C;
}
</style>