Shades of Green Smoke #9DB268
Tints of Green Smoke #9DB268
RGB
CMYK
RGB Variations
Color information
#9DB268 (or 0x9DB268) is known color: Green Smoke. HEX triplet: 9D, B2 and 68. RGB value is (157,178,104). Sum of RGB (Red+Green+Blue) = 157+178+104=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB268 is #624D97. Grayscale: #A3A3A3. Windows color (decimal): -6442392 or 6861469. OLE color: 6861469.
HSL color Cylindrical-coordinate representation of color #9DB268: hue angle of 77.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB268 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 104 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.30 |
| HSL | 77.03º | 0.32% | 0.55% | - |
| HSV(B) | 77.03º | 0.42% | 0.7% | - |
| XYZ | 32.32 | 40.01 | 19.12 | - |
| YUV | 163.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 104 | 0.12 | 0 | 0.42 | 0.30 | 77.03 | 0.32 | 0.55 |
| Hex | 9D | B2 | 68 | C | 0 | 2A | 1E | 4D | 20 | 37 |
| Octal | 235 | 262 | 150 | 14 | 0 | 52 | 36 | 115 | 40 | 67 |
| Binary | 10011101 | 10110010 | 1101000 | 1100 | 0 | 101010 | 11110 | 1001101 | 100000 | 110111 |
Color Harmonies of #9DB268
Complementary color
Monochromatic Colors of #9DB268
Black with #9DB268
Text Example
Text Example
White with #9DB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB268; }
p { color: rgb(157,178,104); }
H1.HeaderClassName
{
color: #9DB268;
}
.AnyTagClassName
{
color: #9DB268;
}
</style>
background-color css
<style>
a { background-color: #9DB268; }
a { background-color: rgb(157,178,104); }
div.DivClassName
{
background-color: #9DB268;
}
.BgClassName
{
background-color: #9DB268;
}
</style>
border-color css
<style>
span { border-color: #9DB268; }
span { border-color: rgb(157,178,104); }
td.TdClassName
{
border-color: #9DB268;
}
.TagClassName
{
border-color: #9DB268;
}
</style>