Shades of Green Smoke #9BA76D
Tints of Green Smoke #9BA76D
RGB
CMYK
RGB Variations
Color information
#9BA76D (or 0x9BA76D) is known color: Green Smoke. HEX triplet: 9B, A7 and 6D. RGB value is (155,167,109). Sum of RGB (Red+Green+Blue) = 155+167+109=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA76D is #645892. Grayscale: #9D9D9D. Windows color (decimal): -6576275 or 7186331. OLE color: 7186331.
HSL color Cylindrical-coordinate representation of color #9BA76D: hue angle of 72.41º 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 #9BA76D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 109 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.35 |
| HSL | 72.41º | 0.25% | 0.54% | - |
| HSV(B) | 72.41º | 0.35% | 0.65% | - |
| XYZ | 30.1 | 35.71 | 19.77 | - |
| YUV | 156.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 109 | 0.07 | 0 | 0.35 | 0.35 | 72.41 | 0.25 | 0.54 |
| Hex | 9B | A7 | 6D | 7 | 0 | 23 | 23 | 48 | 19 | 36 |
| Octal | 233 | 247 | 155 | 7 | 0 | 43 | 43 | 110 | 31 | 66 |
| Binary | 10011011 | 10100111 | 1101101 | 111 | 0 | 100011 | 100011 | 1001000 | 11001 | 110110 |
Color Harmonies of #9BA76D
Complementary color
Monochromatic Colors of #9BA76D
Black with #9BA76D
Text Example
Text Example
White with #9BA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA76D; }
p { color: rgb(155,167,109); }
H1.HeaderClassName
{
color: #9BA76D;
}
.AnyTagClassName
{
color: #9BA76D;
}
</style>
background-color css
<style>
a { background-color: #9BA76D; }
a { background-color: rgb(155,167,109); }
div.DivClassName
{
background-color: #9BA76D;
}
.BgClassName
{
background-color: #9BA76D;
}
</style>
border-color css
<style>
span { border-color: #9BA76D; }
span { border-color: rgb(155,167,109); }
td.TdClassName
{
border-color: #9BA76D;
}
.TagClassName
{
border-color: #9BA76D;
}
</style>