Shades of Green Smoke #9DB461
Tints of Green Smoke #9DB461
RGB
CMYK
RGB Variations
Color information
#9DB461 (or 0x9DB461) is known color: Green Smoke. HEX triplet: 9D, B4 and 61. RGB value is (157,180,97). Sum of RGB (Red+Green+Blue) = 157+180+97=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB461 is #624B9E. Grayscale: #A3A3A3. Windows color (decimal): -6441887 or 6403229. OLE color: 6403229.
HSL color Cylindrical-coordinate representation of color #9DB461: hue angle of 76.63º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DB461 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 97 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.29 |
| HSL | 76.63º | 0.36% | 0.54% | - |
| HSV(B) | 76.63º | 0.46% | 0.71% | - |
| XYZ | 32.38 | 40.67 | 17.45 | - |
| YUV | 163.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 97 | 0.13 | 0 | 0.46 | 0.29 | 76.63 | 0.36 | 0.54 |
| Hex | 9D | B4 | 61 | D | 0 | 2E | 1D | 4D | 24 | 36 |
| Octal | 235 | 264 | 141 | 15 | 0 | 56 | 35 | 115 | 44 | 66 |
| Binary | 10011101 | 10110100 | 1100001 | 1101 | 0 | 101110 | 11101 | 1001101 | 100100 | 110110 |
Color Harmonies of #9DB461
Complementary color
Monochromatic Colors of #9DB461
Black with #9DB461
Text Example
Text Example
White with #9DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB461; }
p { color: rgb(157,180,97); }
H1.HeaderClassName
{
color: #9DB461;
}
.AnyTagClassName
{
color: #9DB461;
}
</style>
background-color css
<style>
a { background-color: #9DB461; }
a { background-color: rgb(157,180,97); }
div.DivClassName
{
background-color: #9DB461;
}
.BgClassName
{
background-color: #9DB461;
}
</style>
border-color css
<style>
span { border-color: #9DB461; }
span { border-color: rgb(157,180,97); }
td.TdClassName
{
border-color: #9DB461;
}
.TagClassName
{
border-color: #9DB461;
}
</style>