Shades of Green Smoke #9FA65D
Tints of Green Smoke #9FA65D
RGB
CMYK
RGB Variations
Color information
#9FA65D (or 0x9FA65D) is known color: Green Smoke. HEX triplet: 9F, A6 and 5D. RGB value is (159,166,93). Sum of RGB (Red+Green+Blue) = 159+166+93=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA65D is #6059A2. Grayscale: #9B9B9B. Windows color (decimal): -6314403 or 6137503. OLE color: 6137503.
HSL color Cylindrical-coordinate representation of color #9FA65D: hue angle of 65.75º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FA65D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 93 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.35 |
| HSL | 65.75º | 0.29% | 0.51% | - |
| HSV(B) | 65.75º | 0.44% | 0.65% | - |
| XYZ | 29.91 | 35.43 | 15.62 | - |
| YUV | 155.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 93 | 0.04 | 0 | 0.44 | 0.35 | 65.75 | 0.29 | 0.51 |
| Hex | 9F | A6 | 5D | 4 | 0 | 2C | 23 | 42 | 1D | 33 |
| Octal | 237 | 246 | 135 | 4 | 0 | 54 | 43 | 102 | 35 | 63 |
| Binary | 10011111 | 10100110 | 1011101 | 100 | 0 | 101100 | 100011 | 1000010 | 11101 | 110011 |
Color Harmonies of #9FA65D
Complementary color
Monochromatic Colors of #9FA65D
Black with #9FA65D
Text Example
Text Example
White with #9FA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA65D; }
p { color: rgb(159,166,93); }
H1.HeaderClassName
{
color: #9FA65D;
}
.AnyTagClassName
{
color: #9FA65D;
}
</style>
background-color css
<style>
a { background-color: #9FA65D; }
a { background-color: rgb(159,166,93); }
div.DivClassName
{
background-color: #9FA65D;
}
.BgClassName
{
background-color: #9FA65D;
}
</style>
border-color css
<style>
span { border-color: #9FA65D; }
span { border-color: rgb(159,166,93); }
td.TdClassName
{
border-color: #9FA65D;
}
.TagClassName
{
border-color: #9FA65D;
}
</style>