Shades of Green Smoke #9DB068
Tints of Green Smoke #9DB068
RGB
CMYK
RGB Variations
Color information
#9DB068 (or 0x9DB068) is known color: Green Smoke. HEX triplet: 9D, B0 and 68. RGB value is (157,176,104). Sum of RGB (Red+Green+Blue) = 157+176+104=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB068 is #624F97. Grayscale: #A2A2A2. Windows color (decimal): -6442904 or 6860957. OLE color: 6860957.
HSL color Cylindrical-coordinate representation of color #9DB068: hue angle of 75.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DB068 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 104 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.31 |
| HSL | 75.83º | 0.31% | 0.55% | - |
| HSV(B) | 75.83º | 0.41% | 0.69% | - |
| XYZ | 31.93 | 39.22 | 18.98 | - |
| YUV | 162.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 104 | 0.11 | 0 | 0.41 | 0.31 | 75.83 | 0.31 | 0.55 |
| Hex | 9D | B0 | 68 | B | 0 | 29 | 1F | 4C | 1F | 37 |
| Octal | 235 | 260 | 150 | 13 | 0 | 51 | 37 | 114 | 37 | 67 |
| Binary | 10011101 | 10110000 | 1101000 | 1011 | 0 | 101001 | 11111 | 1001100 | 11111 | 110111 |
Color Harmonies of #9DB068
Complementary color
Monochromatic Colors of #9DB068
Black with #9DB068
Text Example
Text Example
White with #9DB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB068; }
p { color: rgb(157,176,104); }
H1.HeaderClassName
{
color: #9DB068;
}
.AnyTagClassName
{
color: #9DB068;
}
</style>
background-color css
<style>
a { background-color: #9DB068; }
a { background-color: rgb(157,176,104); }
div.DivClassName
{
background-color: #9DB068;
}
.BgClassName
{
background-color: #9DB068;
}
</style>
border-color css
<style>
span { border-color: #9DB068; }
span { border-color: rgb(157,176,104); }
td.TdClassName
{
border-color: #9DB068;
}
.TagClassName
{
border-color: #9DB068;
}
</style>