Shades of Green Smoke #9DB360
Tints of Green Smoke #9DB360
RGB
CMYK
RGB Variations
Color information
#9DB360 (or 0x9DB360) is known color: Green Smoke. HEX triplet: 9D, B3 and 60. RGB value is (157,179,96). Sum of RGB (Red+Green+Blue) = 157+179+96=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB360 is #624C9F. Grayscale: #A3A3A3. Windows color (decimal): -6442144 or 6337437. OLE color: 6337437.
HSL color Cylindrical-coordinate representation of color #9DB360: hue angle of 75.9º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DB360 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 96 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.30 |
| HSL | 75.9º | 0.35% | 0.54% | - |
| HSV(B) | 75.9º | 0.46% | 0.7% | - |
| XYZ | 32.14 | 40.25 | 17.14 | - |
| YUV | 162.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 96 | 0.12 | 0 | 0.46 | 0.30 | 75.9 | 0.35 | 0.54 |
| Hex | 9D | B3 | 60 | C | 0 | 2E | 1E | 4C | 23 | 36 |
| Octal | 235 | 263 | 140 | 14 | 0 | 56 | 36 | 114 | 43 | 66 |
| Binary | 10011101 | 10110011 | 1100000 | 1100 | 0 | 101110 | 11110 | 1001100 | 100011 | 110110 |
Color Harmonies of #9DB360
Complementary color
Monochromatic Colors of #9DB360
Black with #9DB360
Text Example
Text Example
White with #9DB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB360; }
p { color: rgb(157,179,96); }
H1.HeaderClassName
{
color: #9DB360;
}
.AnyTagClassName
{
color: #9DB360;
}
</style>
background-color css
<style>
a { background-color: #9DB360; }
a { background-color: rgb(157,179,96); }
div.DivClassName
{
background-color: #9DB360;
}
.BgClassName
{
background-color: #9DB360;
}
</style>
border-color css
<style>
span { border-color: #9DB360; }
span { border-color: rgb(157,179,96); }
td.TdClassName
{
border-color: #9DB360;
}
.TagClassName
{
border-color: #9DB360;
}
</style>