Shades of Green Smoke #9FA04D
Tints of Green Smoke #9FA04D
RGB
CMYK
RGB Variations
Color information
#9FA04D (or 0x9FA04D) is known color: Green Smoke. HEX triplet: 9F, A0 and 4D. RGB value is (159,160,77). Sum of RGB (Red+Green+Blue) = 159+160+77=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA04D is #605FB2. Grayscale: #969696. Windows color (decimal): -6315955 or 5087391. OLE color: 5087391.
HSL color Cylindrical-coordinate representation of color #9FA04D: hue angle of 60.72º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FA04D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 77 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.37 |
| HSL | 60.72º | 0.35% | 0.46% | - |
| HSV(B) | 60.72º | 0.52% | 0.63% | - |
| XYZ | 28.21 | 33.05 | 11.91 | - |
| YUV | 150.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 77 | 0.01 | 0 | 0.52 | 0.37 | 60.72 | 0.35 | 0.46 |
| Hex | 9F | A0 | 4D | 1 | 0 | 34 | 25 | 3D | 23 | 2E |
| Octal | 237 | 240 | 115 | 1 | 0 | 64 | 45 | 75 | 43 | 56 |
| Binary | 10011111 | 10100000 | 1001101 | 1 | 0 | 110100 | 100101 | 111101 | 100011 | 101110 |
Color Harmonies of #9FA04D
Complementary color
Monochromatic Colors of #9FA04D
Black with #9FA04D
Text Example
Text Example
White with #9FA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA04D; }
p { color: rgb(159,160,77); }
H1.HeaderClassName
{
color: #9FA04D;
}
.AnyTagClassName
{
color: #9FA04D;
}
</style>
background-color css
<style>
a { background-color: #9FA04D; }
a { background-color: rgb(159,160,77); }
div.DivClassName
{
background-color: #9FA04D;
}
.BgClassName
{
background-color: #9FA04D;
}
</style>
border-color css
<style>
span { border-color: #9FA04D; }
span { border-color: rgb(159,160,77); }
td.TdClassName
{
border-color: #9FA04D;
}
.TagClassName
{
border-color: #9FA04D;
}
</style>