Shades of Green Smoke #9DAD6C
Tints of Green Smoke #9DAD6C
RGB
CMYK
RGB Variations
Color information
#9DAD6C (or 0x9DAD6C) is known color: Green Smoke. HEX triplet: 9D, AD and 6C. RGB value is (157,173,108). Sum of RGB (Red+Green+Blue) = 157+173+108=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD6C is #625293. Grayscale: #A1A1A1. Windows color (decimal): -6443668 or 7122333. OLE color: 7122333.
HSL color Cylindrical-coordinate representation of color #9DAD6C: hue angle of 74.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAD6C is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 108 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.32 |
| HSL | 74.77º | 0.28% | 0.55% | - |
| HSV(B) | 74.77º | 0.38% | 0.68% | - |
| XYZ | 31.55 | 38.14 | 19.89 | - |
| YUV | 160.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 108 | 0.09 | 0 | 0.38 | 0.32 | 74.77 | 0.28 | 0.55 |
| Hex | 9D | AD | 6C | 9 | 0 | 26 | 20 | 4B | 1C | 37 |
| Octal | 235 | 255 | 154 | 11 | 0 | 46 | 40 | 113 | 34 | 67 |
| Binary | 10011101 | 10101101 | 1101100 | 1001 | 0 | 100110 | 100000 | 1001011 | 11100 | 110111 |
Color Harmonies of #9DAD6C
Complementary color
Monochromatic Colors of #9DAD6C
Black with #9DAD6C
Text Example
Text Example
White with #9DAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD6C; }
p { color: rgb(157,173,108); }
H1.HeaderClassName
{
color: #9DAD6C;
}
.AnyTagClassName
{
color: #9DAD6C;
}
</style>
background-color css
<style>
a { background-color: #9DAD6C; }
a { background-color: rgb(157,173,108); }
div.DivClassName
{
background-color: #9DAD6C;
}
.BgClassName
{
background-color: #9DAD6C;
}
</style>
border-color css
<style>
span { border-color: #9DAD6C; }
span { border-color: rgb(157,173,108); }
td.TdClassName
{
border-color: #9DAD6C;
}
.TagClassName
{
border-color: #9DAD6C;
}
</style>