Shades of Green Smoke #9DB75E
Tints of Green Smoke #9DB75E
RGB
CMYK
RGB Variations
Color information
#9DB75E (or 0x9DB75E) is known color: Green Smoke. HEX triplet: 9D, B7 and 5E. RGB value is (157,183,94). Sum of RGB (Red+Green+Blue) = 157+183+94=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB75E is #6248A1. Grayscale: #A5A5A5. Windows color (decimal): -6441122 or 6207389. OLE color: 6207389.
HSL color Cylindrical-coordinate representation of color #9DB75E: hue angle of 77.53º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB75E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 94 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.28 |
| HSL | 77.53º | 0.38% | 0.54% | - |
| HSV(B) | 77.53º | 0.49% | 0.72% | - |
| XYZ | 32.86 | 41.84 | 16.93 | - |
| YUV | 165.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 94 | 0.14 | 0 | 0.49 | 0.28 | 77.53 | 0.38 | 0.54 |
| Hex | 9D | B7 | 5E | E | 0 | 31 | 1C | 4E | 26 | 36 |
| Octal | 235 | 267 | 136 | 16 | 0 | 61 | 34 | 116 | 46 | 66 |
| Binary | 10011101 | 10110111 | 1011110 | 1110 | 0 | 110001 | 11100 | 1001110 | 100110 | 110110 |
Color Harmonies of #9DB75E
Complementary color
Monochromatic Colors of #9DB75E
Black with #9DB75E
Text Example
Text Example
White with #9DB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB75E; }
p { color: rgb(157,183,94); }
H1.HeaderClassName
{
color: #9DB75E;
}
.AnyTagClassName
{
color: #9DB75E;
}
</style>
background-color css
<style>
a { background-color: #9DB75E; }
a { background-color: rgb(157,183,94); }
div.DivClassName
{
background-color: #9DB75E;
}
.BgClassName
{
background-color: #9DB75E;
}
</style>
border-color css
<style>
span { border-color: #9DB75E; }
span { border-color: rgb(157,183,94); }
td.TdClassName
{
border-color: #9DB75E;
}
.TagClassName
{
border-color: #9DB75E;
}
</style>