Shades of Green Smoke #9FA05D
Tints of Green Smoke #9FA05D
RGB
CMYK
RGB Variations
Color information
#9FA05D (or 0x9FA05D) is known color: Green Smoke. HEX triplet: 9F, A0 and 5D. RGB value is (159,160,93). Sum of RGB (Red+Green+Blue) = 159+160+93=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA05D is #605FA2. Grayscale: #989898. Windows color (decimal): -6315939 or 6135967. OLE color: 6135967.
HSL color Cylindrical-coordinate representation of color #9FA05D: hue angle of 60.9º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FA05D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 93 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.37 |
| HSL | 60.9º | 0.26% | 0.5% | - |
| HSV(B) | 60.9º | 0.42% | 0.63% | - |
| XYZ | 28.84 | 33.3 | 15.26 | - |
| YUV | 152.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 93 | 0.01 | 0 | 0.42 | 0.37 | 60.9 | 0.26 | 0.5 |
| Hex | 9F | A0 | 5D | 1 | 0 | 2A | 25 | 3D | 1A | 32 |
| Octal | 237 | 240 | 135 | 1 | 0 | 52 | 45 | 75 | 32 | 62 |
| Binary | 10011111 | 10100000 | 1011101 | 1 | 0 | 101010 | 100101 | 111101 | 11010 | 110010 |
Color Harmonies of #9FA05D
Complementary color
Monochromatic Colors of #9FA05D
Black with #9FA05D
Text Example
Text Example
White with #9FA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA05D; }
p { color: rgb(159,160,93); }
H1.HeaderClassName
{
color: #9FA05D;
}
.AnyTagClassName
{
color: #9FA05D;
}
</style>
background-color css
<style>
a { background-color: #9FA05D; }
a { background-color: rgb(159,160,93); }
div.DivClassName
{
background-color: #9FA05D;
}
.BgClassName
{
background-color: #9FA05D;
}
</style>
border-color css
<style>
span { border-color: #9FA05D; }
span { border-color: rgb(159,160,93); }
td.TdClassName
{
border-color: #9FA05D;
}
.TagClassName
{
border-color: #9FA05D;
}
</style>