Shades of Green Smoke #9BA66A
Tints of Green Smoke #9BA66A
RGB
CMYK
RGB Variations
Color information
#9BA66A (or 0x9BA66A) is known color: Green Smoke. HEX triplet: 9B, A6 and 6A. RGB value is (155,166,106). Sum of RGB (Red+Green+Blue) = 155+166+106=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA66A is #645995. Grayscale: #9C9C9C. Windows color (decimal): -6576534 or 6989467. OLE color: 6989467.
HSL color Cylindrical-coordinate representation of color #9BA66A: hue angle of 71º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA66A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 106 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.35 |
| HSL | 71º | 0.25% | 0.53% | - |
| HSV(B) | 71º | 0.36% | 0.65% | - |
| XYZ | 29.76 | 35.28 | 18.88 | - |
| YUV | 155.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 106 | 0.07 | 0 | 0.36 | 0.35 | 71 | 0.25 | 0.53 |
| Hex | 9B | A6 | 6A | 7 | 0 | 24 | 23 | 47 | 19 | 35 |
| Octal | 233 | 246 | 152 | 7 | 0 | 44 | 43 | 107 | 31 | 65 |
| Binary | 10011011 | 10100110 | 1101010 | 111 | 0 | 100100 | 100011 | 1000111 | 11001 | 110101 |
Color Harmonies of #9BA66A
Complementary color
Monochromatic Colors of #9BA66A
Black with #9BA66A
Text Example
Text Example
White with #9BA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA66A; }
p { color: rgb(155,166,106); }
H1.HeaderClassName
{
color: #9BA66A;
}
.AnyTagClassName
{
color: #9BA66A;
}
</style>
background-color css
<style>
a { background-color: #9BA66A; }
a { background-color: rgb(155,166,106); }
div.DivClassName
{
background-color: #9BA66A;
}
.BgClassName
{
background-color: #9BA66A;
}
</style>
border-color css
<style>
span { border-color: #9BA66A; }
span { border-color: rgb(155,166,106); }
td.TdClassName
{
border-color: #9BA66A;
}
.TagClassName
{
border-color: #9BA66A;
}
</style>