Shades of Green Smoke #9BA76F
Tints of Green Smoke #9BA76F
RGB
CMYK
RGB Variations
Color information
#9BA76F (or 0x9BA76F) is known color: Green Smoke. HEX triplet: 9B, A7 and 6F. RGB value is (155,167,111). Sum of RGB (Red+Green+Blue) = 155+167+111=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA76F is #645890. Grayscale: #9D9D9D. Windows color (decimal): -6576273 or 7317403. OLE color: 7317403.
HSL color Cylindrical-coordinate representation of color #9BA76F: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA76F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 111 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.35 |
| HSL | 72.86º | 0.24% | 0.55% | - |
| HSV(B) | 72.86º | 0.34% | 0.65% | - |
| XYZ | 30.21 | 35.75 | 20.35 | - |
| YUV | 157.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 111 | 0.07 | 0 | 0.34 | 0.35 | 72.86 | 0.24 | 0.55 |
| Hex | 9B | A7 | 6F | 7 | 0 | 22 | 23 | 49 | 18 | 37 |
| Octal | 233 | 247 | 157 | 7 | 0 | 42 | 43 | 111 | 30 | 67 |
| Binary | 10011011 | 10100111 | 1101111 | 111 | 0 | 100010 | 100011 | 1001001 | 11000 | 110111 |
Color Harmonies of #9BA76F
Complementary color
Monochromatic Colors of #9BA76F
Black with #9BA76F
Text Example
Text Example
White with #9BA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA76F; }
p { color: rgb(155,167,111); }
H1.HeaderClassName
{
color: #9BA76F;
}
.AnyTagClassName
{
color: #9BA76F;
}
</style>
background-color css
<style>
a { background-color: #9BA76F; }
a { background-color: rgb(155,167,111); }
div.DivClassName
{
background-color: #9BA76F;
}
.BgClassName
{
background-color: #9BA76F;
}
</style>
border-color css
<style>
span { border-color: #9BA76F; }
span { border-color: rgb(155,167,111); }
td.TdClassName
{
border-color: #9BA76F;
}
.TagClassName
{
border-color: #9BA76F;
}
</style>