Shades of Green Smoke #9DB757
Tints of Green Smoke #9DB757
RGB
CMYK
RGB Variations
Color information
#9DB757 (or 0x9DB757) is known color: Green Smoke. HEX triplet: 9D, B7 and 57. RGB value is (157,183,87). Sum of RGB (Red+Green+Blue) = 157+183+87=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB757 is #6248A8. Grayscale: #A4A4A4. Windows color (decimal): -6441129 or 5748637. OLE color: 5748637.
HSL color Cylindrical-coordinate representation of color #9DB757: hue angle of 76.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DB757 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 87 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.28 |
| HSL | 76.25º | 0.4% | 0.53% | - |
| HSV(B) | 76.25º | 0.52% | 0.72% | - |
| XYZ | 32.56 | 41.72 | 15.35 | - |
| YUV | 164.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 87 | 0.14 | 0 | 0.52 | 0.28 | 76.25 | 0.4 | 0.53 |
| Hex | 9D | B7 | 57 | E | 0 | 34 | 1C | 4C | 28 | 35 |
| Octal | 235 | 267 | 127 | 16 | 0 | 64 | 34 | 114 | 50 | 65 |
| Binary | 10011101 | 10110111 | 1010111 | 1110 | 0 | 110100 | 11100 | 1001100 | 101000 | 110101 |
Color Harmonies of #9DB757
Complementary color
Monochromatic Colors of #9DB757
Black with #9DB757
Text Example
Text Example
White with #9DB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB757; }
p { color: rgb(157,183,87); }
H1.HeaderClassName
{
color: #9DB757;
}
.AnyTagClassName
{
color: #9DB757;
}
</style>
background-color css
<style>
a { background-color: #9DB757; }
a { background-color: rgb(157,183,87); }
div.DivClassName
{
background-color: #9DB757;
}
.BgClassName
{
background-color: #9DB757;
}
</style>
border-color css
<style>
span { border-color: #9DB757; }
span { border-color: rgb(157,183,87); }
td.TdClassName
{
border-color: #9DB757;
}
.TagClassName
{
border-color: #9DB757;
}
</style>