Shades of Green Smoke #9DAC6B
Tints of Green Smoke #9DAC6B
RGB
CMYK
RGB Variations
Color information
#9DAC6B (or 0x9DAC6B) is known color: Green Smoke. HEX triplet: 9D, AC and 6B. RGB value is (157,172,107). Sum of RGB (Red+Green+Blue) = 157+172+107=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC6B is #625394. Grayscale: #A0A0A0. Windows color (decimal): -6443925 or 7056541. OLE color: 7056541.
HSL color Cylindrical-coordinate representation of color #9DAC6B: hue angle of 73.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAC6B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 107 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.33 |
| HSL | 73.85º | 0.28% | 0.55% | - |
| HSV(B) | 73.85º | 0.38% | 0.67% | - |
| XYZ | 31.31 | 37.73 | 19.54 | - |
| YUV | 160.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 107 | 0.09 | 0 | 0.38 | 0.33 | 73.85 | 0.28 | 0.55 |
| Hex | 9D | AC | 6B | 9 | 0 | 26 | 21 | 4A | 1C | 37 |
| Octal | 235 | 254 | 153 | 11 | 0 | 46 | 41 | 112 | 34 | 67 |
| Binary | 10011101 | 10101100 | 1101011 | 1001 | 0 | 100110 | 100001 | 1001010 | 11100 | 110111 |
Color Harmonies of #9DAC6B
Complementary color
Monochromatic Colors of #9DAC6B
Black with #9DAC6B
Text Example
Text Example
White with #9DAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC6B; }
p { color: rgb(157,172,107); }
H1.HeaderClassName
{
color: #9DAC6B;
}
.AnyTagClassName
{
color: #9DAC6B;
}
</style>
background-color css
<style>
a { background-color: #9DAC6B; }
a { background-color: rgb(157,172,107); }
div.DivClassName
{
background-color: #9DAC6B;
}
.BgClassName
{
background-color: #9DAC6B;
}
</style>
border-color css
<style>
span { border-color: #9DAC6B; }
span { border-color: rgb(157,172,107); }
td.TdClassName
{
border-color: #9DAC6B;
}
.TagClassName
{
border-color: #9DAC6B;
}
</style>