Shades of Green Smoke #9DA66C
Tints of Green Smoke #9DA66C
RGB
CMYK
RGB Variations
Color information
#9DA66C (or 0x9DA66C) is known color: Green Smoke. HEX triplet: 9D, A6 and 6C. RGB value is (157,166,108). Sum of RGB (Red+Green+Blue) = 157+166+108=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA66C is #625993. Grayscale: #9C9C9C. Windows color (decimal): -6445460 or 7120541. OLE color: 7120541.
HSL color Cylindrical-coordinate representation of color #9DA66C: hue angle of 69.31º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DA66C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 108 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.35 |
| HSL | 69.31º | 0.25% | 0.54% | - |
| HSV(B) | 69.31º | 0.35% | 0.65% | - |
| XYZ | 30.25 | 35.52 | 19.45 | - |
| YUV | 156.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 108 | 0.05 | 0 | 0.35 | 0.35 | 69.31 | 0.25 | 0.54 |
| Hex | 9D | A6 | 6C | 5 | 0 | 23 | 23 | 45 | 19 | 36 |
| Octal | 235 | 246 | 154 | 5 | 0 | 43 | 43 | 105 | 31 | 66 |
| Binary | 10011101 | 10100110 | 1101100 | 101 | 0 | 100011 | 100011 | 1000101 | 11001 | 110110 |
Color Harmonies of #9DA66C
Complementary color
Monochromatic Colors of #9DA66C
Black with #9DA66C
Text Example
Text Example
White with #9DA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA66C; }
p { color: rgb(157,166,108); }
H1.HeaderClassName
{
color: #9DA66C;
}
.AnyTagClassName
{
color: #9DA66C;
}
</style>
background-color css
<style>
a { background-color: #9DA66C; }
a { background-color: rgb(157,166,108); }
div.DivClassName
{
background-color: #9DA66C;
}
.BgClassName
{
background-color: #9DA66C;
}
</style>
border-color css
<style>
span { border-color: #9DA66C; }
span { border-color: rgb(157,166,108); }
td.TdClassName
{
border-color: #9DA66C;
}
.TagClassName
{
border-color: #9DA66C;
}
</style>