Shades of Green Smoke #9DB465
Tints of Green Smoke #9DB465
RGB
CMYK
RGB Variations
Color information
#9DB465 (or 0x9DB465) is known color: Green Smoke. HEX triplet: 9D, B4 and 65. RGB value is (157,180,101). Sum of RGB (Red+Green+Blue) = 157+180+101=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB465 is #624B9A. Grayscale: #A4A4A4. Windows color (decimal): -6441883 or 6665373. OLE color: 6665373.
HSL color Cylindrical-coordinate representation of color #9DB465: hue angle of 77.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DB465 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 101 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.29 |
| HSL | 77.47º | 0.34% | 0.55% | - |
| HSV(B) | 77.47º | 0.44% | 0.71% | - |
| XYZ | 32.57 | 40.75 | 18.46 | - |
| YUV | 164.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 101 | 0.13 | 0 | 0.44 | 0.29 | 77.47 | 0.34 | 0.55 |
| Hex | 9D | B4 | 65 | D | 0 | 2C | 1D | 4D | 22 | 37 |
| Octal | 235 | 264 | 145 | 15 | 0 | 54 | 35 | 115 | 42 | 67 |
| Binary | 10011101 | 10110100 | 1100101 | 1101 | 0 | 101100 | 11101 | 1001101 | 100010 | 110111 |
Color Harmonies of #9DB465
Complementary color
Monochromatic Colors of #9DB465
Black with #9DB465
Text Example
Text Example
White with #9DB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB465; }
p { color: rgb(157,180,101); }
H1.HeaderClassName
{
color: #9DB465;
}
.AnyTagClassName
{
color: #9DB465;
}
</style>
background-color css
<style>
a { background-color: #9DB465; }
a { background-color: rgb(157,180,101); }
div.DivClassName
{
background-color: #9DB465;
}
.BgClassName
{
background-color: #9DB465;
}
</style>
border-color css
<style>
span { border-color: #9DB465; }
span { border-color: rgb(157,180,101); }
td.TdClassName
{
border-color: #9DB465;
}
.TagClassName
{
border-color: #9DB465;
}
</style>