BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

Can any body give me the list of colour options (which colour represents which number )that we use in SAS

like background-color: #003399;

Actually these type of options that was created when we were installing web report studio (in the form of .css files) on the server.I need to change these colours now.

Regards,
Kiran.M
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
In your CSS file, that particular form of the color specification is a straight HTML color specification, in hexadecimal numbers. The 1st 2 characters are a percent of RED, the next 2 characters are a percent of GREEN and the next 2 characters are a percent of BLUE. The thing is that 00, 33 and 99 are HEX numbers.
[pre]
#FF0000 = FF=256 or 100% of RED, 0% green , 0% blue
#00FF00 = 0% RED, 100% GREEN, 0% BLUE
#003399 = 0% RED, approx 20% GREEN, approx 60% blue or sort of dark blue
etc, etc
[/pre]

If you go to an HTML color picker, (such as this one)
http://www.pagetutor.com/common/bgcolors216.html
you will see the 216 non-dithering colors. There are other color pickers on the web, you just have to search for them.

The Tech Support site has a SAS program that will generate this list for you:
http://support.sas.com/techsup/technote/ts688/ts688.html (but it also shows you the result of running the program)

cynthia

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 788 views
  • 0 likes
  • 2 in conversation