Shades of Green Smoke #9DA971
Tints of Green Smoke #9DA971
RGB
CMYK
RGB Variations
Color information
#9DA971 (or 0x9DA971) is known color: Green Smoke. HEX triplet: 9D, A9 and 71. RGB value is (157,169,113). Sum of RGB (Red+Green+Blue) = 157+169+113=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA971 is #62568E. Grayscale: #9F9F9F. Windows color (decimal): -6444687 or 7448989. OLE color: 7448989.
HSL color Cylindrical-coordinate representation of color #9DA971: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA971 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 113 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.34 |
| HSL | 72.86º | 0.25% | 0.55% | - |
| HSV(B) | 72.86º | 0.33% | 0.66% | - |
| XYZ | 31.07 | 36.74 | 21.08 | - |
| YUV | 159.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 113 | 0.07 | 0 | 0.33 | 0.34 | 72.86 | 0.25 | 0.55 |
| Hex | 9D | A9 | 71 | 7 | 0 | 21 | 22 | 49 | 19 | 37 |
| Octal | 235 | 251 | 161 | 7 | 0 | 41 | 42 | 111 | 31 | 67 |
| Binary | 10011101 | 10101001 | 1110001 | 111 | 0 | 100001 | 100010 | 1001001 | 11001 | 110111 |
Color Harmonies of #9DA971
Complementary color
Monochromatic Colors of #9DA971
Black with #9DA971
Text Example
Text Example
White with #9DA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA971; }
p { color: rgb(157,169,113); }
H1.HeaderClassName
{
color: #9DA971;
}
.AnyTagClassName
{
color: #9DA971;
}
</style>
background-color css
<style>
a { background-color: #9DA971; }
a { background-color: rgb(157,169,113); }
div.DivClassName
{
background-color: #9DA971;
}
.BgClassName
{
background-color: #9DA971;
}
</style>
border-color css
<style>
span { border-color: #9DA971; }
span { border-color: rgb(157,169,113); }
td.TdClassName
{
border-color: #9DA971;
}
.TagClassName
{
border-color: #9DA971;
}
</style>