Shades of Green Smoke #9BAC6C
Tints of Green Smoke #9BAC6C
RGB
CMYK
RGB Variations
Color information
#9BAC6C (or 0x9BAC6C) is known color: Green Smoke. HEX triplet: 9B, AC and 6C. RGB value is (155,172,108). Sum of RGB (Red+Green+Blue) = 155+172+108=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC6C is #645393. Grayscale: #9F9F9F. Windows color (decimal): -6574996 or 7122075. OLE color: 7122075.
HSL color Cylindrical-coordinate representation of color #9BAC6C: hue angle of 75.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BAC6C is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 108 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.33 |
| HSL | 75.94º | 0.28% | 0.55% | - |
| HSV(B) | 75.94º | 0.37% | 0.67% | - |
| XYZ | 30.98 | 37.56 | 19.8 | - |
| YUV | 159.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 108 | 0.10 | 0 | 0.37 | 0.33 | 75.94 | 0.28 | 0.55 |
| Hex | 9B | AC | 6C | A | 0 | 25 | 21 | 4C | 1C | 37 |
| Octal | 233 | 254 | 154 | 12 | 0 | 45 | 41 | 114 | 34 | 67 |
| Binary | 10011011 | 10101100 | 1101100 | 1010 | 0 | 100101 | 100001 | 1001100 | 11100 | 110111 |
Color Harmonies of #9BAC6C
Complementary color
Monochromatic Colors of #9BAC6C
Black with #9BAC6C
Text Example
Text Example
White with #9BAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC6C; }
p { color: rgb(155,172,108); }
H1.HeaderClassName
{
color: #9BAC6C;
}
.AnyTagClassName
{
color: #9BAC6C;
}
</style>
background-color css
<style>
a { background-color: #9BAC6C; }
a { background-color: rgb(155,172,108); }
div.DivClassName
{
background-color: #9BAC6C;
}
.BgClassName
{
background-color: #9BAC6C;
}
</style>
border-color css
<style>
span { border-color: #9BAC6C; }
span { border-color: rgb(155,172,108); }
td.TdClassName
{
border-color: #9BAC6C;
}
.TagClassName
{
border-color: #9BAC6C;
}
</style>