Shades of Green Smoke #9BAB6D
Tints of Green Smoke #9BAB6D
RGB
CMYK
RGB Variations
Color information
#9BAB6D (or 0x9BAB6D) is known color: Green Smoke. HEX triplet: 9B, AB and 6D. RGB value is (155,171,109). Sum of RGB (Red+Green+Blue) = 155+171+109=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB6D is #645492. Grayscale: #9F9F9F. Windows color (decimal): -6575251 or 7187355. OLE color: 7187355.
HSL color Cylindrical-coordinate representation of color #9BAB6D: hue angle of 75.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAB6D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 109 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.33 |
| HSL | 75.48º | 0.27% | 0.55% | - |
| HSV(B) | 75.48º | 0.36% | 0.67% | - |
| XYZ | 30.84 | 37.2 | 20.02 | - |
| YUV | 159.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 109 | 0.09 | 0 | 0.36 | 0.33 | 75.48 | 0.27 | 0.55 |
| Hex | 9B | AB | 6D | 9 | 0 | 24 | 21 | 4B | 1B | 37 |
| Octal | 233 | 253 | 155 | 11 | 0 | 44 | 41 | 113 | 33 | 67 |
| Binary | 10011011 | 10101011 | 1101101 | 1001 | 0 | 100100 | 100001 | 1001011 | 11011 | 110111 |
Color Harmonies of #9BAB6D
Complementary color
Monochromatic Colors of #9BAB6D
Black with #9BAB6D
Text Example
Text Example
White with #9BAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB6D; }
p { color: rgb(155,171,109); }
H1.HeaderClassName
{
color: #9BAB6D;
}
.AnyTagClassName
{
color: #9BAB6D;
}
</style>
background-color css
<style>
a { background-color: #9BAB6D; }
a { background-color: rgb(155,171,109); }
div.DivClassName
{
background-color: #9BAB6D;
}
.BgClassName
{
background-color: #9BAB6D;
}
</style>
border-color css
<style>
span { border-color: #9BAB6D; }
span { border-color: rgb(155,171,109); }
td.TdClassName
{
border-color: #9BAB6D;
}
.TagClassName
{
border-color: #9BAB6D;
}
</style>