Shades of Green Smoke #9DAA6D
Tints of Green Smoke #9DAA6D
RGB
CMYK
RGB Variations
Color information
#9DAA6D (or 0x9DAA6D) is known color: Green Smoke. HEX triplet: 9D, AA and 6D. RGB value is (157,170,109). Sum of RGB (Red+Green+Blue) = 157+170+109=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA6D is #625592. Grayscale: #9F9F9F. Windows color (decimal): -6444435 or 7187101. OLE color: 7187101.
HSL color Cylindrical-coordinate representation of color #9DAA6D: hue angle of 72.79º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DAA6D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 109 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.33 |
| HSL | 72.79º | 0.26% | 0.55% | - |
| HSV(B) | 72.79º | 0.36% | 0.67% | - |
| XYZ | 31.04 | 37.02 | 19.98 | - |
| YUV | 159.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 109 | 0.08 | 0 | 0.36 | 0.33 | 72.79 | 0.26 | 0.55 |
| Hex | 9D | AA | 6D | 8 | 0 | 24 | 21 | 49 | 1A | 37 |
| Octal | 235 | 252 | 155 | 10 | 0 | 44 | 41 | 111 | 32 | 67 |
| Binary | 10011101 | 10101010 | 1101101 | 1000 | 0 | 100100 | 100001 | 1001001 | 11010 | 110111 |
Color Harmonies of #9DAA6D
Complementary color
Monochromatic Colors of #9DAA6D
Black with #9DAA6D
Text Example
Text Example
White with #9DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA6D; }
p { color: rgb(157,170,109); }
H1.HeaderClassName
{
color: #9DAA6D;
}
.AnyTagClassName
{
color: #9DAA6D;
}
</style>
background-color css
<style>
a { background-color: #9DAA6D; }
a { background-color: rgb(157,170,109); }
div.DivClassName
{
background-color: #9DAA6D;
}
.BgClassName
{
background-color: #9DAA6D;
}
</style>
border-color css
<style>
span { border-color: #9DAA6D; }
span { border-color: rgb(157,170,109); }
td.TdClassName
{
border-color: #9DAA6D;
}
.TagClassName
{
border-color: #9DAA6D;
}
</style>