Shades of Green Smoke #9DB75C
Tints of Green Smoke #9DB75C
RGB
CMYK
RGB Variations
Color information
#9DB75C (or 0x9DB75C) is known color: Green Smoke. HEX triplet: 9D, B7 and 5C. RGB value is (157,183,92). Sum of RGB (Red+Green+Blue) = 157+183+92=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB75C is #6248A3. Grayscale: #A5A5A5. Windows color (decimal): -6441124 or 6076317. OLE color: 6076317.
HSL color Cylindrical-coordinate representation of color #9DB75C: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DB75C is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 92 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.28 |
| HSL | 77.14º | 0.39% | 0.54% | - |
| HSV(B) | 77.14º | 0.5% | 0.72% | - |
| XYZ | 32.77 | 41.81 | 16.47 | - |
| YUV | 164.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 92 | 0.14 | 0 | 0.50 | 0.28 | 77.14 | 0.39 | 0.54 |
| Hex | 9D | B7 | 5C | E | 0 | 32 | 1C | 4D | 27 | 36 |
| Octal | 235 | 267 | 134 | 16 | 0 | 62 | 34 | 115 | 47 | 66 |
| Binary | 10011101 | 10110111 | 1011100 | 1110 | 0 | 110010 | 11100 | 1001101 | 100111 | 110110 |
Color Harmonies of #9DB75C
Complementary color
Monochromatic Colors of #9DB75C
Black with #9DB75C
Text Example
Text Example
White with #9DB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB75C; }
p { color: rgb(157,183,92); }
H1.HeaderClassName
{
color: #9DB75C;
}
.AnyTagClassName
{
color: #9DB75C;
}
</style>
background-color css
<style>
a { background-color: #9DB75C; }
a { background-color: rgb(157,183,92); }
div.DivClassName
{
background-color: #9DB75C;
}
.BgClassName
{
background-color: #9DB75C;
}
</style>
border-color css
<style>
span { border-color: #9DB75C; }
span { border-color: rgb(157,183,92); }
td.TdClassName
{
border-color: #9DB75C;
}
.TagClassName
{
border-color: #9DB75C;
}
</style>