Shades of Green Smoke #9DB366
Tints of Green Smoke #9DB366
RGB
CMYK
RGB Variations
Color information
#9DB366 (or 0x9DB366) is known color: Green Smoke. HEX triplet: 9D, B3 and 66. RGB value is (157,179,102). Sum of RGB (Red+Green+Blue) = 157+179+102=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB366 is #624C99. Grayscale: #A3A3A3. Windows color (decimal): -6442138 or 6730653. OLE color: 6730653.
HSL color Cylindrical-coordinate representation of color #9DB366: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DB366 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 102 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.30 |
| HSL | 77.14º | 0.34% | 0.55% | - |
| HSV(B) | 77.14º | 0.43% | 0.7% | - |
| XYZ | 32.42 | 40.37 | 18.65 | - |
| YUV | 163.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 102 | 0.12 | 0 | 0.43 | 0.30 | 77.14 | 0.34 | 0.55 |
| Hex | 9D | B3 | 66 | C | 0 | 2B | 1E | 4D | 22 | 37 |
| Octal | 235 | 263 | 146 | 14 | 0 | 53 | 36 | 115 | 42 | 67 |
| Binary | 10011101 | 10110011 | 1100110 | 1100 | 0 | 101011 | 11110 | 1001101 | 100010 | 110111 |
Color Harmonies of #9DB366
Complementary color
Monochromatic Colors of #9DB366
Black with #9DB366
Text Example
Text Example
White with #9DB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB366; }
p { color: rgb(157,179,102); }
H1.HeaderClassName
{
color: #9DB366;
}
.AnyTagClassName
{
color: #9DB366;
}
</style>
background-color css
<style>
a { background-color: #9DB366; }
a { background-color: rgb(157,179,102); }
div.DivClassName
{
background-color: #9DB366;
}
.BgClassName
{
background-color: #9DB366;
}
</style>
border-color css
<style>
span { border-color: #9DB366; }
span { border-color: rgb(157,179,102); }
td.TdClassName
{
border-color: #9DB366;
}
.TagClassName
{
border-color: #9DB366;
}
</style>