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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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