Shades of Green Smoke #9DA168
Tints of Green Smoke #9DA168
RGB
CMYK
RGB Variations
Color information
#9DA168 (or 0x9DA168) is known color: Green Smoke. HEX triplet: 9D, A1 and 68. RGB value is (157,161,104). Sum of RGB (Red+Green+Blue) = 157+161+104=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA168 is #625E97. Grayscale: #999999. Windows color (decimal): -6446744 or 6857117. OLE color: 6857117.
HSL color Cylindrical-coordinate representation of color #9DA168: hue angle of 64.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DA168 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 104 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.37 |
| HSL | 64.21º | 0.23% | 0.52% | - |
| HSV(B) | 64.21º | 0.35% | 0.63% | - |
| XYZ | 29.15 | 33.66 | 18.06 | - |
| YUV | 153.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 104 | 0.02 | 0 | 0.35 | 0.37 | 64.21 | 0.23 | 0.52 |
| Hex | 9D | A1 | 68 | 2 | 0 | 23 | 25 | 40 | 17 | 34 |
| Octal | 235 | 241 | 150 | 2 | 0 | 43 | 45 | 100 | 27 | 64 |
| Binary | 10011101 | 10100001 | 1101000 | 10 | 0 | 100011 | 100101 | 1000000 | 10111 | 110100 |
Color Harmonies of #9DA168
Complementary color
Monochromatic Colors of #9DA168
Black with #9DA168
Text Example
Text Example
White with #9DA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA168; }
p { color: rgb(157,161,104); }
H1.HeaderClassName
{
color: #9DA168;
}
.AnyTagClassName
{
color: #9DA168;
}
</style>
background-color css
<style>
a { background-color: #9DA168; }
a { background-color: rgb(157,161,104); }
div.DivClassName
{
background-color: #9DA168;
}
.BgClassName
{
background-color: #9DA168;
}
</style>
border-color css
<style>
span { border-color: #9DA168; }
span { border-color: rgb(157,161,104); }
td.TdClassName
{
border-color: #9DA168;
}
.TagClassName
{
border-color: #9DA168;
}
</style>