Shades of Green Smoke #9BAC65
Tints of Green Smoke #9BAC65
RGB
CMYK
RGB Variations
Color information
#9BAC65 (or 0x9BAC65) is known color: Green Smoke. HEX triplet: 9B, AC and 65. RGB value is (155,172,101). Sum of RGB (Red+Green+Blue) = 155+172+101=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC65 is #64539A. Grayscale: #9F9F9F. Windows color (decimal): -6575003 or 6663323. OLE color: 6663323.
HSL color Cylindrical-coordinate representation of color #9BAC65: hue angle of 74.37º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BAC65 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 101 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.33 |
| HSL | 74.37º | 0.3% | 0.54% | - |
| HSV(B) | 74.37º | 0.41% | 0.67% | - |
| XYZ | 30.62 | 37.41 | 17.92 | - |
| YUV | 158.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 101 | 0.10 | 0 | 0.41 | 0.33 | 74.37 | 0.3 | 0.54 |
| Hex | 9B | AC | 65 | A | 0 | 29 | 21 | 4A | 1E | 36 |
| Octal | 233 | 254 | 145 | 12 | 0 | 51 | 41 | 112 | 36 | 66 |
| Binary | 10011011 | 10101100 | 1100101 | 1010 | 0 | 101001 | 100001 | 1001010 | 11110 | 110110 |
Color Harmonies of #9BAC65
Complementary color
Monochromatic Colors of #9BAC65
Black with #9BAC65
Text Example
Text Example
White with #9BAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC65; }
p { color: rgb(155,172,101); }
H1.HeaderClassName
{
color: #9BAC65;
}
.AnyTagClassName
{
color: #9BAC65;
}
</style>
background-color css
<style>
a { background-color: #9BAC65; }
a { background-color: rgb(155,172,101); }
div.DivClassName
{
background-color: #9BAC65;
}
.BgClassName
{
background-color: #9BAC65;
}
</style>
border-color css
<style>
span { border-color: #9BAC65; }
span { border-color: rgb(155,172,101); }
td.TdClassName
{
border-color: #9BAC65;
}
.TagClassName
{
border-color: #9BAC65;
}
</style>