Shades of Green Smoke #9DA05C
Tints of Green Smoke #9DA05C
RGB
CMYK
RGB Variations
Color information
#9DA05C (or 0x9DA05C) is known color: Green Smoke. HEX triplet: 9D, A0 and 5C. RGB value is (157,160,92). Sum of RGB (Red+Green+Blue) = 157+160+92=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA05C is #625FA3. Grayscale: #979797. Windows color (decimal): -6447012 or 6070429. OLE color: 6070429.
HSL color Cylindrical-coordinate representation of color #9DA05C: hue angle of 62.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DA05C is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 92 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.37 |
| HSL | 62.65º | 0.27% | 0.49% | - |
| HSV(B) | 62.65º | 0.43% | 0.63% | - |
| XYZ | 28.41 | 33.08 | 15.01 | - |
| YUV | 151.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 92 | 0.02 | 0 | 0.43 | 0.37 | 62.65 | 0.27 | 0.49 |
| Hex | 9D | A0 | 5C | 2 | 0 | 2B | 25 | 3F | 1B | 31 |
| Octal | 235 | 240 | 134 | 2 | 0 | 53 | 45 | 77 | 33 | 61 |
| Binary | 10011101 | 10100000 | 1011100 | 10 | 0 | 101011 | 100101 | 111111 | 11011 | 110001 |
Color Harmonies of #9DA05C
Complementary color
Monochromatic Colors of #9DA05C
Black with #9DA05C
Text Example
Text Example
White with #9DA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA05C; }
p { color: rgb(157,160,92); }
H1.HeaderClassName
{
color: #9DA05C;
}
.AnyTagClassName
{
color: #9DA05C;
}
</style>
background-color css
<style>
a { background-color: #9DA05C; }
a { background-color: rgb(157,160,92); }
div.DivClassName
{
background-color: #9DA05C;
}
.BgClassName
{
background-color: #9DA05C;
}
</style>
border-color css
<style>
span { border-color: #9DA05C; }
span { border-color: rgb(157,160,92); }
td.TdClassName
{
border-color: #9DA05C;
}
.TagClassName
{
border-color: #9DA05C;
}
</style>