Shades of Green Smoke #9DB066
Tints of Green Smoke #9DB066
RGB
CMYK
RGB Variations
Color information
#9DB066 (or 0x9DB066) is known color: Green Smoke. HEX triplet: 9D, B0 and 66. RGB value is (157,176,102). Sum of RGB (Red+Green+Blue) = 157+176+102=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB066 is #624F99. Grayscale: #A2A2A2. Windows color (decimal): -6442906 or 6729885. OLE color: 6729885.
HSL color Cylindrical-coordinate representation of color #9DB066: hue angle of 75.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB066 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 102 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.31 |
| HSL | 75.41º | 0.32% | 0.55% | - |
| HSV(B) | 75.41º | 0.42% | 0.69% | - |
| XYZ | 31.83 | 39.18 | 18.45 | - |
| YUV | 161.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 102 | 0.11 | 0 | 0.42 | 0.31 | 75.41 | 0.32 | 0.55 |
| Hex | 9D | B0 | 66 | B | 0 | 2A | 1F | 4B | 20 | 37 |
| Octal | 235 | 260 | 146 | 13 | 0 | 52 | 37 | 113 | 40 | 67 |
| Binary | 10011101 | 10110000 | 1100110 | 1011 | 0 | 101010 | 11111 | 1001011 | 100000 | 110111 |
Color Harmonies of #9DB066
Complementary color
Monochromatic Colors of #9DB066
Black with #9DB066
Text Example
Text Example
White with #9DB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB066; }
p { color: rgb(157,176,102); }
H1.HeaderClassName
{
color: #9DB066;
}
.AnyTagClassName
{
color: #9DB066;
}
</style>
background-color css
<style>
a { background-color: #9DB066; }
a { background-color: rgb(157,176,102); }
div.DivClassName
{
background-color: #9DB066;
}
.BgClassName
{
background-color: #9DB066;
}
</style>
border-color css
<style>
span { border-color: #9DB066; }
span { border-color: rgb(157,176,102); }
td.TdClassName
{
border-color: #9DB066;
}
.TagClassName
{
border-color: #9DB066;
}
</style>