Shades of Green Smoke #9DA85B
Tints of Green Smoke #9DA85B
RGB
CMYK
RGB Variations
Color information
#9DA85B (or 0x9DA85B) is known color: Green Smoke. HEX triplet: 9D, A8 and 5B. RGB value is (157,168,91). Sum of RGB (Red+Green+Blue) = 157+168+91=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA85B is #6257A4. Grayscale: #9C9C9C. Windows color (decimal): -6444965 or 6006941. OLE color: 6006941.
HSL color Cylindrical-coordinate representation of color #9DA85B: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DA85B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 91 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.34 |
| HSL | 68.57º | 0.31% | 0.51% | - |
| HSV(B) | 68.57º | 0.46% | 0.66% | - |
| XYZ | 29.8 | 35.93 | 15.26 | - |
| YUV | 155.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 91 | 0.07 | 0 | 0.46 | 0.34 | 68.57 | 0.31 | 0.51 |
| Hex | 9D | A8 | 5B | 7 | 0 | 2E | 22 | 45 | 1F | 33 |
| Octal | 235 | 250 | 133 | 7 | 0 | 56 | 42 | 105 | 37 | 63 |
| Binary | 10011101 | 10101000 | 1011011 | 111 | 0 | 101110 | 100010 | 1000101 | 11111 | 110011 |
Color Harmonies of #9DA85B
Complementary color
Monochromatic Colors of #9DA85B
Black with #9DA85B
Text Example
Text Example
White with #9DA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA85B; }
p { color: rgb(157,168,91); }
H1.HeaderClassName
{
color: #9DA85B;
}
.AnyTagClassName
{
color: #9DA85B;
}
</style>
background-color css
<style>
a { background-color: #9DA85B; }
a { background-color: rgb(157,168,91); }
div.DivClassName
{
background-color: #9DA85B;
}
.BgClassName
{
background-color: #9DA85B;
}
</style>
border-color css
<style>
span { border-color: #9DA85B; }
span { border-color: rgb(157,168,91); }
td.TdClassName
{
border-color: #9DA85B;
}
.TagClassName
{
border-color: #9DA85B;
}
</style>