Shades of Green Smoke #9BAB6C
Tints of Green Smoke #9BAB6C
RGB
CMYK
RGB Variations
Color information
#9BAB6C (or 0x9BAB6C) is known color: Green Smoke. HEX triplet: 9B, AB and 6C. RGB value is (155,171,108). Sum of RGB (Red+Green+Blue) = 155+171+108=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB6C is #645493. Grayscale: #9F9F9F. Windows color (decimal): -6575252 or 7121819. OLE color: 7121819.
HSL color Cylindrical-coordinate representation of color #9BAB6C: hue angle of 75.24º degrees, saturation: 0.27, 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 #9BAB6C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 108 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.33 |
| HSL | 75.24º | 0.27% | 0.55% | - |
| HSV(B) | 75.24º | 0.37% | 0.67% | - |
| XYZ | 30.79 | 37.18 | 19.74 | - |
| YUV | 159.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 108 | 0.09 | 0 | 0.37 | 0.33 | 75.24 | 0.27 | 0.55 |
| Hex | 9B | AB | 6C | 9 | 0 | 25 | 21 | 4B | 1B | 37 |
| Octal | 233 | 253 | 154 | 11 | 0 | 45 | 41 | 113 | 33 | 67 |
| Binary | 10011011 | 10101011 | 1101100 | 1001 | 0 | 100101 | 100001 | 1001011 | 11011 | 110111 |
Color Harmonies of #9BAB6C
Complementary color
Monochromatic Colors of #9BAB6C
Black with #9BAB6C
Text Example
Text Example
White with #9BAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB6C; }
p { color: rgb(155,171,108); }
H1.HeaderClassName
{
color: #9BAB6C;
}
.AnyTagClassName
{
color: #9BAB6C;
}
</style>
background-color css
<style>
a { background-color: #9BAB6C; }
a { background-color: rgb(155,171,108); }
div.DivClassName
{
background-color: #9BAB6C;
}
.BgClassName
{
background-color: #9BAB6C;
}
</style>
border-color css
<style>
span { border-color: #9BAB6C; }
span { border-color: rgb(155,171,108); }
td.TdClassName
{
border-color: #9BAB6C;
}
.TagClassName
{
border-color: #9BAB6C;
}
</style>