Shades of Green Smoke #9DB06C
Tints of Green Smoke #9DB06C
RGB
CMYK
RGB Variations
Color information
#9DB06C (or 0x9DB06C) is known color: Green Smoke. HEX triplet: 9D, B0 and 6C. RGB value is (157,176,108). Sum of RGB (Red+Green+Blue) = 157+176+108=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB06C is #624F93. Grayscale: #A2A2A2. Windows color (decimal): -6442900 or 7123101. OLE color: 7123101.
HSL color Cylindrical-coordinate representation of color #9DB06C: hue angle of 76.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB06C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 108 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.31 |
| HSL | 76.76º | 0.3% | 0.56% | - |
| HSV(B) | 76.76º | 0.39% | 0.69% | - |
| XYZ | 32.14 | 39.3 | 20.08 | - |
| YUV | 162.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 108 | 0.11 | 0 | 0.39 | 0.31 | 76.76 | 0.3 | 0.56 |
| Hex | 9D | B0 | 6C | B | 0 | 27 | 1F | 4D | 1E | 38 |
| Octal | 235 | 260 | 154 | 13 | 0 | 47 | 37 | 115 | 36 | 70 |
| Binary | 10011101 | 10110000 | 1101100 | 1011 | 0 | 100111 | 11111 | 1001101 | 11110 | 111000 |
Color Harmonies of #9DB06C
Complementary color
Monochromatic Colors of #9DB06C
Black with #9DB06C
Text Example
Text Example
White with #9DB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB06C; }
p { color: rgb(157,176,108); }
H1.HeaderClassName
{
color: #9DB06C;
}
.AnyTagClassName
{
color: #9DB06C;
}
</style>
background-color css
<style>
a { background-color: #9DB06C; }
a { background-color: rgb(157,176,108); }
div.DivClassName
{
background-color: #9DB06C;
}
.BgClassName
{
background-color: #9DB06C;
}
</style>
border-color css
<style>
span { border-color: #9DB06C; }
span { border-color: rgb(157,176,108); }
td.TdClassName
{
border-color: #9DB06C;
}
.TagClassName
{
border-color: #9DB06C;
}
</style>