How to disable colors of top command in Linux

Someone setup top command to display output in colors. How do I disable color in output of the ‘top’ command running on Linux operating system?

Step 1: Start the top by typing the top at the shell prompt:

top

Step 2: Press z to disable to enable or disable colors for the top command.
Step 3: Press W to save changes.
Step 4: Exit from top by pressing q
Step 5: Start top again to verify changes:

top

Screenshot%20from%202018-03-28%2012-06-59
For more info read the man page of top command by typing the following at the bash shell:

man top