<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS Colour Options in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Colour-Options/m-p/58797#M3091</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Can any body give me the list of colour options (which colour represents which number )that we use in SAS &lt;BR /&gt;
&lt;BR /&gt;
like  background-color: #003399;&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Kiran.M</description>
    <pubDate>Fri, 31 Oct 2008 13:17:45 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-31T13:17:45Z</dc:date>
    <item>
      <title>SAS Colour Options</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Colour-Options/m-p/58797#M3091</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Can any body give me the list of colour options (which colour represents which number )that we use in SAS &lt;BR /&gt;
&lt;BR /&gt;
like  background-color: #003399;&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Kiran.M</description>
      <pubDate>Fri, 31 Oct 2008 13:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Colour-Options/m-p/58797#M3091</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-31T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Colour Options</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Colour-Options/m-p/58798#M3092</link>
      <description>Hi:&lt;BR /&gt;
  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.&lt;BR /&gt;
[pre]&lt;BR /&gt;
#FF0000 = FF=256 or 100% of RED, 0% green , 0% blue&lt;BR /&gt;
#00FF00 = 0% RED, 100% GREEN, 0% BLUE&lt;BR /&gt;
#003399 = 0% RED, approx 20% GREEN, approx 60% blue or sort of dark blue&lt;BR /&gt;
etc, etc&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
If you go to an HTML color picker, (such as this one)&lt;BR /&gt;
&lt;A href="http://www.pagetutor.com/common/bgcolors216.html" target="_blank"&gt;http://www.pagetutor.com/common/bgcolors216.html&lt;/A&gt;&lt;BR /&gt;
you will see the 216 non-dithering colors. There are other color pickers on the web, you just have to search for them.&lt;BR /&gt;
&lt;BR /&gt;
The Tech Support site has a SAS program that will generate this list for you:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts688/ts688.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts688/ts688.html&lt;/A&gt; (but it also shows you the result of running the program)&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 31 Oct 2008 17:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Colour-Options/m-p/58798#M3092</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-10-31T17:44:01Z</dc:date>
    </item>
  </channel>
</rss>

