Shades of Green Smoke #9DB067
Tints of Green Smoke #9DB067
RGB
CMYK
RGB Variations
Color information
#9DB067 (or 0x9DB067) is known color: Green Smoke. HEX triplet: 9D, B0 and 67. RGB value is (157,176,103). Sum of RGB (Red+Green+Blue) = 157+176+103=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB067 is #624F98. Grayscale: #A2A2A2. Windows color (decimal): -6442905 or 6795421. OLE color: 6795421.
HSL color Cylindrical-coordinate representation of color #9DB067: hue angle of 75.62º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB067 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 103 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.31 |
| HSL | 75.62º | 0.32% | 0.55% | - |
| HSV(B) | 75.62º | 0.41% | 0.69% | - |
| XYZ | 31.88 | 39.2 | 18.72 | - |
| YUV | 162 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 103 | 0.11 | 0 | 0.41 | 0.31 | 75.62 | 0.32 | 0.55 |
| Hex | 9D | B0 | 67 | B | 0 | 29 | 1F | 4C | 20 | 37 |
| Octal | 235 | 260 | 147 | 13 | 0 | 51 | 37 | 114 | 40 | 67 |
| Binary | 10011101 | 10110000 | 1100111 | 1011 | 0 | 101001 | 11111 | 1001100 | 100000 | 110111 |
Color Harmonies of #9DB067
Complementary color
Monochromatic Colors of #9DB067
Black with #9DB067
Text Example
Text Example
White with #9DB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB067; }
p { color: rgb(157,176,103); }
H1.HeaderClassName
{
color: #9DB067;
}
.AnyTagClassName
{
color: #9DB067;
}
</style>
background-color css
<style>
a { background-color: #9DB067; }
a { background-color: rgb(157,176,103); }
div.DivClassName
{
background-color: #9DB067;
}
.BgClassName
{
background-color: #9DB067;
}
</style>
border-color css
<style>
span { border-color: #9DB067; }
span { border-color: rgb(157,176,103); }
td.TdClassName
{
border-color: #9DB067;
}
.TagClassName
{
border-color: #9DB067;
}
</style>