Shades of Green Smoke #9DA85A
Tints of Green Smoke #9DA85A
RGB
CMYK
RGB Variations
Color information
#9DA85A (or 0x9DA85A) is known color: Green Smoke. HEX triplet: 9D, A8 and 5A. RGB value is (157,168,90). Sum of RGB (Red+Green+Blue) = 157+168+90=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA85A is #6257A5. Grayscale: #9C9C9C. Windows color (decimal): -6444966 or 5941405. OLE color: 5941405.
HSL color Cylindrical-coordinate representation of color #9DA85A: hue angle of 68.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DA85A is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 90 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.34 |
| HSL | 68.46º | 0.31% | 0.51% | - |
| HSV(B) | 68.46º | 0.46% | 0.66% | - |
| XYZ | 29.75 | 35.91 | 15.04 | - |
| YUV | 155.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 90 | 0.07 | 0 | 0.46 | 0.34 | 68.46 | 0.31 | 0.51 |
| Hex | 9D | A8 | 5A | 7 | 0 | 2E | 22 | 44 | 1F | 33 |
| Octal | 235 | 250 | 132 | 7 | 0 | 56 | 42 | 104 | 37 | 63 |
| Binary | 10011101 | 10101000 | 1011010 | 111 | 0 | 101110 | 100010 | 1000100 | 11111 | 110011 |
Color Harmonies of #9DA85A
Complementary color
Monochromatic Colors of #9DA85A
Black with #9DA85A
Text Example
Text Example
White with #9DA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA85A; }
p { color: rgb(157,168,90); }
H1.HeaderClassName
{
color: #9DA85A;
}
.AnyTagClassName
{
color: #9DA85A;
}
</style>
background-color css
<style>
a { background-color: #9DA85A; }
a { background-color: rgb(157,168,90); }
div.DivClassName
{
background-color: #9DA85A;
}
.BgClassName
{
background-color: #9DA85A;
}
</style>
border-color css
<style>
span { border-color: #9DA85A; }
span { border-color: rgb(157,168,90); }
td.TdClassName
{
border-color: #9DA85A;
}
.TagClassName
{
border-color: #9DA85A;
}
</style>