Shades of Green Smoke #9DB165
Tints of Green Smoke #9DB165
RGB
CMYK
RGB Variations
Color information
#9DB165 (or 0x9DB165) is known color: Green Smoke. HEX triplet: 9D, B1 and 65. RGB value is (157,177,101). Sum of RGB (Red+Green+Blue) = 157+177+101=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB165 is #624E9A. Grayscale: #A2A2A2. Windows color (decimal): -6442651 or 6664605. OLE color: 6664605.
HSL color Cylindrical-coordinate representation of color #9DB165: hue angle of 75.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DB165 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 101 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.31 |
| HSL | 75.79º | 0.33% | 0.55% | - |
| HSV(B) | 75.79º | 0.43% | 0.69% | - |
| XYZ | 31.98 | 39.55 | 18.26 | - |
| YUV | 162.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 101 | 0.11 | 0 | 0.43 | 0.31 | 75.79 | 0.33 | 0.55 |
| Hex | 9D | B1 | 65 | B | 0 | 2B | 1F | 4C | 21 | 37 |
| Octal | 235 | 261 | 145 | 13 | 0 | 53 | 37 | 114 | 41 | 67 |
| Binary | 10011101 | 10110001 | 1100101 | 1011 | 0 | 101011 | 11111 | 1001100 | 100001 | 110111 |
Color Harmonies of #9DB165
Complementary color
Monochromatic Colors of #9DB165
Black with #9DB165
Text Example
Text Example
White with #9DB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB165; }
p { color: rgb(157,177,101); }
H1.HeaderClassName
{
color: #9DB165;
}
.AnyTagClassName
{
color: #9DB165;
}
</style>
background-color css
<style>
a { background-color: #9DB165; }
a { background-color: rgb(157,177,101); }
div.DivClassName
{
background-color: #9DB165;
}
.BgClassName
{
background-color: #9DB165;
}
</style>
border-color css
<style>
span { border-color: #9DB165; }
span { border-color: rgb(157,177,101); }
td.TdClassName
{
border-color: #9DB165;
}
.TagClassName
{
border-color: #9DB165;
}
</style>