Shades of Green Smoke #9DAC6C
Tints of Green Smoke #9DAC6C
RGB
CMYK
RGB Variations
Color information
#9DAC6C (or 0x9DAC6C) is known color: Green Smoke. HEX triplet: 9D, AC and 6C. RGB value is (157,172,108). Sum of RGB (Red+Green+Blue) = 157+172+108=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC6C is #625393. Grayscale: #A0A0A0. Windows color (decimal): -6443924 or 7122077. OLE color: 7122077.
HSL color Cylindrical-coordinate representation of color #9DAC6C: hue angle of 74.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DAC6C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 108 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.33 |
| HSL | 74.06º | 0.28% | 0.55% | - |
| HSV(B) | 74.06º | 0.37% | 0.67% | - |
| XYZ | 31.36 | 37.76 | 19.82 | - |
| YUV | 160.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 108 | 0.09 | 0 | 0.37 | 0.33 | 74.06 | 0.28 | 0.55 |
| Hex | 9D | AC | 6C | 9 | 0 | 25 | 21 | 4A | 1C | 37 |
| Octal | 235 | 254 | 154 | 11 | 0 | 45 | 41 | 112 | 34 | 67 |
| Binary | 10011101 | 10101100 | 1101100 | 1001 | 0 | 100101 | 100001 | 1001010 | 11100 | 110111 |
Color Harmonies of #9DAC6C
Complementary color
Monochromatic Colors of #9DAC6C
Black with #9DAC6C
Text Example
Text Example
White with #9DAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC6C; }
p { color: rgb(157,172,108); }
H1.HeaderClassName
{
color: #9DAC6C;
}
.AnyTagClassName
{
color: #9DAC6C;
}
</style>
background-color css
<style>
a { background-color: #9DAC6C; }
a { background-color: rgb(157,172,108); }
div.DivClassName
{
background-color: #9DAC6C;
}
.BgClassName
{
background-color: #9DAC6C;
}
</style>
border-color css
<style>
span { border-color: #9DAC6C; }
span { border-color: rgb(157,172,108); }
td.TdClassName
{
border-color: #9DAC6C;
}
.TagClassName
{
border-color: #9DAC6C;
}
</style>