Shades of Green Smoke #9FA459
Tints of Green Smoke #9FA459
RGB
CMYK
RGB Variations
Color information
#9FA459 (or 0x9FA459) is known color: Green Smoke. HEX triplet: 9F, A4 and 59. RGB value is (159,164,89). Sum of RGB (Red+Green+Blue) = 159+164+89=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA459 is #605BA6. Grayscale: #9A9A9A. Windows color (decimal): -6314919 or 5874847. OLE color: 5874847.
HSL color Cylindrical-coordinate representation of color #9FA459: hue angle of 64º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FA459 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 89 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.36 |
| HSL | 64º | 0.3% | 0.5% | - |
| HSV(B) | 64º | 0.46% | 0.64% | - |
| XYZ | 29.38 | 34.64 | 14.59 | - |
| YUV | 153.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 89 | 0.03 | 0 | 0.46 | 0.36 | 64 | 0.3 | 0.5 |
| Hex | 9F | A4 | 59 | 3 | 0 | 2E | 24 | 40 | 1E | 32 |
| Octal | 237 | 244 | 131 | 3 | 0 | 56 | 44 | 100 | 36 | 62 |
| Binary | 10011111 | 10100100 | 1011001 | 11 | 0 | 101110 | 100100 | 1000000 | 11110 | 110010 |
Color Harmonies of #9FA459
Complementary color
Monochromatic Colors of #9FA459
Black with #9FA459
Text Example
Text Example
White with #9FA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA459; }
p { color: rgb(159,164,89); }
H1.HeaderClassName
{
color: #9FA459;
}
.AnyTagClassName
{
color: #9FA459;
}
</style>
background-color css
<style>
a { background-color: #9FA459; }
a { background-color: rgb(159,164,89); }
div.DivClassName
{
background-color: #9FA459;
}
.BgClassName
{
background-color: #9FA459;
}
</style>
border-color css
<style>
span { border-color: #9FA459; }
span { border-color: rgb(159,164,89); }
td.TdClassName
{
border-color: #9FA459;
}
.TagClassName
{
border-color: #9FA459;
}
</style>