Shades of Green Smoke #9BB365
Tints of Green Smoke #9BB365
RGB
CMYK
RGB Variations
Color information
#9BB365 (or 0x9BB365) is known color: Green Smoke. HEX triplet: 9B, B3 and 65. RGB value is (155,179,101). Sum of RGB (Red+Green+Blue) = 155+179+101=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB365 is #644C9A. Grayscale: #A3A3A3. Windows color (decimal): -6573211 or 6665115. OLE color: 6665115.
HSL color Cylindrical-coordinate representation of color #9BB365: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BB365 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 101 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.30 |
| HSL | 78.46º | 0.34% | 0.55% | - |
| HSV(B) | 78.46º | 0.44% | 0.7% | - |
| XYZ | 31.99 | 40.15 | 18.38 | - |
| YUV | 162.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 101 | 0.13 | 0 | 0.44 | 0.30 | 78.46 | 0.34 | 0.55 |
| Hex | 9B | B3 | 65 | D | 0 | 2C | 1E | 4E | 22 | 37 |
| Octal | 233 | 263 | 145 | 15 | 0 | 54 | 36 | 116 | 42 | 67 |
| Binary | 10011011 | 10110011 | 1100101 | 1101 | 0 | 101100 | 11110 | 1001110 | 100010 | 110111 |
Color Harmonies of #9BB365
Complementary color
Monochromatic Colors of #9BB365
Black with #9BB365
Text Example
Text Example
White with #9BB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB365; }
p { color: rgb(155,179,101); }
H1.HeaderClassName
{
color: #9BB365;
}
.AnyTagClassName
{
color: #9BB365;
}
</style>
background-color css
<style>
a { background-color: #9BB365; }
a { background-color: rgb(155,179,101); }
div.DivClassName
{
background-color: #9BB365;
}
.BgClassName
{
background-color: #9BB365;
}
</style>
border-color css
<style>
span { border-color: #9BB365; }
span { border-color: rgb(155,179,101); }
td.TdClassName
{
border-color: #9BB365;
}
.TagClassName
{
border-color: #9BB365;
}
</style>