Shades of Green Smoke #9DA56D
Tints of Green Smoke #9DA56D
RGB
CMYK
RGB Variations
Color information
#9DA56D (or 0x9DA56D) is known color: Green Smoke. HEX triplet: 9D, A5 and 6D. RGB value is (157,165,109). Sum of RGB (Red+Green+Blue) = 157+165+109=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA56D is #625A92. Grayscale: #9C9C9C. Windows color (decimal): -6445715 or 7185821. OLE color: 7185821.
HSL color Cylindrical-coordinate representation of color #9DA56D: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA56D is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 109 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.35 |
| HSL | 68.57º | 0.24% | 0.54% | - |
| HSV(B) | 68.57º | 0.34% | 0.65% | - |
| XYZ | 30.12 | 35.18 | 19.67 | - |
| YUV | 156.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 109 | 0.05 | 0 | 0.34 | 0.35 | 68.57 | 0.24 | 0.54 |
| Hex | 9D | A5 | 6D | 5 | 0 | 22 | 23 | 45 | 18 | 36 |
| Octal | 235 | 245 | 155 | 5 | 0 | 42 | 43 | 105 | 30 | 66 |
| Binary | 10011101 | 10100101 | 1101101 | 101 | 0 | 100010 | 100011 | 1000101 | 11000 | 110110 |
Color Harmonies of #9DA56D
Complementary color
Monochromatic Colors of #9DA56D
Black with #9DA56D
Text Example
Text Example
White with #9DA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA56D; }
p { color: rgb(157,165,109); }
H1.HeaderClassName
{
color: #9DA56D;
}
.AnyTagClassName
{
color: #9DA56D;
}
</style>
background-color css
<style>
a { background-color: #9DA56D; }
a { background-color: rgb(157,165,109); }
div.DivClassName
{
background-color: #9DA56D;
}
.BgClassName
{
background-color: #9DA56D;
}
</style>
border-color css
<style>
span { border-color: #9DA56D; }
span { border-color: rgb(157,165,109); }
td.TdClassName
{
border-color: #9DA56D;
}
.TagClassName
{
border-color: #9DA56D;
}
</style>