Shades of Green Smoke #9DA068
Tints of Green Smoke #9DA068
RGB
CMYK
RGB Variations
Color information
#9DA068 (or 0x9DA068) is known color: Green Smoke. HEX triplet: 9D, A0 and 68. RGB value is (157,160,104). Sum of RGB (Red+Green+Blue) = 157+160+104=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA068 is #625F97. Grayscale: #989898. Windows color (decimal): -6447000 or 6856861. OLE color: 6856861.
HSL color Cylindrical-coordinate representation of color #9DA068: hue angle of 63.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DA068 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 104 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.37 |
| HSL | 63.21º | 0.23% | 0.52% | - |
| HSV(B) | 63.21º | 0.35% | 0.63% | - |
| XYZ | 28.97 | 33.31 | 18 | - |
| YUV | 152.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 104 | 0.02 | 0 | 0.35 | 0.37 | 63.21 | 0.23 | 0.52 |
| Hex | 9D | A0 | 68 | 2 | 0 | 23 | 25 | 3F | 17 | 34 |
| Octal | 235 | 240 | 150 | 2 | 0 | 43 | 45 | 77 | 27 | 64 |
| Binary | 10011101 | 10100000 | 1101000 | 10 | 0 | 100011 | 100101 | 111111 | 10111 | 110100 |
Color Harmonies of #9DA068
Complementary color
Monochromatic Colors of #9DA068
Black with #9DA068
Text Example
Text Example
White with #9DA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA068; }
p { color: rgb(157,160,104); }
H1.HeaderClassName
{
color: #9DA068;
}
.AnyTagClassName
{
color: #9DA068;
}
</style>
background-color css
<style>
a { background-color: #9DA068; }
a { background-color: rgb(157,160,104); }
div.DivClassName
{
background-color: #9DA068;
}
.BgClassName
{
background-color: #9DA068;
}
</style>
border-color css
<style>
span { border-color: #9DA068; }
span { border-color: rgb(157,160,104); }
td.TdClassName
{
border-color: #9DA068;
}
.TagClassName
{
border-color: #9DA068;
}
</style>