Shades of Green Smoke #9BA764
Tints of Green Smoke #9BA764
RGB
CMYK
RGB Variations
Color information
#9BA764 (or 0x9BA764) is known color: Green Smoke. HEX triplet: 9B, A7 and 64. RGB value is (155,167,100). Sum of RGB (Red+Green+Blue) = 155+167+100=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA764 is #64589B. Grayscale: #9C9C9C. Windows color (decimal): -6576284 or 6596507. OLE color: 6596507.
HSL color Cylindrical-coordinate representation of color #9BA764: hue angle of 70.75º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA764 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 100 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.35 |
| HSL | 70.75º | 0.28% | 0.52% | - |
| HSV(B) | 70.75º | 0.4% | 0.65% | - |
| XYZ | 29.64 | 35.53 | 17.35 | - |
| YUV | 155.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 100 | 0.07 | 0 | 0.40 | 0.35 | 70.75 | 0.28 | 0.52 |
| Hex | 9B | A7 | 64 | 7 | 0 | 28 | 23 | 47 | 1C | 34 |
| Octal | 233 | 247 | 144 | 7 | 0 | 50 | 43 | 107 | 34 | 64 |
| Binary | 10011011 | 10100111 | 1100100 | 111 | 0 | 101000 | 100011 | 1000111 | 11100 | 110100 |
Color Harmonies of #9BA764
Complementary color
Monochromatic Colors of #9BA764
Black with #9BA764
Text Example
Text Example
White with #9BA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA764; }
p { color: rgb(155,167,100); }
H1.HeaderClassName
{
color: #9BA764;
}
.AnyTagClassName
{
color: #9BA764;
}
</style>
background-color css
<style>
a { background-color: #9BA764; }
a { background-color: rgb(155,167,100); }
div.DivClassName
{
background-color: #9BA764;
}
.BgClassName
{
background-color: #9BA764;
}
</style>
border-color css
<style>
span { border-color: #9BA764; }
span { border-color: rgb(155,167,100); }
td.TdClassName
{
border-color: #9BA764;
}
.TagClassName
{
border-color: #9BA764;
}
</style>