Shades of Green Smoke #9BAA6C
Tints of Green Smoke #9BAA6C
RGB
CMYK
RGB Variations
Color information
#9BAA6C (or 0x9BAA6C) is known color: Green Smoke. HEX triplet: 9B, AA and 6C. RGB value is (155,170,108). Sum of RGB (Red+Green+Blue) = 155+170+108=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA6C is #645593. Grayscale: #9E9E9E. Windows color (decimal): -6575508 or 7121563. OLE color: 7121563.
HSL color Cylindrical-coordinate representation of color #9BAA6C: hue angle of 74.52º 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 #9BAA6C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 108 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.33 |
| HSL | 74.52º | 0.27% | 0.55% | - |
| HSV(B) | 74.52º | 0.36% | 0.67% | - |
| XYZ | 30.6 | 36.8 | 19.68 | - |
| YUV | 158.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 108 | 0.09 | 0 | 0.36 | 0.33 | 74.52 | 0.27 | 0.55 |
| Hex | 9B | AA | 6C | 9 | 0 | 24 | 21 | 4B | 1B | 37 |
| Octal | 233 | 252 | 154 | 11 | 0 | 44 | 41 | 113 | 33 | 67 |
| Binary | 10011011 | 10101010 | 1101100 | 1001 | 0 | 100100 | 100001 | 1001011 | 11011 | 110111 |
Color Harmonies of #9BAA6C
Complementary color
Monochromatic Colors of #9BAA6C
Black with #9BAA6C
Text Example
Text Example
White with #9BAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA6C; }
p { color: rgb(155,170,108); }
H1.HeaderClassName
{
color: #9BAA6C;
}
.AnyTagClassName
{
color: #9BAA6C;
}
</style>
background-color css
<style>
a { background-color: #9BAA6C; }
a { background-color: rgb(155,170,108); }
div.DivClassName
{
background-color: #9BAA6C;
}
.BgClassName
{
background-color: #9BAA6C;
}
</style>
border-color css
<style>
span { border-color: #9BAA6C; }
span { border-color: rgb(155,170,108); }
td.TdClassName
{
border-color: #9BAA6C;
}
.TagClassName
{
border-color: #9BAA6C;
}
</style>