Shades of Green Smoke #9DAB6C
Tints of Green Smoke #9DAB6C
RGB
CMYK
RGB Variations
Color information
#9DAB6C (or 0x9DAB6C) is known color: Green Smoke. HEX triplet: 9D, AB and 6C. RGB value is (157,171,108). Sum of RGB (Red+Green+Blue) = 157+171+108=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB6C is #625493. Grayscale: #9F9F9F. Windows color (decimal): -6444180 or 7121821. OLE color: 7121821.
HSL color Cylindrical-coordinate representation of color #9DAB6C: hue angle of 73.33º degrees, saturation: 0.27, 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 #9DAB6C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 108 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.33 |
| HSL | 73.33º | 0.27% | 0.55% | - |
| HSV(B) | 73.33º | 0.37% | 0.67% | - |
| XYZ | 31.17 | 37.38 | 19.76 | - |
| YUV | 159.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 108 | 0.08 | 0 | 0.37 | 0.33 | 73.33 | 0.27 | 0.55 |
| Hex | 9D | AB | 6C | 8 | 0 | 25 | 21 | 49 | 1B | 37 |
| Octal | 235 | 253 | 154 | 10 | 0 | 45 | 41 | 111 | 33 | 67 |
| Binary | 10011101 | 10101011 | 1101100 | 1000 | 0 | 100101 | 100001 | 1001001 | 11011 | 110111 |
Color Harmonies of #9DAB6C
Complementary color
Monochromatic Colors of #9DAB6C
Black with #9DAB6C
Text Example
Text Example
White with #9DAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB6C; }
p { color: rgb(157,171,108); }
H1.HeaderClassName
{
color: #9DAB6C;
}
.AnyTagClassName
{
color: #9DAB6C;
}
</style>
background-color css
<style>
a { background-color: #9DAB6C; }
a { background-color: rgb(157,171,108); }
div.DivClassName
{
background-color: #9DAB6C;
}
.BgClassName
{
background-color: #9DAB6C;
}
</style>
border-color css
<style>
span { border-color: #9DAB6C; }
span { border-color: rgb(157,171,108); }
td.TdClassName
{
border-color: #9DAB6C;
}
.TagClassName
{
border-color: #9DAB6C;
}
</style>