Shades of Green Smoke #9DA670
Tints of Green Smoke #9DA670
RGB
CMYK
RGB Variations
Color information
#9DA670 (or 0x9DA670) is known color: Green Smoke. HEX triplet: 9D, A6 and 70. RGB value is (157,166,112). Sum of RGB (Red+Green+Blue) = 157+166+112=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA670 is #62598F. Grayscale: #9D9D9D. Windows color (decimal): -6445456 or 7382685. OLE color: 7382685.
HSL color Cylindrical-coordinate representation of color #9DA670: hue angle of 70º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA670 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 112 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.35 |
| HSL | 70º | 0.23% | 0.55% | - |
| HSV(B) | 70º | 0.33% | 0.65% | - |
| XYZ | 30.47 | 35.61 | 20.6 | - |
| YUV | 157.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 112 | 0.05 | 0 | 0.33 | 0.35 | 70 | 0.23 | 0.55 |
| Hex | 9D | A6 | 70 | 5 | 0 | 21 | 23 | 46 | 17 | 37 |
| Octal | 235 | 246 | 160 | 5 | 0 | 41 | 43 | 106 | 27 | 67 |
| Binary | 10011101 | 10100110 | 1110000 | 101 | 0 | 100001 | 100011 | 1000110 | 10111 | 110111 |
Color Harmonies of #9DA670
Complementary color
Monochromatic Colors of #9DA670
Black with #9DA670
Text Example
Text Example
White with #9DA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA670; }
p { color: rgb(157,166,112); }
H1.HeaderClassName
{
color: #9DA670;
}
.AnyTagClassName
{
color: #9DA670;
}
</style>
background-color css
<style>
a { background-color: #9DA670; }
a { background-color: rgb(157,166,112); }
div.DivClassName
{
background-color: #9DA670;
}
.BgClassName
{
background-color: #9DA670;
}
</style>
border-color css
<style>
span { border-color: #9DA670; }
span { border-color: rgb(157,166,112); }
td.TdClassName
{
border-color: #9DA670;
}
.TagClassName
{
border-color: #9DA670;
}
</style>