Shades of Green Smoke #9BA66F
Tints of Green Smoke #9BA66F
RGB
CMYK
RGB Variations
Color information
#9BA66F (or 0x9BA66F) is known color: Green Smoke. HEX triplet: 9B, A6 and 6F. RGB value is (155,166,111). Sum of RGB (Red+Green+Blue) = 155+166+111=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA66F is #645990. Grayscale: #9C9C9C. Windows color (decimal): -6576529 or 7317147. OLE color: 7317147.
HSL color Cylindrical-coordinate representation of color #9BA66F: hue angle of 72º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA66F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 111 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.35 |
| HSL | 72º | 0.24% | 0.54% | - |
| HSV(B) | 72º | 0.33% | 0.65% | - |
| XYZ | 30.02 | 35.39 | 20.29 | - |
| YUV | 156.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 111 | 0.07 | 0 | 0.33 | 0.35 | 72 | 0.24 | 0.54 |
| Hex | 9B | A6 | 6F | 7 | 0 | 21 | 23 | 48 | 18 | 36 |
| Octal | 233 | 246 | 157 | 7 | 0 | 41 | 43 | 110 | 30 | 66 |
| Binary | 10011011 | 10100110 | 1101111 | 111 | 0 | 100001 | 100011 | 1001000 | 11000 | 110110 |
Color Harmonies of #9BA66F
Complementary color
Monochromatic Colors of #9BA66F
Black with #9BA66F
Text Example
Text Example
White with #9BA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA66F; }
p { color: rgb(155,166,111); }
H1.HeaderClassName
{
color: #9BA66F;
}
.AnyTagClassName
{
color: #9BA66F;
}
</style>
background-color css
<style>
a { background-color: #9BA66F; }
a { background-color: rgb(155,166,111); }
div.DivClassName
{
background-color: #9BA66F;
}
.BgClassName
{
background-color: #9BA66F;
}
</style>
border-color css
<style>
span { border-color: #9BA66F; }
span { border-color: rgb(155,166,111); }
td.TdClassName
{
border-color: #9BA66F;
}
.TagClassName
{
border-color: #9BA66F;
}
</style>