Shades of Green Smoke #9DA64D
Tints of Green Smoke #9DA64D
RGB
CMYK
RGB Variations
Color information
#9DA64D (or 0x9DA64D) is known color: Green Smoke. HEX triplet: 9D, A6 and 4D. RGB value is (157,166,77). Sum of RGB (Red+Green+Blue) = 157+166+77=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA64D is #6259B2. Grayscale: #999999. Windows color (decimal): -6445491 or 5088925. OLE color: 5088925.
HSL color Cylindrical-coordinate representation of color #9DA64D: hue angle of 66.07º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DA64D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 77 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.35 |
| HSL | 66.07º | 0.37% | 0.48% | - |
| HSV(B) | 66.07º | 0.54% | 0.65% | - |
| XYZ | 28.88 | 34.98 | 12.25 | - |
| YUV | 153.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 77 | 0.05 | 0 | 0.54 | 0.35 | 66.07 | 0.37 | 0.48 |
| Hex | 9D | A6 | 4D | 5 | 0 | 36 | 23 | 42 | 25 | 30 |
| Octal | 235 | 246 | 115 | 5 | 0 | 66 | 43 | 102 | 45 | 60 |
| Binary | 10011101 | 10100110 | 1001101 | 101 | 0 | 110110 | 100011 | 1000010 | 100101 | 110000 |
Color Harmonies of #9DA64D
Complementary color
Monochromatic Colors of #9DA64D
Black with #9DA64D
Text Example
Text Example
White with #9DA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA64D; }
p { color: rgb(157,166,77); }
H1.HeaderClassName
{
color: #9DA64D;
}
.AnyTagClassName
{
color: #9DA64D;
}
</style>
background-color css
<style>
a { background-color: #9DA64D; }
a { background-color: rgb(157,166,77); }
div.DivClassName
{
background-color: #9DA64D;
}
.BgClassName
{
background-color: #9DA64D;
}
</style>
border-color css
<style>
span { border-color: #9DA64D; }
span { border-color: rgb(157,166,77); }
td.TdClassName
{
border-color: #9DA64D;
}
.TagClassName
{
border-color: #9DA64D;
}
</style>