Shades of Green Smoke #9DB364
Tints of Green Smoke #9DB364
RGB
CMYK
RGB Variations
Color information
#9DB364 (or 0x9DB364) is known color: Green Smoke. HEX triplet: 9D, B3 and 64. RGB value is (157,179,100). Sum of RGB (Red+Green+Blue) = 157+179+100=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB364 is #624C9B. Grayscale: #A3A3A3. Windows color (decimal): -6442140 or 6599581. OLE color: 6599581.
HSL color Cylindrical-coordinate representation of color #9DB364: hue angle of 76.71º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB364 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 100 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.30 |
| HSL | 76.71º | 0.34% | 0.55% | - |
| HSV(B) | 76.71º | 0.44% | 0.7% | - |
| XYZ | 32.32 | 40.33 | 18.14 | - |
| YUV | 163.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 100 | 0.12 | 0 | 0.44 | 0.30 | 76.71 | 0.34 | 0.55 |
| Hex | 9D | B3 | 64 | C | 0 | 2C | 1E | 4D | 22 | 37 |
| Octal | 235 | 263 | 144 | 14 | 0 | 54 | 36 | 115 | 42 | 67 |
| Binary | 10011101 | 10110011 | 1100100 | 1100 | 0 | 101100 | 11110 | 1001101 | 100010 | 110111 |
Color Harmonies of #9DB364
Complementary color
Monochromatic Colors of #9DB364
Black with #9DB364
Text Example
Text Example
White with #9DB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB364; }
p { color: rgb(157,179,100); }
H1.HeaderClassName
{
color: #9DB364;
}
.AnyTagClassName
{
color: #9DB364;
}
</style>
background-color css
<style>
a { background-color: #9DB364; }
a { background-color: rgb(157,179,100); }
div.DivClassName
{
background-color: #9DB364;
}
.BgClassName
{
background-color: #9DB364;
}
</style>
border-color css
<style>
span { border-color: #9DB364; }
span { border-color: rgb(157,179,100); }
td.TdClassName
{
border-color: #9DB364;
}
.TagClassName
{
border-color: #9DB364;
}
</style>