Shades of Green Smoke #9DA16C
Tints of Green Smoke #9DA16C
RGB
CMYK
RGB Variations
Color information
#9DA16C (or 0x9DA16C) is known color: Green Smoke. HEX triplet: 9D, A1 and 6C. RGB value is (157,161,108). Sum of RGB (Red+Green+Blue) = 157+161+108=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA16C is #625E93. Grayscale: #999999. Windows color (decimal): -6446740 or 7119261. OLE color: 7119261.
HSL color Cylindrical-coordinate representation of color #9DA16C: hue angle of 64.53º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA16C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 108 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.37 |
| HSL | 64.53º | 0.22% | 0.53% | - |
| HSV(B) | 64.53º | 0.33% | 0.63% | - |
| XYZ | 29.36 | 33.74 | 19.15 | - |
| YUV | 153.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 108 | 0.02 | 0 | 0.33 | 0.37 | 64.53 | 0.22 | 0.53 |
| Hex | 9D | A1 | 6C | 2 | 0 | 21 | 25 | 41 | 16 | 35 |
| Octal | 235 | 241 | 154 | 2 | 0 | 41 | 45 | 101 | 26 | 65 |
| Binary | 10011101 | 10100001 | 1101100 | 10 | 0 | 100001 | 100101 | 1000001 | 10110 | 110101 |
Color Harmonies of #9DA16C
Complementary color
Monochromatic Colors of #9DA16C
Black with #9DA16C
Text Example
Text Example
White with #9DA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA16C; }
p { color: rgb(157,161,108); }
H1.HeaderClassName
{
color: #9DA16C;
}
.AnyTagClassName
{
color: #9DA16C;
}
</style>
background-color css
<style>
a { background-color: #9DA16C; }
a { background-color: rgb(157,161,108); }
div.DivClassName
{
background-color: #9DA16C;
}
.BgClassName
{
background-color: #9DA16C;
}
</style>
border-color css
<style>
span { border-color: #9DA16C; }
span { border-color: rgb(157,161,108); }
td.TdClassName
{
border-color: #9DA16C;
}
.TagClassName
{
border-color: #9DA16C;
}
</style>