Shades of Green Smoke #9DAB6B
Tints of Green Smoke #9DAB6B
RGB
CMYK
RGB Variations
Color information
#9DAB6B (or 0x9DAB6B) is known color: Green Smoke. HEX triplet: 9D, AB and 6B. RGB value is (157,171,107). Sum of RGB (Red+Green+Blue) = 157+171+107=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB6B is #625494. Grayscale: #9F9F9F. Windows color (decimal): -6444181 or 7056285. OLE color: 7056285.
HSL color Cylindrical-coordinate representation of color #9DAB6B: hue angle of 73.12º 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 #9DAB6B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 107 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.33 |
| HSL | 73.13º | 0.28% | 0.55% | - |
| HSV(B) | 73.13º | 0.37% | 0.67% | - |
| XYZ | 31.12 | 37.36 | 19.48 | - |
| YUV | 159.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 107 | 0.08 | 0 | 0.37 | 0.33 | 73.13 | 0.28 | 0.55 |
| Hex | 9D | AB | 6B | 8 | 0 | 25 | 21 | 49 | 1C | 37 |
| Octal | 235 | 253 | 153 | 10 | 0 | 45 | 41 | 111 | 34 | 67 |
| Binary | 10011101 | 10101011 | 1101011 | 1000 | 0 | 100101 | 100001 | 1001001 | 11100 | 110111 |
Color Harmonies of #9DAB6B
Complementary color
Monochromatic Colors of #9DAB6B
Black with #9DAB6B
Text Example
Text Example
White with #9DAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB6B; }
p { color: rgb(157,171,107); }
H1.HeaderClassName
{
color: #9DAB6B;
}
.AnyTagClassName
{
color: #9DAB6B;
}
</style>
background-color css
<style>
a { background-color: #9DAB6B; }
a { background-color: rgb(157,171,107); }
div.DivClassName
{
background-color: #9DAB6B;
}
.BgClassName
{
background-color: #9DAB6B;
}
</style>
border-color css
<style>
span { border-color: #9DAB6B; }
span { border-color: rgb(157,171,107); }
td.TdClassName
{
border-color: #9DAB6B;
}
.TagClassName
{
border-color: #9DAB6B;
}
</style>