Shades of Green Smoke #9DB167
Tints of Green Smoke #9DB167
RGB
CMYK
RGB Variations
Color information
#9DB167 (or 0x9DB167) is known color: Green Smoke. HEX triplet: 9D, B1 and 67. RGB value is (157,177,103). Sum of RGB (Red+Green+Blue) = 157+177+103=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB167 is #624E98. Grayscale: #A2A2A2. Windows color (decimal): -6442649 or 6795677. OLE color: 6795677.
HSL color Cylindrical-coordinate representation of color #9DB167: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB167 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 103 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.31 |
| HSL | 76.22º | 0.32% | 0.55% | - |
| HSV(B) | 76.22º | 0.42% | 0.69% | - |
| XYZ | 32.07 | 39.59 | 18.78 | - |
| YUV | 162.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 103 | 0.11 | 0 | 0.42 | 0.31 | 76.22 | 0.32 | 0.55 |
| Hex | 9D | B1 | 67 | B | 0 | 2A | 1F | 4C | 20 | 37 |
| Octal | 235 | 261 | 147 | 13 | 0 | 52 | 37 | 114 | 40 | 67 |
| Binary | 10011101 | 10110001 | 1100111 | 1011 | 0 | 101010 | 11111 | 1001100 | 100000 | 110111 |
Color Harmonies of #9DB167
Complementary color
Monochromatic Colors of #9DB167
Black with #9DB167
Text Example
Text Example
White with #9DB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB167; }
p { color: rgb(157,177,103); }
H1.HeaderClassName
{
color: #9DB167;
}
.AnyTagClassName
{
color: #9DB167;
}
</style>
background-color css
<style>
a { background-color: #9DB167; }
a { background-color: rgb(157,177,103); }
div.DivClassName
{
background-color: #9DB167;
}
.BgClassName
{
background-color: #9DB167;
}
</style>
border-color css
<style>
span { border-color: #9DB167; }
span { border-color: rgb(157,177,103); }
td.TdClassName
{
border-color: #9DB167;
}
.TagClassName
{
border-color: #9DB167;
}
</style>