Shades of Green Smoke #9BA66D
Tints of Green Smoke #9BA66D
RGB
CMYK
RGB Variations
Color information
#9BA66D (or 0x9BA66D) is known color: Green Smoke. HEX triplet: 9B, A6 and 6D. RGB value is (155,166,109). Sum of RGB (Red+Green+Blue) = 155+166+109=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA66D is #645992. Grayscale: #9C9C9C. Windows color (decimal): -6576531 or 7186075. OLE color: 7186075.
HSL color Cylindrical-coordinate representation of color #9BA66D: hue angle of 71.58º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA66D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 109 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.35 |
| HSL | 71.58º | 0.24% | 0.54% | - |
| HSV(B) | 71.58º | 0.34% | 0.65% | - |
| XYZ | 29.91 | 35.35 | 19.71 | - |
| YUV | 156.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 109 | 0.07 | 0 | 0.34 | 0.35 | 71.58 | 0.24 | 0.54 |
| Hex | 9B | A6 | 6D | 7 | 0 | 22 | 23 | 48 | 18 | 36 |
| Octal | 233 | 246 | 155 | 7 | 0 | 42 | 43 | 110 | 30 | 66 |
| Binary | 10011011 | 10100110 | 1101101 | 111 | 0 | 100010 | 100011 | 1001000 | 11000 | 110110 |
Color Harmonies of #9BA66D
Complementary color
Monochromatic Colors of #9BA66D
Black with #9BA66D
Text Example
Text Example
White with #9BA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA66D; }
p { color: rgb(155,166,109); }
H1.HeaderClassName
{
color: #9BA66D;
}
.AnyTagClassName
{
color: #9BA66D;
}
</style>
background-color css
<style>
a { background-color: #9BA66D; }
a { background-color: rgb(155,166,109); }
div.DivClassName
{
background-color: #9BA66D;
}
.BgClassName
{
background-color: #9BA66D;
}
</style>
border-color css
<style>
span { border-color: #9BA66D; }
span { border-color: rgb(155,166,109); }
td.TdClassName
{
border-color: #9BA66D;
}
.TagClassName
{
border-color: #9BA66D;
}
</style>