Shades of Green Smoke #9BAB6F
Tints of Green Smoke #9BAB6F
RGB
CMYK
RGB Variations
Color information
#9BAB6F (or 0x9BAB6F) is known color: Green Smoke. HEX triplet: 9B, AB and 6F. RGB value is (155,171,111). Sum of RGB (Red+Green+Blue) = 155+171+111=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB6F is #645490. Grayscale: #9F9F9F. Windows color (decimal): -6575249 or 7318427. OLE color: 7318427.
HSL color Cylindrical-coordinate representation of color #9BAB6F: hue angle of 76º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BAB6F is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 111 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.33 |
| HSL | 76º | 0.26% | 0.55% | - |
| HSV(B) | 76º | 0.35% | 0.67% | - |
| XYZ | 30.95 | 37.24 | 20.6 | - |
| YUV | 159.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 111 | 0.09 | 0 | 0.35 | 0.33 | 76 | 0.26 | 0.55 |
| Hex | 9B | AB | 6F | 9 | 0 | 23 | 21 | 4C | 1A | 37 |
| Octal | 233 | 253 | 157 | 11 | 0 | 43 | 41 | 114 | 32 | 67 |
| Binary | 10011011 | 10101011 | 1101111 | 1001 | 0 | 100011 | 100001 | 1001100 | 11010 | 110111 |
Color Harmonies of #9BAB6F
Complementary color
Monochromatic Colors of #9BAB6F
Black with #9BAB6F
Text Example
Text Example
White with #9BAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB6F; }
p { color: rgb(155,171,111); }
H1.HeaderClassName
{
color: #9BAB6F;
}
.AnyTagClassName
{
color: #9BAB6F;
}
</style>
background-color css
<style>
a { background-color: #9BAB6F; }
a { background-color: rgb(155,171,111); }
div.DivClassName
{
background-color: #9BAB6F;
}
.BgClassName
{
background-color: #9BAB6F;
}
</style>
border-color css
<style>
span { border-color: #9BAB6F; }
span { border-color: rgb(155,171,111); }
td.TdClassName
{
border-color: #9BAB6F;
}
.TagClassName
{
border-color: #9BAB6F;
}
</style>