Shades of Green Smoke #9FA35E
Tints of Green Smoke #9FA35E
RGB
CMYK
RGB Variations
Color information
#9FA35E (or 0x9FA35E) is known color: Green Smoke. HEX triplet: 9F, A3 and 5E. RGB value is (159,163,94). Sum of RGB (Red+Green+Blue) = 159+163+94=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA35E is #605CA1. Grayscale: #9A9A9A. Windows color (decimal): -6315170 or 6202271. OLE color: 6202271.
HSL color Cylindrical-coordinate representation of color #9FA35E: hue angle of 63.48º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FA35E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 94 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.36 |
| HSL | 63.48º | 0.27% | 0.5% | - |
| HSV(B) | 63.48º | 0.42% | 0.64% | - |
| XYZ | 29.42 | 34.37 | 15.67 | - |
| YUV | 153.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 94 | 0.02 | 0 | 0.42 | 0.36 | 63.48 | 0.27 | 0.5 |
| Hex | 9F | A3 | 5E | 2 | 0 | 2A | 24 | 3F | 1B | 32 |
| Octal | 237 | 243 | 136 | 2 | 0 | 52 | 44 | 77 | 33 | 62 |
| Binary | 10011111 | 10100011 | 1011110 | 10 | 0 | 101010 | 100100 | 111111 | 11011 | 110010 |
Color Harmonies of #9FA35E
Complementary color
Monochromatic Colors of #9FA35E
Black with #9FA35E
Text Example
Text Example
White with #9FA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA35E; }
p { color: rgb(159,163,94); }
H1.HeaderClassName
{
color: #9FA35E;
}
.AnyTagClassName
{
color: #9FA35E;
}
</style>
background-color css
<style>
a { background-color: #9FA35E; }
a { background-color: rgb(159,163,94); }
div.DivClassName
{
background-color: #9FA35E;
}
.BgClassName
{
background-color: #9FA35E;
}
</style>
border-color css
<style>
span { border-color: #9FA35E; }
span { border-color: rgb(159,163,94); }
td.TdClassName
{
border-color: #9FA35E;
}
.TagClassName
{
border-color: #9FA35E;
}
</style>