Shades of Green Smoke #9BA645
Tints of Green Smoke #9BA645
RGB
CMYK
RGB Variations
Color information
#9BA645 (or 0x9BA645) is known color: Green Smoke. HEX triplet: 9B, A6 and 45. RGB value is (155,166,69). Sum of RGB (Red+Green+Blue) = 155+166+69=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA645 is #6459BA. Grayscale: #989898. Windows color (decimal): -6576571 or 4564635. OLE color: 4564635.
HSL color Cylindrical-coordinate representation of color #9BA645: hue angle of 66.8º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BA645 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 69 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.35 |
| HSL | 66.8º | 0.41% | 0.46% | - |
| HSV(B) | 66.8º | 0.58% | 0.65% | - |
| XYZ | 28.23 | 34.67 | 10.83 | - |
| YUV | 151.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 69 | 0.07 | 0 | 0.58 | 0.35 | 66.8 | 0.41 | 0.46 |
| Hex | 9B | A6 | 45 | 7 | 0 | 3A | 23 | 43 | 29 | 2E |
| Octal | 233 | 246 | 105 | 7 | 0 | 72 | 43 | 103 | 51 | 56 |
| Binary | 10011011 | 10100110 | 1000101 | 111 | 0 | 111010 | 100011 | 1000011 | 101001 | 101110 |
Color Harmonies of #9BA645
Complementary color
Monochromatic Colors of #9BA645
Black with #9BA645
Text Example
Text Example
White with #9BA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA645; }
p { color: rgb(155,166,69); }
H1.HeaderClassName
{
color: #9BA645;
}
.AnyTagClassName
{
color: #9BA645;
}
</style>
background-color css
<style>
a { background-color: #9BA645; }
a { background-color: rgb(155,166,69); }
div.DivClassName
{
background-color: #9BA645;
}
.BgClassName
{
background-color: #9BA645;
}
</style>
border-color css
<style>
span { border-color: #9BA645; }
span { border-color: rgb(155,166,69); }
td.TdClassName
{
border-color: #9BA645;
}
.TagClassName
{
border-color: #9BA645;
}
</style>