CINXE.COM

16恑怓庢摼

<HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <META http-equiv="Content-Style-Type" content="text/css"> <STYLE TYPE="text/css"> <!-- body,tr,td,th { font-size: 10pt ;} --> </STYLE> <TITLE>16恑怓庢摼</TITLE> <SCRIPT LANGUAGE = "JavaScript"> <!--// // 惢嶌幰 : H.Yamashita // E-mail : yamashita@mtj.biglobe.ne.jp // URL : http://www2s.biglobe.ne.jp/~Hiro/ // 拲堄 : 杮僗僋儕僾僩孮 color_checker_form(), color_checker(), // color_fg_ex(selected_col), color_bg_ex(selected_col)偼丄 // 屄恖偺儂乕儉儁乕僕忋偵偍偄偰偼帺桼偵巊梡偟偰捀偄偰峔偄傑偣 // 傫偑丄杮僗僋儕僾僩偺暋惢偺嵺偵偼丄忋婰偺惢嶌幰偲揹巕儊乕儖 // 偺傾僪儗僗丄拲堄傪婰嵹偟偨杮棑偺嶍彍偼嬛偠傑偡丅 //--> <!--// // // 僇儔乕僠僃僢僇乕 Version 0.02a (Update 1997.10.13.) // //--> <!-- JavaScript ////////////////////////////////////////// // 仸儐乕僓乕愝掕売強偼偁傝傑偣傫丅 // ////////////////////////////////////////// // // color_checker_form() : 侾俇恑悢僇儔乕庢摼僣乕儖偺僼僅乕儉嶌惉 // function color_checker_form() { document.write('<TABLE BORDER BGCOLOR=lightyellow CELLPADDING=3><FORM METHOD=POST ACTION=JavaScript:color_checker() NAME=color_checker_form>'); document.write("<TR>"); document.write("<TD COLSPAN=6 ALIGN=center>"); document.write("<FONT COLOR=black>"); document.write('<B>暥帤怓 <FONT COLOR="red">R</FONT><FONT COLOR="green">G</FONT><FONT COLOR="blue">B</FONT> 斾 (0-255)</B>'); document.write("</FONT>"); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=red>RED</FONT>"); document.write('<INPUT TYPE=text NAME=fg_red_ratio MAXLENGTH=3 SIZE=3 VALUE="0">'); document.write("</TD>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=green>GREEN</FONT>"); document.write('<INPUT TYPE=text NAME=fg_green_ratio MAXLENGTH=3 SIZE=3 VALUE="0">'); document.write("</TD>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=blue>BLUE</FONT>"); document.write('<INPUT TYPE=text NAME=fg_blue_ratio MAXLENGTH=3 SIZE=3 VALUE="0">'); document.write("</TD>"); document.write("<TD>"); document.write("<FONT COLOR=black>"); document.write("16 恑悢昞\婰"); document.write("</FONT>"); document.write('<INPUT TYPE=text NAME=fg_hex MAXLENGTH=10 SIZE=10 VALUE="0">'); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD COLSPAN=6 ALIGN=center>"); document.write("<FONT COLOR=black>color name list</FONT>"); document.write('<SELECT NAME="chg_fg_color" onChange="color_fg_ex(this)">'); document.write('<OPTION VALUE="black" SELECTED>----color name----'); document.write('<OPTION VALUE="dummy">-------愒宯-------'); document.write('<OPTION VALUE="crimson">crimson'); document.write('<OPTION VALUE="deeppink">deeppink'); document.write('<OPTION VALUE="hotpink">hotpink'); document.write('<OPTION VALUE="indianred">indianred'); document.write('<OPTION VALUE="lavenderblush">lavenderblush'); document.write('<OPTION VALUE="lightcoral">lightcoral'); document.write('<OPTION VALUE="lightpink">lightpink'); document.write('<OPTION VALUE="mistyrose">mistyrose'); document.write('<OPTION VALUE="orangered">orangered'); document.write('<OPTION VALUE="pink">pink'); document.write('<OPTION VALUE="red">red'); document.write('<OPTION VALUE="rosybrown">rosybrown'); document.write('<OPTION VALUE="snow">snow'); document.write('<OPTION VALUE="dummy">-------拑宯-------'); document.write('<OPTION VALUE="brown">brown'); document.write('<OPTION VALUE="burywood">burywood'); document.write('<OPTION VALUE="chocolate">chocolate'); document.write('<OPTION VALUE="darkred">darkred'); document.write('<OPTION VALUE="firebrick">firebrick'); document.write('<OPTION VALUE="maroon">maroon'); document.write('<OPTION VALUE="peru">peru'); document.write('<OPTION VALUE="saddlebrown">saddlebrown'); document.write('<OPTION VALUE="sienna">sienna'); document.write('<OPTION VALUE="tan">tan'); document.write('<OPTION VALUE="dummy">-------烌宯-------'); document.write('<OPTION VALUE="antiquewhite">antiquewhite'); document.write('<OPTION VALUE="bisque">bisque'); document.write('<OPTION VALUE="blanchedalmond">blanchedalmond'); document.write('<OPTION VALUE="coral">coral'); document.write('<OPTION VALUE="darkorange">darkorange'); document.write('<OPTION VALUE="darksalmon">darksalmon'); document.write('<OPTION VALUE="floralwhite">floralwhite'); document.write('<OPTION VALUE="lightsalmon">lightsalmon'); document.write('<OPTION VALUE="linen">linen'); document.write('<OPTION VALUE="moccasin">moccasin'); document.write('<OPTION VALUE="navajowhite">navajowhite'); document.write('<OPTION VALUE="orange">orange'); document.write('<OPTION VALUE="papayawhip">papayawhip'); document.write('<OPTION VALUE="peachpuff">peachpuff'); document.write('<OPTION VALUE="salmon">salmon'); document.write('<OPTION VALUE="sandybrown">sandybrown'); document.write('<OPTION VALUE="seashell">seashell'); document.write('<OPTION VALUE="tomato">tomato'); document.write('<OPTION VALUE="dummy">-------墿宯-------'); document.write('<OPTION VALUE="beige">beige'); document.write('<OPTION VALUE="cornsilk">cornsilk'); document.write('<OPTION VALUE="darkgoldenrod">darkgoldenrod'); document.write('<OPTION VALUE="darkkhaki">darkkhaki'); document.write('<OPTION VALUE="gold">gold'); document.write('<OPTION VALUE="goldenrod">goldenrod'); document.write('<OPTION VALUE="ivory">ivory'); document.write('<OPTION VALUE="khaki">khaki'); document.write('<OPTION VALUE="lemonchiffon">lemonchiffon'); document.write('<OPTION VALUE="lightgoldenrodyellow">lightgoldenrodyellow'); document.write('<OPTION VALUE="lightyellow">lightyellow'); document.write('<OPTION VALUE="olive">olive'); document.write('<OPTION VALUE="palegoldenrod">palegoldenrod'); document.write('<OPTION VALUE="wheat">wheat'); document.write('<OPTION VALUE="yellow">yellow'); document.write('<OPTION VALUE="dummy">-------椢宯-------'); document.write('<OPTION VALUE="chartreuse">chartreuse'); document.write('<OPTION VALUE="darkgreen">darkgreen'); document.write('<OPTION VALUE="darkolivegreen">darkolivegreen'); document.write('<OPTION VALUE="darkseagreen">darkseagreen'); document.write('<OPTION VALUE="forestgreen">forestgreen'); document.write('<OPTION VALUE="green">green'); document.write('<OPTION VALUE="greenyellow">greenyellow'); document.write('<OPTION VALUE="honeydew">honeydew'); document.write('<OPTION VALUE="lawngreen">lawngreen'); document.write('<OPTION VALUE="lightgreen">lightgreen'); document.write('<OPTION VALUE="lime">lime'); document.write('<OPTION VALUE="limegreen">limegreen'); document.write('<OPTION VALUE="lightseagreen">lightseagreen'); document.write('<OPTION VALUE="mediumaquamarine">mediumaquamarine'); document.write('<OPTION VALUE="mediumseagreen">mediumseagreen'); document.write('<OPTION VALUE="mediumspringgreen">mediumspringgreen'); document.write('<OPTION VALUE="mediumturquoise">mediumturquoise'); document.write('<OPTION VALUE="mintcream">mintcream'); document.write('<OPTION VALUE="olivedrab">olivedrab'); document.write('<OPTION VALUE="palegreen">palegreen'); document.write('<OPTION VALUE="seagreen">seagreen'); document.write('<OPTION VALUE="springgreen">springgreen'); document.write('<OPTION VALUE="teai">teai'); document.write('<OPTION VALUE="turquoise">turquoise'); document.write('<OPTION VALUE="yellowgreen">yellowgreen'); document.write('<OPTION VALUE="dummy">-------惵宯-------'); document.write('<OPTION VALUE="aliceblue">aliceblue'); document.write('<OPTION VALUE="aqua">aqua(=cyan)'); document.write('<OPTION VALUE="aquamarine">aquamarine'); document.write('<OPTION VALUE="azure">azure'); document.write('<OPTION VALUE="blue">blue'); document.write('<OPTION VALUE="cadetblue">cadetblue'); document.write('<OPTION VALUE="cornflowerblue">cornflowerblue'); document.write('<OPTION VALUE="cyan">cyan(=aqua)'); document.write('<OPTION VALUE="darkblue">darkblue'); document.write('<OPTION VALUE="darkcyan">darkcyan'); document.write('<OPTION VALUE="darkslateblue">darkslateblue'); document.write('<OPTION VALUE="darkturquoise">darkturquoise'); document.write('<OPTION VALUE="deepskyblue">deepskyblue'); document.write('<OPTION VALUE="dodgerblue">dodgerblue'); document.write('<OPTION VALUE="ghostwhite">ghostwhite'); document.write('<OPTION VALUE="indigo">indigo'); document.write('<OPTION VALUE="lightblue">lightblue'); document.write('<OPTION VALUE="lightcyan">lightcyan'); document.write('<OPTION VALUE="lightskyblue">lightskyblue'); document.write('<OPTION VALUE="lightsteelblue">lightsteelblue'); document.write('<OPTION VALUE="mediumblue">mediumblue'); document.write('<OPTION VALUE="mediumslateblue">mediumslateblue'); document.write('<OPTION VALUE="midnightblue">midnightblue'); document.write('<OPTION VALUE="navy">navy'); document.write('<OPTION VALUE="oldrace">oldrace'); document.write('<OPTION VALUE="paleturquoise">paleturquoise'); document.write('<OPTION VALUE="powderblue">powderblue'); document.write('<OPTION VALUE="royalblue">royalblue'); document.write('<OPTION VALUE="skyblue">skyblue'); document.write('<OPTION VALUE="slateblue">slateblue'); document.write('<OPTION VALUE="steelblue">steelblue'); document.write('<OPTION VALUE="dummy">-------巼宯-------'); document.write('<OPTION VALUE="blueviolet">blueviolet'); document.write('<OPTION VALUE="darkmagenta">darkmagenta'); document.write('<OPTION VALUE="darkorchid">darkorchid'); document.write('<OPTION VALUE="darkviolet">darkviolet'); document.write('<OPTION VALUE="fuchsia">fuchsia(=magenta)'); document.write('<OPTION VALUE="lavender">lavender'); document.write('<OPTION VALUE="magenta">magenta(=fuchsia)'); document.write('<OPTION VALUE="mediumorchid">mediumorchid'); document.write('<OPTION VALUE="mediumpurple">mediumpurple'); document.write('<OPTION VALUE="mediumvioletred">mediumvioletred'); document.write('<OPTION VALUE="orchid">orchid'); document.write('<OPTION VALUE="palevioletred">palevioletred'); document.write('<OPTION VALUE="plum">plum'); document.write('<OPTION VALUE="purple">purple'); document.write('<OPTION VALUE="thistle">thistle'); document.write('<OPTION VALUE="violet">violet'); document.write('<OPTION VALUE="dummy">----儌僲僩乕儞-----'); document.write('<OPTION VALUE="black">black'); document.write('<OPTION VALUE="darkgray">darkgray'); document.write('<OPTION VALUE="darkslategray">darkslategray'); document.write('<OPTION VALUE="dimgray">dimgray'); document.write('<OPTION VALUE="gainsboro">gainsboro'); document.write('<OPTION VALUE="gray">gray'); document.write('<OPTION VALUE="lightgrey">lightgrey'); document.write('<OPTION VALUE="lightslategray">lightslategray'); document.write('<OPTION VALUE="silver">silver'); document.write('<OPTION VALUE="slategray">slategray'); document.write('<OPTION VALUE="white">white'); document.write('<OPTION VALUE="whitesmoke">whitesmoke'); document.write("</SELECT>"); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD COLSPAN=6 ALIGN=center>"); document.write("<FONT COLOR=black>"); document.write('<B>攚宨怓 <FONT COLOR="red">R</FONT><FONT COLOR="green">G</FONT><FONT COLOR="blue">B</FONT> 斾 (0-255)</B>'); document.write("</FONT>"); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=red>RED</FONT>"); document.write('<INPUT TYPE=text NAME=bg_red_ratio MAXLENGTH=3 SIZE=3 VALUE="204">'); document.write("</TD>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=green>GREEN</FONT>"); document.write('<INPUT TYPE=text NAME=bg_green_ratio MAXLENGTH=3 SIZE=3 VALUE="255">'); document.write("</TD>"); document.write("<TD ALIGN=right>"); document.write("<FONT COLOR=blue>BLUE</FONT>"); document.write('<INPUT TYPE=text NAME=bg_blue_ratio MAXLENGTH=3 SIZE=3 VALUE="204">'); document.write("</TD>"); document.write("<TD>"); document.write("<FONT COLOR=black> 16 恑悢昞\婰</FONT>"); document.write('<INPUT TYPE=text NAME=bg_hex MAXLENGTH=10 SIZE=10 VALUE="0">'); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD COLSPAN=6 ALIGN=center>"); document.write("<FONT COLOR=black>color name list</FONT>"); document.write('<SELECT NAME="chg_fg_color" onChange="color_bg_ex(this)">'); document.write('<OPTION VALUE="white" SELECTED>----color name----'); document.write('<OPTION VALUE="dummy">-------愒宯-------'); document.write('<OPTION VALUE="crimson">crimson'); document.write('<OPTION VALUE="deeppink">deeppink'); document.write('<OPTION VALUE="hotpink">hotpink'); document.write('<OPTION VALUE="indianred">indianred'); document.write('<OPTION VALUE="lavenderblush">lavenderblush'); document.write('<OPTION VALUE="lightcoral">lightcoral'); document.write('<OPTION VALUE="lightpink">lightpink'); document.write('<OPTION VALUE="mistyrose">mistyrose'); document.write('<OPTION VALUE="orangered">orangered'); document.write('<OPTION VALUE="pink">pink'); document.write('<OPTION VALUE="red">red'); document.write('<OPTION VALUE="rosybrown">rosybrown'); document.write('<OPTION VALUE="snow">snow'); document.write('<OPTION VALUE="dummy">-------拑宯-------'); document.write('<OPTION VALUE="brown">brown'); document.write('<OPTION VALUE="burywood">burywood'); document.write('<OPTION VALUE="chocolate">chocolate'); document.write('<OPTION VALUE="darkred">darkred'); document.write('<OPTION VALUE="firebrick">firebrick'); document.write('<OPTION VALUE="maroon">maroon'); document.write('<OPTION VALUE="peru">peru'); document.write('<OPTION VALUE="saddlebrown">saddlebrown'); document.write('<OPTION VALUE="sienna">sienna'); document.write('<OPTION VALUE="tan">tan'); document.write('<OPTION VALUE="dummy">-------烌宯-------'); document.write('<OPTION VALUE="antiquewhite">antiquewhite'); document.write('<OPTION VALUE="bisque">bisque'); document.write('<OPTION VALUE="blanchedalmond">blanchedalmond'); document.write('<OPTION VALUE="coral">coral'); document.write('<OPTION VALUE="darkorange">darkorange'); document.write('<OPTION VALUE="darksalmon">darksalmon'); document.write('<OPTION VALUE="floralwhite">floralwhite'); document.write('<OPTION VALUE="lightsalmon">lightsalmon'); document.write('<OPTION VALUE="linen">linen'); document.write('<OPTION VALUE="moccasin">moccasin'); document.write('<OPTION VALUE="navajowhite">navajowhite'); document.write('<OPTION VALUE="orange">orange'); document.write('<OPTION VALUE="papayawhip">papayawhip'); document.write('<OPTION VALUE="peachpuff">peachpuff'); document.write('<OPTION VALUE="salmon">salmon'); document.write('<OPTION VALUE="sandybrown">sandybrown'); document.write('<OPTION VALUE="seashell">seashell'); document.write('<OPTION VALUE="tomato">tomato'); document.write('<OPTION VALUE="dummy">-------墿宯-------'); document.write('<OPTION VALUE="beige">beige'); document.write('<OPTION VALUE="cornsilk">cornsilk'); document.write('<OPTION VALUE="darkgoldenrod">darkgoldenrod'); document.write('<OPTION VALUE="darkkhaki">darkkhaki'); document.write('<OPTION VALUE="gold">gold'); document.write('<OPTION VALUE="goldenrod">goldenrod'); document.write('<OPTION VALUE="ivory">ivory'); document.write('<OPTION VALUE="khaki">khaki'); document.write('<OPTION VALUE="lemonchiffon">lemonchiffon'); document.write('<OPTION VALUE="lightgoldenrodyellow">lightgoldenrodyellow'); document.write('<OPTION VALUE="lightyellow">lightyellow'); document.write('<OPTION VALUE="olive">olive'); document.write('<OPTION VALUE="palegoldenrod">palegoldenrod'); document.write('<OPTION VALUE="wheat">wheat'); document.write('<OPTION VALUE="yellow">yellow'); document.write('<OPTION VALUE="dummy">-------椢宯-------'); document.write('<OPTION VALUE="chartreuse">chartreuse'); document.write('<OPTION VALUE="darkgreen">darkgreen'); document.write('<OPTION VALUE="darkolivegreen">darkolivegreen'); document.write('<OPTION VALUE="darkseagreen">darkseagreen'); document.write('<OPTION VALUE="forestgreen">forestgreen'); document.write('<OPTION VALUE="green">green'); document.write('<OPTION VALUE="greenyellow">greenyellow'); document.write('<OPTION VALUE="honeydew">honeydew'); document.write('<OPTION VALUE="lawngreen">lawngreen'); document.write('<OPTION VALUE="lightgreen">lightgreen'); document.write('<OPTION VALUE="lime">lime'); document.write('<OPTION VALUE="limegreen">limegreen'); document.write('<OPTION VALUE="lightseagreen">lightseagreen'); document.write('<OPTION VALUE="mediumaquamarine">mediumaquamarine'); document.write('<OPTION VALUE="mediumseagreen">mediumseagreen'); document.write('<OPTION VALUE="mediumspringgreen">mediumspringgreen'); document.write('<OPTION VALUE="mediumturquoise">mediumturquoise'); document.write('<OPTION VALUE="mintcream">mintcream'); document.write('<OPTION VALUE="olivedrab">olivedrab'); document.write('<OPTION VALUE="palegreen">palegreen'); document.write('<OPTION VALUE="seagreen">seagreen'); document.write('<OPTION VALUE="springgreen">springgreen'); document.write('<OPTION VALUE="teai">teai'); document.write('<OPTION VALUE="turquoise">turquoise'); document.write('<OPTION VALUE="yellowgreen">yellowgreen'); document.write('<OPTION VALUE="dummy">-------惵宯-------'); document.write('<OPTION VALUE="aliceblue">aliceblue'); document.write('<OPTION VALUE="aqua">aqua(=cyan)'); document.write('<OPTION VALUE="aquamarine">aquamarine'); document.write('<OPTION VALUE="azure">azure'); document.write('<OPTION VALUE="blue">blue'); document.write('<OPTION VALUE="cadetblue">cadetblue'); document.write('<OPTION VALUE="cornflowerblue">cornflowerblue'); document.write('<OPTION VALUE="cyan">cyan(=aqua)'); document.write('<OPTION VALUE="darkblue">darkblue'); document.write('<OPTION VALUE="darkcyan">darkcyan'); document.write('<OPTION VALUE="darkslateblue">darkslateblue'); document.write('<OPTION VALUE="darkturquoise">darkturquoise'); document.write('<OPTION VALUE="deepskyblue">deepskyblue'); document.write('<OPTION VALUE="dodgerblue">dodgerblue'); document.write('<OPTION VALUE="ghostwhite">ghostwhite'); document.write('<OPTION VALUE="indigo">indigo'); document.write('<OPTION VALUE="lightblue">lightblue'); document.write('<OPTION VALUE="lightcyan">lightcyan'); document.write('<OPTION VALUE="lightskyblue">lightskyblue'); document.write('<OPTION VALUE="lightsteelblue">lightsteelblue'); document.write('<OPTION VALUE="mediumblue">mediumblue'); document.write('<OPTION VALUE="mediumslateblue">mediumslateblue'); document.write('<OPTION VALUE="midnightblue">midnightblue'); document.write('<OPTION VALUE="navy">navy'); document.write('<OPTION VALUE="oldrace">oldrace'); document.write('<OPTION VALUE="paleturquoise">paleturquoise'); document.write('<OPTION VALUE="powderblue">powderblue'); document.write('<OPTION VALUE="royalblue">royalblue'); document.write('<OPTION VALUE="skyblue">skyblue'); document.write('<OPTION VALUE="slateblue">slateblue'); document.write('<OPTION VALUE="steelblue">steelblue'); document.write('<OPTION VALUE="dummy">-------巼宯-------'); document.write('<OPTION VALUE="blueviolet">blueviolet'); document.write('<OPTION VALUE="darkmagenta">darkmagenta'); document.write('<OPTION VALUE="darkorchid">darkorchid'); document.write('<OPTION VALUE="darkviolet">darkviolet'); document.write('<OPTION VALUE="fuchsia">fuchsia(=magenta)'); document.write('<OPTION VALUE="lavender">lavender'); document.write('<OPTION VALUE="magenta">magenta(=fuchsia)'); document.write('<OPTION VALUE="mediumorchid">mediumorchid'); document.write('<OPTION VALUE="mediumpurple">mediumpurple'); document.write('<OPTION VALUE="mediumvioletred">mediumvioletred'); document.write('<OPTION VALUE="orchid">orchid'); document.write('<OPTION VALUE="palevioletred">palevioletred'); document.write('<OPTION VALUE="plum">plum'); document.write('<OPTION VALUE="purple">purple'); document.write('<OPTION VALUE="thistle">thistle'); document.write('<OPTION VALUE="violet">violet'); document.write('<OPTION VALUE="dummy">----儌僲僩乕儞-----'); document.write('<OPTION VALUE="black">black'); document.write('<OPTION VALUE="darkgray">darkgray'); document.write('<OPTION VALUE="darkslategray">darkslategray'); document.write('<OPTION VALUE="dimgray">dimgray'); document.write('<OPTION VALUE="gainsboro">gainsboro'); document.write('<OPTION VALUE="gray">gray'); document.write('<OPTION VALUE="lightgrey">lightgrey'); document.write('<OPTION VALUE="lightslategray">lightslategray'); document.write('<OPTION VALUE="silver">silver'); document.write('<OPTION VALUE="slategray">slategray'); document.write('<OPTION VALUE="white">white'); document.write('<OPTION VALUE="whitesmoke">whitesmoke'); document.write("</SELECT>"); document.write("</TD>"); document.write("</TR>"); document.write("<TR>"); document.write("<TD COLSPAN=4 ALIGN=center>"); document.write('<INPUT TYPE=submit NAME=chg_color_button MAXLENGTH=3 SIZE=3 VALUE=" 曄峏 ">'); document.write("</TD>"); document.write("</TR>"); document.write("</FORM></TABLE>"); } // // color_checker() : 僇儔乕嶌惉丄昞帵丄侾俇恑昞婰嶌惉 // function color_checker() { var fg_hex, bg_hex fg_hex = ""; bg_hex = ""; var fg_col = new Array(3); var bg_col = new Array(3); var hex = new Array(16); // // 侾侽恑傪侾俇恑偵曄峏偡傞偨傔偺僨乕僞 // hex[0] = "0"; hex[1] = "1"; hex[2] = "2"; hex[3] = "3"; hex[4] = "4"; hex[5] = "5"; hex[6] = "6"; hex[7] = "7"; hex[8] = "8"; hex[9] = "9"; hex[10] = "A"; hex[11] = "B"; hex[12] = "C"; hex[13] = "D"; hex[14] = "E"; hex[15] = "F"; // // 暥帤怓偺僨乕僞愝掕 // fg_col[0] = document.color_checker_form.fg_red_ratio.value; fg_col[1] = document.color_checker_form.fg_green_ratio.value; fg_col[2] = document.color_checker_form.fg_blue_ratio.value; // // 俼俧俛偺侾侽恑僨乕僞傪侾俇恑偵曄姺 // for (i = 0; i < 3; i++) { if (fg_col[i] == "") { fg_col[i] = "0"; } else if (fg_col[i] < 0) { fg_col[i] = "0"; } else if (fg_col[i] > 255) { fg_col[i] = "255"; } fg_hex += hex[Math.floor(fg_col[i]/16)]; fg_hex += hex[fg_col[i]%16]; } document.color_checker_form.fg_red_ratio.value = fg_col[0]; document.color_checker_form.fg_green_ratio.value = fg_col[1]; document.color_checker_form.fg_blue_ratio.value = fg_col[2]; // // 攚宨怓偺僨乕僞愝掕 // bg_col[0] = document.color_checker_form.bg_red_ratio.value; bg_col[1] = document.color_checker_form.bg_green_ratio.value; bg_col[2] = document.color_checker_form.bg_blue_ratio.value; // // 俼俧俛偺侾侽恑僨乕僞傪侾俇恑偵曄姺 // for (i = 0; i < 3; i++) { if (bg_col[i] == "") { bg_col[i] = "0"; } else if (bg_col[i] < 0) { bg_col[i] = "0"; } else if (bg_col[i] > 255) { bg_col[i] = "255"; } bg_hex += hex[Math.floor(bg_col[i]/16)]; bg_hex += hex[bg_col[i]%16]; } document.color_checker_form.bg_red_ratio.value = bg_col[0]; document.color_checker_form.bg_green_ratio.value = bg_col[1]; document.color_checker_form.bg_blue_ratio.value = bg_col[2]; // // 侾俇恑僇儔乕昞婰嶌惉 // document.color_checker_form.fg_hex.value = "#" + fg_hex; document.color_checker_form.bg_hex.value = "#" + bg_hex; // // 怓偺曄峏 // document.fgColor = fg_hex; document.bgColor = bg_hex; } // // 奺怓偺僨乕僞嶌惉 // var col_max = 140; var col_r = new Array(col_max); var col_g = new Array(col_max); var col_b = new Array(col_max); col_r["aliceblue"] = 240; col_g["aliceblue"] = 248; col_b["aliceblue"] = 255; col_r["antiquewhite"] = 250; col_g["antiquewhite"] = 235; col_b["antiquewhite"] = 215; col_r["aqua"] = 0; col_g["aqua"] = 255; col_b["aqua"] = 255; col_r["aquamarine"] = 127; col_g["aquamarine"] = 255; col_b["aquamarine"] = 212; col_r["azure"] = 240; col_g["azure"] = 255; col_b["azure"] = 255; col_r["beige"] = 245; col_g["beige"] = 245; col_b["beige"] = 220; col_r["bisque"] = 255; col_g["bisque"] = 228; col_b["bisque"] = 196; col_r["black"] = 0; col_g["black"] = 0; col_b["black"] = 0; col_r["blanchedalmond"] = 255; col_g["blanchedalmond"] = 235; col_b["blanchedalmond"] = 205; col_r["blue"] = 0; col_g["blue"] = 0; col_b["blue"] = 255; col_r["blueviolet"] = 138; col_g["blueviolet"] = 43; col_b["blueviolet"] = 226; col_r["brown"] = 165; col_g["brown"] = 42; col_b["brown"] = 42; col_r["burywood"] = 176; col_g["burywood"] = 0; col_b["burywood"] = 13; col_r["cadetblue"] = 95; col_g["cadetblue"] = 158; col_b["cadetblue"] = 160; col_r["chartreuse"] = 127; col_g["chartreuse"] = 255; col_b["chartreuse"] = 0; col_r["chocolate"] = 210; col_g["chocolate"] = 105; col_b["chocolate"] = 30; col_r["coral"] = 255; col_g["coral"] = 127; col_b["coral"] = 80; col_r["cornflowerblue"] = 100; col_g["cornflowerblue"] = 149; col_b["cornflowerblue"] = 237; col_r["cornsilk"] = 255; col_g["cornsilk"] = 248; col_b["cornsilk"] = 220; col_r["crimson"] = 220; col_g["crimson"] = 20; col_b["crimson"] = 60; col_r["cyan"] = 0; col_g["cyan"] = 255; col_b["cyan"] = 255; col_r["darkblue"] = 0; col_g["darkblue"] = 0; col_b["darkblue"] = 139; col_r["darkcyan"] = 0; col_g["darkcyan"] = 139; col_b["darkcyan"] = 139; col_r["darkgoldenrod"] = 184; col_g["darkgoldenrod"] = 134; col_b["darkgoldenrod"] = 11; col_r["darkgray"] = 169; col_g["darkgray"] = 169; col_b["darkgray"] = 169; col_r["darkgreen"] = 0; col_g["darkgreen"] = 100; col_b["darkgreen"] = 0; col_r["darkkhaki"] = 189; col_g["darkkhaki"] = 183; col_b["darkkhaki"] = 107; col_r["darkmagenta"] = 139; col_g["darkmagenta"] = 0; col_b["darkmagenta"] = 139; col_r["darkolivegreen"] = 85; col_g["darkolivegreen"] = 107; col_b["darkolivegreen"] = 47; col_r["darkorange"] = 255; col_g["darkorange"] = 140; col_b["darkorange"] = 0; col_r["darkorchid"] = 153; col_g["darkorchid"] = 50; col_b["darkorchid"] = 204; col_r["darkred"] = 139; col_g["darkred"] = 0; col_b["darkred"] = 0; col_r["darksalmon"] = 233; col_g["darksalmon"] = 150; col_b["darksalmon"] = 122; col_r["darkseagreen"] = 143; col_g["darkseagreen"] = 188; col_b["darkseagreen"] = 143; col_r["darkslateblue"] = 72; col_g["darkslateblue"] = 61; col_b["darkslateblue"] = 139; col_r["darkslategray"] = 47; col_g["darkslategray"] = 79; col_b["darkslategray"] = 79; col_r["darkturquoise"] = 0; col_g["darkturquoise"] = 206; col_b["darkturquoise"] = 209; col_r["darkviolet"] = 148; col_g["darkviolet"] = 0; col_b["darkviolet"] = 211; col_r["deeppink"] = 255; col_g["deeppink"] = 20; col_b["deeppink"] = 147; col_r["deepskyblue"] = 0; col_g["deepskyblue"] = 191; col_b["deepskyblue"] = 255; col_r["dimgray"] = 105; col_g["dimgray"] = 105; col_b["dimgray"] = 105; col_r["dodgerblue"] = 30; col_g["dodgerblue"] = 144; col_b["dodgerblue"] = 255; col_r["firebrick"] = 178; col_g["firebrick"] = 34; col_b["firebrick"] = 34; col_r["floralwhite"] = 255; col_g["floralwhite"] = 250; col_b["floralwhite"] = 240; col_r["forestgreen"] = 34; col_g["forestgreen"] = 139; col_b["forestgreen"] = 34; col_r["fuchsia"] = 255; col_g["fuchsia"] = 0; col_b["fuchsia"] = 255; col_r["gainsboro"] = 220; col_g["gainsboro"] = 220; col_b["gainsboro"] = 220; col_r["ghostwhite"] = 248; col_g["ghostwhite"] = 248; col_b["ghostwhite"] = 255; col_r["gold"] = 255; col_g["gold"] = 215; col_b["gold"] = 0; col_r["goldenrod"] = 218; col_g["goldenrod"] = 165; col_b["goldenrod"] = 32; col_r["gray"] = 128; col_g["gray"] = 128; col_b["gray"] = 128; col_r["green"] = 0; col_g["green"] = 128; col_b["green"] = 0; col_r["greenyellow"] = 173; col_g["greenyellow"] = 255; col_b["greenyellow"] = 47; col_r["honeydew"] = 240; col_g["honeydew"] = 255; col_b["honeydew"] = 240; col_r["hotpink"] = 255; col_g["hotpink"] = 105; col_b["hotpink"] = 180; col_r["indianred"] = 205; col_g["indianred"] = 92; col_b["indianred"] = 92; col_r["indigo"] = 75; col_g["indigo"] = 0; col_b["indigo"] = 130; col_r["ivory"] = 255; col_g["ivory"] = 255; col_b["ivory"] = 240; col_r["khaki"] = 240; col_g["khaki"] = 230; col_b["khaki"] = 140; col_r["lavender"] = 230; col_g["lavender"] = 230; col_b["lavender"] = 250; col_r["lavenderblush"] = 255; col_g["lavenderblush"] = 240; col_b["lavenderblush"] = 245; col_r["lawngreen"] = 124; col_g["lawngreen"] = 252; col_b["lawngreen"] = 0; col_r["lemonchiffon"] = 255; col_g["lemonchiffon"] = 250; col_b["lemonchiffon"] = 205; col_r["lightblue"] = 173; col_g["lightblue"] = 216; col_b["lightblue"] = 230; col_r["lightcoral"] = 240; col_g["lightcoral"] = 128; col_b["lightcoral"] = 128; col_r["lightcyan"] = 224; col_g["lightcyan"] = 255; col_b["lightcyan"] = 255; col_r["lightgoldenrodyellow"] = 250; col_g["lightgoldenrodyellow"] = 250; col_b["lightgoldenrodyellow"] = 210; col_r["lightgreen"] = 144; col_g["lightgreen"] = 238; col_b["lightgreen"] = 144; col_r["lightgrey"] = 211; col_g["lightgrey"] = 211; col_b["lightgrey"] = 211; col_r["lightpink"] = 255; col_g["lightpink"] = 182; col_b["lightpink"] = 193; col_r["lightsalmon"] = 255; col_g["lightsalmon"] = 160; col_b["lightsalmon"] = 122; col_r["lightseagreen"] = 32; col_g["lightseagreen"] = 178; col_b["lightseagreen"] = 170; col_r["lightskyblue"] = 135; col_g["lightskyblue"] = 206; col_b["lightskyblue"] = 250; col_r["lightslategray"] = 119; col_g["lightslategray"] = 136; col_b["lightslategray"] = 153; col_r["lightsteelblue"] = 176; col_g["lightsteelblue"] = 196; col_b["lightsteelblue"] = 222; col_r["lightyellow"] = 255; col_g["lightyellow"] = 255; col_b["lightyellow"] = 224; col_r["lime"] = 0; col_g["lime"] = 255; col_b["lime"] = 0; col_r["limegreen"] = 50; col_g["limegreen"] = 205; col_b["limegreen"] = 50; col_r["linen"] = 250; col_g["linen"] = 240; col_b["linen"] = 230; col_r["magenta"] = 255; col_g["magenta"] = 0; col_b["magenta"] = 255; col_r["maroon"] = 128; col_g["maroon"] = 0; col_b["maroon"] = 0; col_r["mediumaquamarine"] = 102; col_g["mediumaquamarine"] = 205; col_b["mediumaquamarine"] = 170; col_r["mediumblue"] = 0; col_g["mediumblue"] = 0; col_b["mediumblue"] = 205; col_r["mediumorchid"] = 186; col_g["mediumorchid"] = 85; col_b["mediumorchid"] = 211; col_r["mediumpurple"] = 147; col_g["mediumpurple"] = 112; col_b["mediumpurple"] = 219; col_r["mediumseagreen"] = 60; col_g["mediumseagreen"] = 179; col_b["mediumseagreen"] = 113; col_r["mediumslateblue"] = 123; col_g["mediumslateblue"] = 104; col_b["mediumslateblue"] = 238; col_r["mediumspringgreen"] = 0; col_g["mediumspringgreen"] = 250; col_b["mediumspringgreen"] = 154; col_r["mediumturquoise"] = 72; col_g["mediumturquoise"] = 209; col_b["mediumturquoise"] = 204; col_r["mediumvioletred"] = 199; col_g["mediumvioletred"] = 21; col_b["mediumvioletred"] = 133; col_r["midnightblue"] = 25; col_g["midnightblue"] = 25; col_b["midnightblue"] = 112; col_r["mintcream"] = 245; col_g["mintcream"] = 255; col_b["mintcream"] = 250; col_r["mistyrose"] = 255; col_g["mistyrose"] = 228; col_b["mistyrose"] = 225; col_r["moccasin"] = 255; col_g["moccasin"] = 228; col_b["moccasin"] = 181; col_r["navajowhite"] = 255; col_g["navajowhite"] = 222; col_b["navajowhite"] = 173; col_r["navy"] = 0; col_g["navy"] = 0; col_b["navy"] = 128; col_r["oldrace"] = 0; col_g["oldrace"] = 10; col_b["oldrace"] = 224; col_r["olive"] = 128; col_g["olive"] = 128; col_b["olive"] = 0; col_r["olivedrab"] = 107; col_g["olivedrab"] = 142; col_b["olivedrab"] = 35; col_r["orange"] = 255; col_g["orange"] = 165; col_b["orange"] = 0; col_r["orangered"] = 255; col_g["orangered"] = 69; col_b["orangered"] = 0; col_r["orchid"] = 218; col_g["orchid"] = 112; col_b["orchid"] = 214; col_r["palegoldenrod"] = 238; col_g["palegoldenrod"] = 232; col_b["palegoldenrod"] = 170; col_r["palegreen"] = 152; col_g["palegreen"] = 251; col_b["palegreen"] = 152; col_r["paleturquoise"] = 175; col_g["paleturquoise"] = 238; col_b["paleturquoise"] = 238; col_r["palevioletred"] = 219; col_g["palevioletred"] = 112; col_b["palevioletred"] = 147; col_r["papayawhip"] = 255; col_g["papayawhip"] = 239; col_b["papayawhip"] = 213; col_r["peachpuff"] = 255; col_g["peachpuff"] = 218; col_b["peachpuff"] = 185; col_r["peru"] = 205; col_g["peru"] = 133; col_b["peru"] = 63; col_r["pink"] = 255; col_g["pink"] = 192; col_b["pink"] = 203; col_r["plum"] = 221; col_g["plum"] = 160; col_b["plum"] = 221; col_r["powderblue"] = 176; col_g["powderblue"] = 224; col_b["powderblue"] = 230; col_r["purple"] = 128; col_g["purple"] = 0; col_b["purple"] = 128; col_r["red"] = 255; col_g["red"] = 0; col_b["red"] = 0; col_r["rosybrown"] = 188; col_g["rosybrown"] = 143; col_b["rosybrown"] = 143; col_r["royalblue"] = 65; col_g["royalblue"] = 105; col_b["royalblue"] = 225; col_r["saddlebrown"] = 139; col_g["saddlebrown"] = 69; col_b["saddlebrown"] = 19; col_r["salmon"] = 250; col_g["salmon"] = 128; col_b["salmon"] = 114; col_r["sandybrown"] = 244; col_g["sandybrown"] = 164; col_b["sandybrown"] = 96; col_r["seagreen"] = 46; col_g["seagreen"] = 139; col_b["seagreen"] = 87; col_r["seashell"] = 255; col_g["seashell"] = 245; col_b["seashell"] = 238; col_r["sienna"] = 160; col_g["sienna"] = 82; col_b["sienna"] = 45; col_r["silver"] = 192; col_g["silver"] = 192; col_b["silver"] = 192; col_r["skyblue"] = 135; col_g["skyblue"] = 206; col_b["skyblue"] = 235; col_r["slateblue"] = 106; col_g["slateblue"] = 90; col_b["slateblue"] = 205; col_r["slategray"] = 112; col_g["slategray"] = 128; col_b["slategray"] = 144; col_r["snow"] = 255; col_g["snow"] = 250; col_b["snow"] = 250; col_r["springgreen"] = 0; col_g["springgreen"] = 255; col_b["springgreen"] = 127; col_r["steelblue"] = 70; col_g["steelblue"] = 130; col_b["steelblue"] = 180; col_r["tan"] = 210; col_g["tan"] = 180; col_b["tan"] = 140; col_r["teai"] = 14; col_g["teai"] = 160; col_b["teai"] = 0; col_r["thistle"] = 216; col_g["thistle"] = 191; col_b["thistle"] = 216; col_r["tomato"] = 255; col_g["tomato"] = 99; col_b["tomato"] = 71; col_r["turquoise"] = 64; col_g["turquoise"] = 224; col_b["turquoise"] = 208; col_r["violet"] = 238; col_g["violet"] = 130; col_b["violet"] = 238; col_r["wheat"] = 245; col_g["wheat"] = 222; col_b["wheat"] = 179; col_r["white"] = 255; col_g["white"] = 255; col_b["white"] = 255; col_r["whitesmoke"] = 245; col_g["whitesmoke"] = 245; col_b["whitesmoke"] = 245; col_r["yellow"] = 255; col_g["yellow"] = 255; col_b["yellow"] = 0; col_r["yellowgreen"] = 154; col_g["yellowgreen"] = 205; col_b["yellowgreen"] = 50; // // color_fg_ex(selected_col) : 暥帤怓偺椺傪昞帵 // function color_fg_ex(selected_col) { var color; color = selected_col.options[selected_col.selectedIndex].value if (color == "dummy") { return; } // // 怓傪愝掕 // document.color_checker_form.fg_red_ratio.value = col_r[color]; document.color_checker_form.fg_green_ratio.value = col_g[color]; document.color_checker_form.fg_blue_ratio.value = col_b[color]; // // 怓傪曄峏 // color_checker(); } // // color_bg_ex(selected_col) : 攚宨怓偺椺傪昞帵 // function color_bg_ex(selected_col) { var color; color = selected_col.options[selected_col.selectedIndex].value if (color == "dummy") { return; } // // 怓傪愝掕 // document.color_checker_form.bg_red_ratio.value = col_r[color]; document.color_checker_form.bg_green_ratio.value = col_g[color]; document.color_checker_form.bg_blue_ratio.value = col_b[color]; // // 怓傪曄峏 // color_checker(); } //end --> </SCRIPT> </HEAD> <BODY> <CENTER> <TABLE width="468"> <TBODY> <TR> <TD> </TD> </TR> <TR> <TD bgcolor="#f8fff7"><A href="http://www.ziyu.net/" target="_top"><FONT COLOR="0000FF">儂乕儉</FONT></A>亜<FONT COLOR="000000">16恑怓庢摼</FONT></TD> </TR> </TBODY> </TABLE> <H2>侾俇恑僇儔乕庢摼僣乕儖</H2> 傛偔巊偄曽偑傢偐傜側偄応崌偼丄<A href="color_index.html">WEB僙乕僼僇儔乕</A>傪偛棗壓偝偄<BR><BR> <SCRIPT LANGUAGE = "JavaScript"> <!-- JavaScript color_checker_form(); color_checker(); //end --> </SCRIPT> <NOSCRIPT>偙偺儁乕僕偼Java Script 傪On偵偟偰偄偨偩偔昁梫偑偁傝傑偡丅</NOSCRIPT> <BR> 乽暥帤怓 RGB 斾乿傪曄峏偟偰乽曄峏乿儃僞儞傪墴偡偙偲偱丄暥帤偺怓偑曄傢傝傑偡丅<BR> 乽暥帤怓 RGB 斾乿傪曄峏偟偰乽曄峏乿儃僞儞傪墴偡偙偲偱丄攚宨偺怓偑曄傢傝傑偡丅<BR> 僇儔乕僱乕儉傪帩偮怓偼 color name list 偐傜慖戰偡傞偙偲偱昞帵偝傟傑偡丅<BR> 昞帵怓曄峏屻偺乽16恑悢昞婰乿撪偺抣傪僞僌拞偱梡偄傞偙偲偱丄奩摉怓傪嵞尰偱偒傑偡丅<BR> 扐偟丄 Netscape Navigator 偱偼暥帤怓偺曄峏偑偱偒傑偣傫丅<BR><BR> <BR><BR> 偙偺僗僋儕僾僩偼<A href="http://www2s.biglobe.ne.jp/~Hiro/" ratget="_blank" target="_blank">HHP - Hiro's Home Page -</A>條傛傝偍偐傝偟偰偍傝傑偡 </CENTER> </BODY> </HTML>

Pages: 1 2 3 4 5 6 7 8 9 10