├── .gitignore ├── CMakeLists.txt ├── README.md ├── cmake ├── install_arduino_library.cmake ├── opengl.cmake.in ├── rgb565_colors.cmake.in └── uninstall.cmake ├── docs ├── README.md ├── colors.json ├── svg │ ├── README.md │ ├── azure.svg │ ├── black.svg │ ├── blue.svg │ ├── brown.svg │ ├── cyan.svg │ ├── gray.svg │ ├── green.svg │ ├── magenta.svg │ ├── misc.svg │ ├── orange.svg │ ├── pink.svg │ ├── purple.svg │ ├── red.svg │ ├── violet.svg │ ├── white.svg │ └── yellow.svg └── tones │ ├── Absolute_zero.svg │ ├── Acid_green.svg │ ├── Aero.svg │ ├── Aero_blue.svg │ ├── African_violet.svg │ ├── Air_force_blue.svg │ ├── Air_superiority_blue.svg │ ├── Alabaster.svg │ ├── Alice_blue.svg │ ├── Alloy_orange.svg │ ├── Almond.svg │ ├── Amaranth.svg │ ├── Amaranth_mp.svg │ ├── Amaranth_pink.svg │ ├── Amaranth_purple.svg │ ├── Amaranth_red.svg │ ├── Amazon.svg │ ├── Amber.svg │ ├── Amber_saeece.svg │ ├── Amethyst.svg │ ├── Android_green.svg │ ├── Antique_brass.svg │ ├── Antique_bronze.svg │ ├── Antique_fuchsia.svg │ ├── Antique_ruby.svg │ ├── Antique_white.svg │ ├── Ao_english.svg │ ├── Apple_green.svg │ ├── Apricot.svg │ ├── Aqua.svg │ ├── Aquamarine.svg │ ├── Arctic_lime.svg │ ├── Argentinian_blue.svg │ ├── Army_green.svg │ ├── Artichoke.svg │ ├── Artichoke_green_pantone.svg │ ├── Arylide_yellow.svg │ ├── Ash_gray.svg │ ├── Asparagus.svg │ ├── Atomic_tangerine.svg │ ├── Auburn.svg │ ├── Aureolin.svg │ ├── Avocado.svg │ ├── Azure.svg │ ├── Azure_web.svg │ ├── Azure_x11web_color.svg │ ├── Baby_blue.svg │ ├── Baby_blue_eyes.svg │ ├── Baby_pink.svg │ ├── Baby_powder.svg │ ├── Baker_miller_pink.svg │ ├── Banana_mania.svg │ ├── Barbie_pink.svg │ ├── Barn_red.svg │ ├── Battleship_gray.svg │ ├── Battleship_grey.svg │ ├── Bdazzled_blue.svg │ ├── Bean.svg │ ├── Beau_blue.svg │ ├── Beaver.svg │ ├── Beige.svg │ ├── Berkeley_blue.svg │ ├── Big_dip_oruby.svg │ ├── Bisque.svg │ ├── Bistre.svg │ ├── Bistre_brown.svg │ ├── Bitter_lemon.svg │ ├── Bitter_lime.svg │ ├── Bittersweet.svg │ ├── Bittersweet_shimmer.svg │ ├── Black.svg │ ├── Black_bean.svg │ ├── Black_chocolate.svg │ ├── Black_coffee.svg │ ├── Black_coral.svg │ ├── Black_olive.svg │ ├── Black_shadows.svg │ ├── Blanched_almond.svg │ ├── Blast_off_bronze.svg │ ├── Bleu_de_france.svg │ ├── Blizzard_blue.svg │ ├── Blond.svg │ ├── Blood_red.svg │ ├── Blue.svg │ ├── Blue_bell.svg │ ├── Blue_cmyk_pigment_blue.svg │ ├── Blue_computer_web_color.svg │ ├── Blue_crayola.svg │ ├── Blue_gray.svg │ ├── Blue_green.svg │ ├── Blue_green_color_wheel.svg │ ├── Blue_jeans.svg │ ├── Blue_munsell.svg │ ├── Blue_ncs.svg │ ├── Blue_pantone.svg │ ├── Blue_pigment.svg │ ├── Blue_ryb.svg │ ├── Blue_sapphire.svg │ ├── Blue_violet.svg │ ├── Blue_violet_color_wheel.svg │ ├── Blue_violet_crayola.svg │ ├── Blue_yonder.svg │ ├── Bluetiful.svg │ ├── Blush.svg │ ├── Bole.svg │ ├── Bone.svg │ ├── Bottle_green.svg │ ├── Brandeis_blue.svg │ ├── Brandy.svg │ ├── Brick_red.svg │ ├── Bright_green.svg │ ├── Bright_lilac.svg │ ├── Bright_maroon.svg │ ├── Bright_navy_blue.svg │ ├── Bright_yellow_crayola.svg │ ├── Brilliant_rose.svg │ ├── Brink_pink.svg │ ├── British_racing_green.svg │ ├── Bronze.svg │ ├── Brown.svg │ ├── Brown_sugar.svg │ ├── Brunswick_green.svg │ ├── Bubblegum_pink.svg │ ├── Bud_green.svg │ ├── Buff.svg │ ├── Burgundy.svg │ ├── Burlywood.svg │ ├── Burnished_brown.svg │ ├── Burnt_orange.svg │ ├── Burnt_sienna.svg │ ├── Burnt_umber.svg │ ├── Butterscotch.svg │ ├── Byzantine.svg │ ├── Byzantium.svg │ ├── Cadet.svg │ ├── Cadet_blue.svg │ ├── Cadet_blue_crayola.svg │ ├── Cadet_gray.svg │ ├── Cadet_grey.svg │ ├── Cadmium_green.svg │ ├── Cadmium_orange.svg │ ├── Cadmium_red.svg │ ├── Cadmium_yellow.svg │ ├── Cafe_au_lait.svg │ ├── Cafe_noir.svg │ ├── Cambridge_blue.svg │ ├── Camel.svg │ ├── Cameo_pink.svg │ ├── Canary.svg │ ├── Canary_yellow.svg │ ├── Candy_apple_red.svg │ ├── Candy_pink.svg │ ├── Cantaloupe_melon.svg │ ├── Capri.svg │ ├── Caput_mortuum.svg │ ├── Cardinal.svg │ ├── Caribbean_current.svg │ ├── Caribbean_green.svg │ ├── Carmine.svg │ ├── Carmine_mp.svg │ ├── Carnation_pink.svg │ ├── Carnelian.svg │ ├── Carolina_blue.svg │ ├── Carrot_orange.svg │ ├── Castleton_green.svg │ ├── Catawba.svg │ ├── Cedar_chest.svg │ ├── Celadon.svg │ ├── Celadon_blue.svg │ ├── Celadon_green.svg │ ├── Celeste.svg │ ├── Celestial_blue.svg │ ├── Celtic_blue.svg │ ├── Cerise.svg │ ├── Cerulean.svg │ ├── Cerulean_blue.svg │ ├── Cerulean_crayola.svg │ ├── Cerulean_frost.svg │ ├── Cg_blue.svg │ ├── Cg_red.svg │ ├── Champagne.svg │ ├── Champagne_pink.svg │ ├── Charcoal.svg │ ├── Charleston_green.svg │ ├── Charm_pink.svg │ ├── Chartreuse_traditional.svg │ ├── Chartreuse_web.svg │ ├── Chefchaouen_blue.svg │ ├── Cherry_blossom_pink.svg │ ├── Chestnut.svg │ ├── Chilean_pink.svg │ ├── Chili_red.svg │ ├── China_pink.svg │ ├── China_rose.svg │ ├── Chinese_red.svg │ ├── Chinese_violet.svg │ ├── Chinese_yellow.svg │ ├── Chocolate.svg │ ├── Chocolate_cosmos.svg │ ├── Chocolate_traditional.svg │ ├── Chocolate_web.svg │ ├── Chrome_yellow.svg │ ├── Cinereous.svg │ ├── Cinnabar.svg │ ├── Cinnamon_satin.svg │ ├── Citrine.svg │ ├── Citron.svg │ ├── Claret.svg │ ├── Cobalt_blue.svg │ ├── Cocoa_brown.svg │ ├── Coffee.svg │ ├── Columbia_blue.svg │ ├── Congo_pink.svg │ ├── Cool_gray.svg │ ├── Cool_grey.svg │ ├── Copper.svg │ ├── Copper_crayola.svg │ ├── Copper_penny.svg │ ├── Copper_red.svg │ ├── Copper_rose.svg │ ├── Coquelicot.svg │ ├── Coral.svg │ ├── Coral_pink.svg │ ├── Cordovan.svg │ ├── Corn.svg │ ├── Cornell_red.svg │ ├── Cornflower_blue.svg │ ├── Cornsilk.svg │ ├── Cosmic_cobalt.svg │ ├── Cosmic_latte.svg │ ├── Cotton_candy.svg │ ├── Coyote_brown.svg │ ├── Cream.svg │ ├── Crimson.svg │ ├── Crimson_ua.svg │ ├── Crystal.svg │ ├── Cultured.svg │ ├── Cyan.svg │ ├── Cyan_additive_secondary.svg │ ├── Cyan_process.svg │ ├── Cyan_subtractive_primary.svg │ ├── Cyber_grape.svg │ ├── Cyber_yellow.svg │ ├── Cyclamen.svg │ ├── Dark_blue.svg │ ├── Dark_blue_gray.svg │ ├── Dark_brown.svg │ ├── Dark_byzantium.svg │ ├── Dark_cornflower_blue.svg │ ├── Dark_cyan.svg │ ├── Dark_electric_blue.svg │ ├── Dark_goldenrod.svg │ ├── Dark_green.svg │ ├── Dark_green_x11.svg │ ├── Dark_jungle_green.svg │ ├── Dark_khaki.svg │ ├── Dark_lava.svg │ ├── Dark_liver.svg │ ├── Dark_liver_horses.svg │ ├── Dark_magenta.svg │ ├── Dark_moss_green.svg │ ├── Dark_olive_green.svg │ ├── Dark_orange.svg │ ├── Dark_orchid.svg │ ├── Dark_pastel_green.svg │ ├── Dark_purple.svg │ ├── Dark_red.svg │ ├── Dark_salmon.svg │ ├── Dark_sea_green.svg │ ├── Dark_sienna.svg │ ├── Dark_sky_blue.svg │ ├── Dark_slate_blue.svg │ ├── Dark_slate_gray.svg │ ├── Dark_spring_green.svg │ ├── Dark_turquoise.svg │ ├── Dark_violet.svg │ ├── Dartmouth_green.svg │ ├── Davys_gray.svg │ ├── Davys_grey.svg │ ├── Deep_cerise.svg │ ├── Deep_champagne.svg │ ├── Deep_chestnut.svg │ ├── Deep_jungle_green.svg │ ├── Deep_pink.svg │ ├── Deep_saffron.svg │ ├── Deep_sky_blue.svg │ ├── Deep_space_sparkle.svg │ ├── Deep_taupe.svg │ ├── Delft_blue.svg │ ├── Denim.svg │ ├── Denim_blue.svg │ ├── Desert.svg │ ├── Desert_sand.svg │ ├── Dim_gray.svg │ ├── Dodger_blue.svg │ ├── Dogwood_rose.svg │ ├── Drab.svg │ ├── Duck_blue.svg │ ├── Duke_blue.svg │ ├── Dutch_white.svg │ ├── Earth_yellow.svg │ ├── Ebony.svg │ ├── Ecru.svg │ ├── Eerie_black.svg │ ├── Eggplant.svg │ ├── Eggshell.svg │ ├── Egyptian_blue.svg │ ├── Eigengrau.svg │ ├── Electric_blue.svg │ ├── Electric_green.svg │ ├── Electric_indigo.svg │ ├── Electric_lime.svg │ ├── Electric_purple.svg │ ├── Electric_violet.svg │ ├── Emerald.svg │ ├── Eminence.svg │ ├── English_green.svg │ ├── English_lavender.svg │ ├── English_red.svg │ ├── English_vermillion.svg │ ├── English_violet.svg │ ├── Erin.svg │ ├── Eton_blue.svg │ ├── Fairy_tale.svg │ ├── Fallow.svg │ ├── Falu_red.svg │ ├── Fandango.svg │ ├── Fandango_pink.svg │ ├── Fashion_fuchsia.svg │ ├── Fawn.svg │ ├── Feldgrau.svg │ ├── Fern.svg │ ├── Fern_green.svg │ ├── Field_drab.svg │ ├── Fiery_rose.svg │ ├── Fire_brick.svg │ ├── Fire_engine_red.svg │ ├── Fire_opal.svg │ ├── Firebrick.svg │ ├── Flame.svg │ ├── Flax.svg │ ├── Flirt.svg │ ├── Floral_white.svg │ ├── Fluorescent_blue.svg │ ├── Forest_green.svg │ ├── Forest_green_crayola.svg │ ├── Forest_green_traditional.svg │ ├── Forest_green_web.svg │ ├── French_beige.svg │ ├── French_bistre.svg │ ├── French_blue.svg │ ├── French_fuchsia.svg │ ├── French_lilac.svg │ ├── French_lime.svg │ ├── French_mauve.svg │ ├── French_pink.svg │ ├── French_raspberry.svg │ ├── French_rose.svg │ ├── French_sky_blue.svg │ ├── French_violet.svg │ ├── Frostbite.svg │ ├── Fuchsia.svg │ ├── Fuchsia_crayola.svg │ ├── Fuchsia_purple.svg │ ├── Fuchsia_rose.svg │ ├── Fulvous.svg │ ├── Fuzzy_wuzzy.svg │ ├── Gainsboro.svg │ ├── Gamboge.svg │ ├── Garnet.svg │ ├── Generic_viridian.svg │ ├── Ghost_white.svg │ ├── Giants_orange.svg │ ├── Glaucous.svg │ ├── Glossy_grape.svg │ ├── Go_green.svg │ ├── Gold.svg │ ├── Gold_crayola.svg │ ├── Gold_fusion.svg │ ├── Gold_golden.svg │ ├── Gold_metallic.svg │ ├── Gold_web_golden.svg │ ├── Golden_brown.svg │ ├── Golden_poppy.svg │ ├── Golden_yellow.svg │ ├── Goldenrod.svg │ ├── Granite_gray.svg │ ├── Granny_smith_apple.svg │ ├── Grape.svg │ ├── Gray_green.svg │ ├── Gray_web.svg │ ├── Gray_x11_gray.svg │ ├── Graygrey.svg │ ├── Green.svg │ ├── Green_blue.svg │ ├── Green_blue_crayola.svg │ ├── Green_crayola.svg │ ├── Green_cyan.svg │ ├── Green_earth.svg │ ├── Green_htmlcss_color.svg │ ├── Green_lizard.svg │ ├── Green_munsell.svg │ ├── Green_ncs.svg │ ├── Green_pantone.svg │ ├── Green_pigment.svg │ ├── Green_ryb.svg │ ├── Green_sheen.svg │ ├── Green_web.svg │ ├── Green_x11_color_wheel.svg │ ├── Green_yellow.svg │ ├── Green_yellow_crayola.svg │ ├── Greenish_yellow.svg │ ├── Grullo.svg │ ├── Gunmetal.svg │ ├── Han_blue.svg │ ├── Han_purple.svg │ ├── Hansa_yellow.svg │ ├── Harlequin.svg │ ├── Harvest_gold.svg │ ├── Heat_wave.svg │ ├── Heliotrope.svg │ ├── Heliotrope_gray.svg │ ├── Hollywood_cerise.svg │ ├── Honeydew.svg │ ├── Honolulu_blue.svg │ ├── Hookers_green.svg │ ├── Hot_magenta.svg │ ├── Hot_pink.svg │ ├── Hunter_green.svg │ ├── Hunyadi_yellow.svg │ ├── Ice_blue.svg │ ├── Iceberg.svg │ ├── Icterine.svg │ ├── Illuminating_emerald.svg │ ├── Imperial_red.svg │ ├── Inchworm.svg │ ├── Independence.svg │ ├── India_green.svg │ ├── Indian_red.svg │ ├── Indian_yellow.svg │ ├── Indigo.svg │ ├── Indigo_dye.svg │ ├── International_klein_blue.svg │ ├── International_orange.svg │ ├── International_orange_aerospace.svg │ ├── International_orange_engineering.svg │ ├── International_orange_golden_gate_bridge.svg │ ├── Iris.svg │ ├── Irresistible.svg │ ├── Isabelline.svg │ ├── Islamic_green.svg │ ├── Italian_sky_blue.svg │ ├── Ivory.svg │ ├── Jade.svg │ ├── Japanese_carmine.svg │ ├── Japanese_violet.svg │ ├── Jasmine.svg │ ├── Jasper.svg │ ├── Jazzberry_jam.svg │ ├── Jet.svg │ ├── Jonquil.svg │ ├── Jordy_blue.svg │ ├── June_bud.svg │ ├── Jungle_green.svg │ ├── Kelly_green.svg │ ├── Keppel.svg │ ├── Key_lime.svg │ ├── Khaki.svg │ ├── Khaki_web.svg │ ├── Khaki_x11_light_khaki.svg │ ├── Kobe.svg │ ├── Kobi.svg │ ├── Kobicha.svg │ ├── Kombu_green.svg │ ├── Ksu_purple.svg │ ├── Languid_lavender.svg │ ├── Lapis_lazuli.svg │ ├── Laser_lemon.svg │ ├── Laurel_green.svg │ ├── Lava.svg │ ├── Lavender.svg │ ├── Lavender_blue.svg │ ├── Lavender_blush.svg │ ├── Lavender_floral.svg │ ├── Lavender_gray.svg │ ├── Lavender_pink.svg │ ├── Lavender_web.svg │ ├── Lawn_green.svg │ ├── Lemon.svg │ ├── Lemon_chiffon.svg │ ├── Lemon_crayola.svg │ ├── Lemon_curry.svg │ ├── Lemon_glacier.svg │ ├── Lemon_meringue.svg │ ├── Lemon_yellow.svg │ ├── Lemon_yellow_crayola.svg │ ├── Liberty.svg │ ├── Licorice.svg │ ├── Light_blue.svg │ ├── Light_coral.svg │ ├── Light_cornflower_blue.svg │ ├── Light_cyan.svg │ ├── Light_deep_pink.svg │ ├── Light_french_beige.svg │ ├── Light_goldenrod_yellow.svg │ ├── Light_gray.svg │ ├── Light_green.svg │ ├── Light_hot_pink.svg │ ├── Light_orange.svg │ ├── Light_periwinkle.svg │ ├── Light_pink.svg │ ├── Light_red.svg │ ├── Light_salmon.svg │ ├── Light_sea_green.svg │ ├── Light_sky_blue.svg │ ├── Light_slate_gray.svg │ ├── Light_steel_blue.svg │ ├── Light_yellow.svg │ ├── Lilac.svg │ ├── Lilac_luster.svg │ ├── Lime_color_wheel.svg │ ├── Lime_green.svg │ ├── Lime_web_x11_green.svg │ ├── Lincoln_green.svg │ ├── Linen.svg │ ├── Lion.svg │ ├── Liseran_purple.svg │ ├── Little_boy_blue.svg │ ├── Liver.svg │ ├── Liver_chestnut.svg │ ├── Liver_dogs.svg │ ├── Liver_organ.svg │ ├── Livid.svg │ ├── Lust.svg │ ├── Macaroni_and_cheese.svg │ ├── Madder.svg │ ├── Madder_lake.svg │ ├── Magenta.svg │ ├── Magenta_additive_secondary.svg │ ├── Magenta_crayola.svg │ ├── Magenta_dye.svg │ ├── Magenta_haze.svg │ ├── Magenta_pantone.svg │ ├── Magenta_process.svg │ ├── Magenta_subtractive_primary.svg │ ├── Magic_mint.svg │ ├── Magnolia.svg │ ├── Mahogany.svg │ ├── Maize.svg │ ├── Maize_crayola.svg │ ├── Majorelle_blue.svg │ ├── Malachite.svg │ ├── Manatee.svg │ ├── Mandarin.svg │ ├── Mango.svg │ ├── Mango_tango.svg │ ├── Mantis.svg │ ├── Mardi_gras.svg │ ├── Marengo.svg │ ├── Marigold.svg │ ├── Maroon.svg │ ├── Maroon_crayola.svg │ ├── Maroon_web.svg │ ├── Maroon_x11.svg │ ├── Mauve.svg │ ├── Mauve_mallow.svg │ ├── Mauve_taupe.svg │ ├── Mauvelous.svg │ ├── Maximum_blue.svg │ ├── Maximum_blue_green.svg │ ├── Maximum_blue_purple.svg │ ├── Maximum_green.svg │ ├── Maximum_green_yellow.svg │ ├── Maximum_purple.svg │ ├── Maximum_red.svg │ ├── Maximum_red_purple.svg │ ├── Maximum_yellow.svg │ ├── Maximum_yellow_red.svg │ ├── May_green.svg │ ├── Maya_blue.svg │ ├── Medium_aquamarine.svg │ ├── Medium_blue.svg │ ├── Medium_candy_apple_red.svg │ ├── Medium_carmine.svg │ ├── Medium_champagne.svg │ ├── Medium_gray.svg │ ├── Medium_orchid.svg │ ├── Medium_purple.svg │ ├── Medium_sea_green.svg │ ├── Medium_slate_blue.svg │ ├── Medium_spring_green.svg │ ├── Medium_turquoise.svg │ ├── Medium_violet_red.svg │ ├── Mellow_apricot.svg │ ├── Mellow_yellow.svg │ ├── Melon.svg │ ├── Metallic_gold.svg │ ├── Metallic_seaweed.svg │ ├── Metallic_sunburst.svg │ ├── Mexican_pink.svg │ ├── Middle_blue.svg │ ├── Middle_blue_green.svg │ ├── Middle_blue_purple.svg │ ├── Middle_green.svg │ ├── Middle_green_yellow.svg │ ├── Middle_grey.svg │ ├── Middle_purple.svg │ ├── Middle_red.svg │ ├── Middle_red_purple.svg │ ├── Middle_yellow.svg │ ├── Middle_yellow_red.svg │ ├── Midnight.svg │ ├── Midnight_blue.svg │ ├── Midnight_green.svg │ ├── Midnight_green_eagle_green.svg │ ├── Mikado_yellow.svg │ ├── Mimi_pink.svg │ ├── Mindaro.svg │ ├── Ming.svg │ ├── Minion_yellow.svg │ ├── Mint.svg │ ├── Mint_cream.svg │ ├── Mint_green.svg │ ├── Misty_moss.svg │ ├── Misty_rose.svg │ ├── Mode_beige.svg │ ├── Moonstone.svg │ ├── Morning_blue.svg │ ├── Moss_green.svg │ ├── Mountain_meadow.svg │ ├── Mountbatten_pink.svg │ ├── Msu_green.svg │ ├── Mulberry.svg │ ├── Mulberry_crayola.svg │ ├── Mustard.svg │ ├── Myrtle_green.svg │ ├── Mystic.svg │ ├── Mystic_maroon.svg │ ├── Nadeshiko_pink.svg │ ├── Naples_yellow.svg │ ├── Navajo_white.svg │ ├── Navy_blue.svg │ ├── Navy_blue_crayola.svg │ ├── Ndhu_green.svg │ ├── Neon_blue.svg │ ├── Neon_carrot.svg │ ├── Neon_fuchsia.svg │ ├── Neon_green.svg │ ├── New_york_pink.svg │ ├── Nickel.svg │ ├── Non_photo_blue.svg │ ├── Northwestern_purple.svg │ ├── Nyanza.svg │ ├── Ocean_blue.svg │ ├── Ocean_green.svg │ ├── Ochre.svg │ ├── Old_burgundy.svg │ ├── Old_gold.svg │ ├── Old_lace.svg │ ├── Old_lavender.svg │ ├── Old_mauve.svg │ ├── Old_rose.svg │ ├── Old_silver.svg │ ├── Olive.svg │ ├── Olive_drab_3.svg │ ├── Olive_drab_7.svg │ ├── Olive_green.svg │ ├── Olive_ral.svg │ ├── Olivine.svg │ ├── Onyx.svg │ ├── Opal.svg │ ├── Opera_mauve.svg │ ├── Orange.svg │ ├── Orange_color_wheel.svg │ ├── Orange_crayola.svg │ ├── Orange_gs.svg │ ├── Orange_pantone.svg │ ├── Orange_peel.svg │ ├── Orange_red.svg │ ├── Orange_red_crayola.svg │ ├── Orange_soda.svg │ ├── Orange_web.svg │ ├── Orange_web_color.svg │ ├── Orange_yellow.svg │ ├── Orange_yellow_crayola.svg │ ├── Orchid.svg │ ├── Orchid_crayola.svg │ ├── Orchid_pink.svg │ ├── Ou_crimson_red.svg │ ├── Outer_space.svg │ ├── Outer_space_crayola.svg │ ├── Outrageous_orange.svg │ ├── Oxblood.svg │ ├── Oxford_blue.svg │ ├── Pacific_blue.svg │ ├── Pakistan_green.svg │ ├── Palatinate.svg │ ├── Palatinate_purple.svg │ ├── Pale_aqua.svg │ ├── Pale_azure.svg │ ├── Pale_cerulean.svg │ ├── Pale_dogwood.svg │ ├── Pale_green.svg │ ├── Pale_pink.svg │ ├── Pale_purple.svg │ ├── Pale_purple_pantone.svg │ ├── Pale_silver.svg │ ├── Pale_spring_bud.svg │ ├── Pansy_purple.svg │ ├── Paolo_veronese_green.svg │ ├── Papaya_whip.svg │ ├── Paradise_pink.svg │ ├── Parchment.svg │ ├── Paris_green.svg │ ├── Pastel_pink.svg │ ├── Patriarch.svg │ ├── Paynes_grey.svg │ ├── Peach.svg │ ├── Peach_crayola.svg │ ├── Peach_puff.svg │ ├── Pear.svg │ ├── Pearly_purple.svg │ ├── Periwinkle.svg │ ├── Periwinkle_crayola.svg │ ├── Permanent_geranium_lake.svg │ ├── Persian_blue.svg │ ├── Persian_green.svg │ ├── Persian_indigo.svg │ ├── Persian_orange.svg │ ├── Persian_pink.svg │ ├── Persian_plum.svg │ ├── Persian_red.svg │ ├── Persian_rose.svg │ ├── Persimmon.svg │ ├── Peru.svg │ ├── Pewter_blue.svg │ ├── Phlox.svg │ ├── Phthalo_blue.svg │ ├── Phthalo_green.svg │ ├── Picotee_blue.svg │ ├── Picton_blue.svg │ ├── Pictorial_carmine.svg │ ├── Piggy_pink.svg │ ├── Pine_green.svg │ ├── Pine_tree.svg │ ├── Pink.svg │ ├── Pink_flamingo.svg │ ├── Pink_gs.svg │ ├── Pink_lace.svg │ ├── Pink_lavender.svg │ ├── Pink_pantone.svg │ ├── Pink_sherbet.svg │ ├── Pistachio.svg │ ├── Platinum.svg │ ├── Plum.svg │ ├── Plum_crayola.svg │ ├── Plum_web.svg │ ├── Plump_purple.svg │ ├── Polished_pine.svg │ ├── Polynesian_blue.svg │ ├── Pomp_and_power.svg │ ├── Popstar.svg │ ├── Portland_orange.svg │ ├── Powder_blue.svg │ ├── Princeton_orange.svg │ ├── Process_yellow.svg │ ├── Prune.svg │ ├── Prussian_blue.svg │ ├── Psychedelic_purple.svg │ ├── Puce.svg │ ├── Pullman_brown_ups_brown.svg │ ├── Pumpkin.svg │ ├── Purple.svg │ ├── Purple_htmlcss_color.svg │ ├── Purple_mountain_majesty.svg │ ├── Purple_munsell.svg │ ├── Purple_navy.svg │ ├── Purple_pizzazz.svg │ ├── Purple_plum.svg │ ├── Purple_web.svg │ ├── Purple_x11.svg │ ├── Purple_x11_color.svg │ ├── Purpureus.svg │ ├── Queen_blue.svg │ ├── Queen_pink.svg │ ├── Quick_silver.svg │ ├── Quinacridone_magenta.svg │ ├── README.md │ ├── Radical_red.svg │ ├── Raisin_black.svg │ ├── Rajah.svg │ ├── Raspberry.svg │ ├── Raspberry_glace.svg │ ├── Raspberry_rose.svg │ ├── Raw_sienna.svg │ ├── Raw_umber.svg │ ├── Razzle_dazzle_rose.svg │ ├── Razzmatazz.svg │ ├── Razzmic_berry.svg │ ├── Rebecca_purple.svg │ ├── Red.svg │ ├── Red_brown.svg │ ├── Red_cmyk_pigment_red.svg │ ├── Red_crayola.svg │ ├── Red_munsell.svg │ ├── Red_ncs.svg │ ├── Red_orange.svg │ ├── Red_orange_color_wheel.svg │ ├── Red_orange_crayola.svg │ ├── Red_pantone.svg │ ├── Red_pigment.svg │ ├── Red_purple.svg │ ├── Red_rgb.svg │ ├── Red_ryb.svg │ ├── Red_salsa.svg │ ├── Red_violet.svg │ ├── Red_violet_color_wheel.svg │ ├── Red_violet_crayola.svg │ ├── Redwood.svg │ ├── Resolution_blue.svg │ ├── Rhythm.svg │ ├── Rich_black.svg │ ├── Rich_black_fogra29.svg │ ├── Rich_black_fogra39.svg │ ├── Rifle_green.svg │ ├── Robin_egg_blue.svg │ ├── Rocket_metallic.svg │ ├── Rojo.svg │ ├── Rojo_spanish_red.svg │ ├── Roman_silver.svg │ ├── Rose.svg │ ├── Rose_bonbon.svg │ ├── Rose_dust.svg │ ├── Rose_ebony.svg │ ├── Rose_madder.svg │ ├── Rose_pink.svg │ ├── Rose_pompadour.svg │ ├── Rose_quartz.svg │ ├── Rose_red.svg │ ├── Rose_taupe.svg │ ├── Rose_vale.svg │ ├── Rosewood.svg │ ├── Rosso_corsa.svg │ ├── Rosy_brown.svg │ ├── Royal_blue_dark.svg │ ├── Royal_blue_light.svg │ ├── Royal_blue_traditional.svg │ ├── Royal_blue_web_color.svg │ ├── Royal_purple.svg │ ├── Royal_yellow.svg │ ├── Ruber.svg │ ├── Rubine_red.svg │ ├── Ruby.svg │ ├── Ruby_red.svg │ ├── Ruddy_blue.svg │ ├── Rufous.svg │ ├── Russet.svg │ ├── Russian_green.svg │ ├── Russian_violet.svg │ ├── Rust.svg │ ├── Rusty_red.svg │ ├── Sacramento_state_green.svg │ ├── Saddle_brown.svg │ ├── Safety_orange.svg │ ├── Safety_orange_blaze_orange.svg │ ├── Safety_yellow.svg │ ├── Saffron.svg │ ├── Sage.svg │ ├── Salmon.svg │ ├── Salmon_pink.svg │ ├── Sand.svg │ ├── Sand_dune.svg │ ├── Sandy_brown.svg │ ├── Sap_green.svg │ ├── Sapphire.svg │ ├── Sapphire_blue.svg │ ├── Sapphire_crayola.svg │ ├── Satin_sheen_gold.svg │ ├── Savoy_blue.svg │ ├── Scarlet.svg │ ├── Schauss_pink.svg │ ├── School_bus_yellow.svg │ ├── Screamin_green.svg │ ├── Sea_green.svg │ ├── Sea_green_crayola.svg │ ├── Seal_brown.svg │ ├── Seashell.svg │ ├── Selective_yellow.svg │ ├── Sepia.svg │ ├── Sgbus_green.svg │ ├── Shadow.svg │ ├── Shadow_blue.svg │ ├── Shamrock_green.svg │ ├── Sheen_green.svg │ ├── Shimmering_blush.svg │ ├── Shiny_shamrock.svg │ ├── Shocking_pink.svg │ ├── Shocking_pink_crayola.svg │ ├── Shocking_pink_crayola_formerly_known_as_ultra_pink.svg │ ├── Sienna.svg │ ├── Silver.svg │ ├── Silver_chalice.svg │ ├── Silver_crayola.svg │ ├── Silver_lake_blue.svg │ ├── Silver_metallic.svg │ ├── Silver_pink.svg │ ├── Silver_sand.svg │ ├── Sinopia.svg │ ├── Sizzling_red.svg │ ├── Sizzling_sunrise.svg │ ├── Skobeloff.svg │ ├── Sky_blue.svg │ ├── Sky_blue_crayola.svg │ ├── Sky_magenta.svg │ ├── Slate_blue.svg │ ├── Slate_gray.svg │ ├── Slimy_green.svg │ ├── Smitten.svg │ ├── Smokey_topaz.svg │ ├── Smoky_black.svg │ ├── Snow.svg │ ├── Solid_pink.svg │ ├── Sonic_silver.svg │ ├── Space_cadet.svg │ ├── Spanish_bistre.svg │ ├── Spanish_blue.svg │ ├── Spanish_carmine.svg │ ├── Spanish_gray.svg │ ├── Spanish_green.svg │ ├── Spanish_orange.svg │ ├── Spanish_pink.svg │ ├── Spanish_red.svg │ ├── Spanish_sky_blue.svg │ ├── Spanish_violet.svg │ ├── Spanish_viridian.svg │ ├── Spring_bud.svg │ ├── Spring_frost.svg │ ├── Spring_green.svg │ ├── Spring_green_crayola.svg │ ├── St_patricks_blue.svg │ ├── Star_command_blue.svg │ ├── Steel_blue.svg │ ├── Steel_pink.svg │ ├── Steel_teal.svg │ ├── Stil_de_grain_yellow.svg │ ├── Stone_gray.svg │ ├── Straw.svg │ ├── Strawberry.svg │ ├── Strawberry_blonde.svg │ ├── Sugar_plum.svg │ ├── Sunglow.svg │ ├── Sunray.svg │ ├── Sunset.svg │ ├── Super_pink.svg │ ├── Sweet_brown.svg │ ├── Syracuse_orange.svg │ ├── Tan.svg │ ├── Tan_crayola.svg │ ├── Tang_blue.svg │ ├── Tangerine.svg │ ├── Tango_pink.svg │ ├── Tart_orange.svg │ ├── Taupe.svg │ ├── Taupe_gray.svg │ ├── Tea_green.svg │ ├── Tea_rose.svg │ ├── Tea_rose_red.svg │ ├── Teal.svg │ ├── Teal_blue.svg │ ├── Telemagenta.svg │ ├── Tenne.svg │ ├── Terra_cotta.svg │ ├── Thistle.svg │ ├── Thulian_pink.svg │ ├── Tickle_me_pink.svg │ ├── Tiffany_blue.svg │ ├── Tigers_eye.svg │ ├── Timberwolf.svg │ ├── Titanium_yellow.svg │ ├── Tomato.svg │ ├── Tropical_rainforest.svg │ ├── True_blue.svg │ ├── Trypan_blue.svg │ ├── Tufts_blue.svg │ ├── Tumbleweed.svg │ ├── Turkey_red.svg │ ├── Turquoise.svg │ ├── Turquoise_blue.svg │ ├── Turquoise_green.svg │ ├── Turtle_green.svg │ ├── Tuscan.svg │ ├── Tuscan_brown.svg │ ├── Tuscan_red.svg │ ├── Tuscan_tan.svg │ ├── Tuscany.svg │ ├── Twilight_lavender.svg │ ├── Tyrian_purple.svg │ ├── Ua_blue.svg │ ├── Ua_red.svg │ ├── Ultra_pink.svg │ ├── Ultra_red.svg │ ├── Ultra_violet.svg │ ├── Ultramarine.svg │ ├── Ultramarine_blue.svg │ ├── Umber.svg │ ├── Unbleached_silk.svg │ ├── United_nations_blue.svg │ ├── University_of_pennsylvania_blue.svg │ ├── University_of_pennsylvania_red.svg │ ├── Unmellow_yellow.svg │ ├── Up_forest_green.svg │ ├── Up_maroon.svg │ ├── Upsdell_red.svg │ ├── Uranian_blue.svg │ ├── Usafa_blue.svg │ ├── Ut_orange.svg │ ├── Van_dyke_brown.svg │ ├── Vanilla.svg │ ├── Vanilla_ice.svg │ ├── Vegas_gold.svg │ ├── Venetian_red.svg │ ├── Verdigris.svg │ ├── Vermilion.svg │ ├── Veronica.svg │ ├── Violet.svg │ ├── Violet_blue.svg │ ├── Violet_blue_crayola.svg │ ├── Violet_color_wheel.svg │ ├── Violet_crayola.svg │ ├── Violet_gs.svg │ ├── Violet_jtc.svg │ ├── Violet_red.svg │ ├── Violet_ryb.svg │ ├── Violet_web.svg │ ├── Violet_web_color.svg │ ├── Viridian.svg │ ├── Viridian_green.svg │ ├── Vista_blue.svg │ ├── Vivid_burgundy.svg │ ├── Vivid_sky_blue.svg │ ├── Vivid_tangerine.svg │ ├── Vivid_violet.svg │ ├── Volt.svg │ ├── Walnut_brown.svg │ ├── Warm_black.svg │ ├── Wenge.svg │ ├── Wheat.svg │ ├── White.svg │ ├── White_smoke.svg │ ├── Wild_blue_yonder.svg │ ├── Wild_orchid.svg │ ├── Wild_strawberry.svg │ ├── Wild_watermelon.svg │ ├── Windsor_tan.svg │ ├── Wine.svg │ ├── Wine_dregs.svg │ ├── Winter_sky.svg │ ├── Wintergreen_dream.svg │ ├── Wisteria.svg │ ├── Wood_brown.svg │ ├── Xanadu.svg │ ├── Xanthic.svg │ ├── Xanthous.svg │ ├── Yale_blue.svg │ ├── Yale_blue_site_blue.svg │ ├── Yellow.svg │ ├── Yellow_crayola.svg │ ├── Yellow_green.svg │ ├── Yellow_green_color_wheel.svg │ ├── Yellow_green_crayola.svg │ ├── Yellow_munsell.svg │ ├── Yellow_ncs.svg │ ├── Yellow_orange.svg │ ├── Yellow_orange_color_wheel.svg │ ├── Yellow_pantone.svg │ ├── Yellow_process.svg │ ├── Yellow_rgb_x11_yellow.svg │ ├── Yellow_ryb.svg │ ├── Yellow_sunshine.svg │ ├── Yinmn_blue.svg │ ├── Zaffre.svg │ └── Zomp.svg ├── examples └── palettes │ ├── CMakeLists.txt │ └── palettes.cpp ├── src ├── CMakeLists.linux.cmake.in ├── CMakeLists.teensy.cmake.in ├── CMakeLists.txt ├── rgb565_alphaBlend.h └── rgb565_colors.h ├── teensy.build.cmake.in └── teensy.options.cmake.in /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/README.md -------------------------------------------------------------------------------- /cmake/opengl.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/cmake/opengl.cmake.in -------------------------------------------------------------------------------- /cmake/rgb565_colors.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/cmake/rgb565_colors.cmake.in -------------------------------------------------------------------------------- /cmake/uninstall.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/cmake/uninstall.cmake -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/colors.json -------------------------------------------------------------------------------- /docs/svg/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/svg/azure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/azure.svg -------------------------------------------------------------------------------- /docs/svg/black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/black.svg -------------------------------------------------------------------------------- /docs/svg/blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/blue.svg -------------------------------------------------------------------------------- /docs/svg/brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/brown.svg -------------------------------------------------------------------------------- /docs/svg/cyan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/cyan.svg -------------------------------------------------------------------------------- /docs/svg/gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/gray.svg -------------------------------------------------------------------------------- /docs/svg/green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/green.svg -------------------------------------------------------------------------------- /docs/svg/magenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/magenta.svg -------------------------------------------------------------------------------- /docs/svg/misc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/misc.svg -------------------------------------------------------------------------------- /docs/svg/orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/orange.svg -------------------------------------------------------------------------------- /docs/svg/pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/pink.svg -------------------------------------------------------------------------------- /docs/svg/purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/purple.svg -------------------------------------------------------------------------------- /docs/svg/red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/red.svg -------------------------------------------------------------------------------- /docs/svg/violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/violet.svg -------------------------------------------------------------------------------- /docs/svg/white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/white.svg -------------------------------------------------------------------------------- /docs/svg/yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/svg/yellow.svg -------------------------------------------------------------------------------- /docs/tones/Absolute_zero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Absolute_zero.svg -------------------------------------------------------------------------------- /docs/tones/Acid_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Acid_green.svg -------------------------------------------------------------------------------- /docs/tones/Aero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Aero.svg -------------------------------------------------------------------------------- /docs/tones/Aero_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Aero_blue.svg -------------------------------------------------------------------------------- /docs/tones/African_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/African_violet.svg -------------------------------------------------------------------------------- /docs/tones/Air_force_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Air_force_blue.svg -------------------------------------------------------------------------------- /docs/tones/Alabaster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Alabaster.svg -------------------------------------------------------------------------------- /docs/tones/Alice_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Alice_blue.svg -------------------------------------------------------------------------------- /docs/tones/Alloy_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Alloy_orange.svg -------------------------------------------------------------------------------- /docs/tones/Almond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Almond.svg -------------------------------------------------------------------------------- /docs/tones/Amaranth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amaranth.svg -------------------------------------------------------------------------------- /docs/tones/Amaranth_mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amaranth_mp.svg -------------------------------------------------------------------------------- /docs/tones/Amaranth_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amaranth_pink.svg -------------------------------------------------------------------------------- /docs/tones/Amaranth_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amaranth_red.svg -------------------------------------------------------------------------------- /docs/tones/Amazon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amazon.svg -------------------------------------------------------------------------------- /docs/tones/Amber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amber.svg -------------------------------------------------------------------------------- /docs/tones/Amber_saeece.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amber_saeece.svg -------------------------------------------------------------------------------- /docs/tones/Amethyst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Amethyst.svg -------------------------------------------------------------------------------- /docs/tones/Android_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Android_green.svg -------------------------------------------------------------------------------- /docs/tones/Antique_brass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Antique_brass.svg -------------------------------------------------------------------------------- /docs/tones/Antique_bronze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Antique_bronze.svg -------------------------------------------------------------------------------- /docs/tones/Antique_ruby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Antique_ruby.svg -------------------------------------------------------------------------------- /docs/tones/Antique_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Antique_white.svg -------------------------------------------------------------------------------- /docs/tones/Ao_english.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ao_english.svg -------------------------------------------------------------------------------- /docs/tones/Apple_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Apple_green.svg -------------------------------------------------------------------------------- /docs/tones/Apricot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Apricot.svg -------------------------------------------------------------------------------- /docs/tones/Aqua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Aqua.svg -------------------------------------------------------------------------------- /docs/tones/Aquamarine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Aquamarine.svg -------------------------------------------------------------------------------- /docs/tones/Arctic_lime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Arctic_lime.svg -------------------------------------------------------------------------------- /docs/tones/Army_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Army_green.svg -------------------------------------------------------------------------------- /docs/tones/Artichoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Artichoke.svg -------------------------------------------------------------------------------- /docs/tones/Arylide_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Arylide_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Ash_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ash_gray.svg -------------------------------------------------------------------------------- /docs/tones/Asparagus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Asparagus.svg -------------------------------------------------------------------------------- /docs/tones/Auburn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Auburn.svg -------------------------------------------------------------------------------- /docs/tones/Aureolin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Aureolin.svg -------------------------------------------------------------------------------- /docs/tones/Avocado.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Avocado.svg -------------------------------------------------------------------------------- /docs/tones/Azure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Azure.svg -------------------------------------------------------------------------------- /docs/tones/Azure_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Azure_web.svg -------------------------------------------------------------------------------- /docs/tones/Baby_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Baby_blue.svg -------------------------------------------------------------------------------- /docs/tones/Baby_blue_eyes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Baby_blue_eyes.svg -------------------------------------------------------------------------------- /docs/tones/Baby_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Baby_pink.svg -------------------------------------------------------------------------------- /docs/tones/Baby_powder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Baby_powder.svg -------------------------------------------------------------------------------- /docs/tones/Banana_mania.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Banana_mania.svg -------------------------------------------------------------------------------- /docs/tones/Barbie_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Barbie_pink.svg -------------------------------------------------------------------------------- /docs/tones/Barn_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Barn_red.svg -------------------------------------------------------------------------------- /docs/tones/Bdazzled_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bdazzled_blue.svg -------------------------------------------------------------------------------- /docs/tones/Bean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bean.svg -------------------------------------------------------------------------------- /docs/tones/Beau_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Beau_blue.svg -------------------------------------------------------------------------------- /docs/tones/Beaver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Beaver.svg -------------------------------------------------------------------------------- /docs/tones/Beige.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Beige.svg -------------------------------------------------------------------------------- /docs/tones/Berkeley_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Berkeley_blue.svg -------------------------------------------------------------------------------- /docs/tones/Big_dip_oruby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Big_dip_oruby.svg -------------------------------------------------------------------------------- /docs/tones/Bisque.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bisque.svg -------------------------------------------------------------------------------- /docs/tones/Bistre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bistre.svg -------------------------------------------------------------------------------- /docs/tones/Bistre_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bistre_brown.svg -------------------------------------------------------------------------------- /docs/tones/Bitter_lemon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bitter_lemon.svg -------------------------------------------------------------------------------- /docs/tones/Bitter_lime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bitter_lime.svg -------------------------------------------------------------------------------- /docs/tones/Bittersweet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bittersweet.svg -------------------------------------------------------------------------------- /docs/tones/Black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black.svg -------------------------------------------------------------------------------- /docs/tones/Black_bean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black_bean.svg -------------------------------------------------------------------------------- /docs/tones/Black_coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black_coffee.svg -------------------------------------------------------------------------------- /docs/tones/Black_coral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black_coral.svg -------------------------------------------------------------------------------- /docs/tones/Black_olive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black_olive.svg -------------------------------------------------------------------------------- /docs/tones/Black_shadows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Black_shadows.svg -------------------------------------------------------------------------------- /docs/tones/Bleu_de_france.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bleu_de_france.svg -------------------------------------------------------------------------------- /docs/tones/Blizzard_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blizzard_blue.svg -------------------------------------------------------------------------------- /docs/tones/Blond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blond.svg -------------------------------------------------------------------------------- /docs/tones/Blood_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blood_red.svg -------------------------------------------------------------------------------- /docs/tones/Blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue.svg -------------------------------------------------------------------------------- /docs/tones/Blue_bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_bell.svg -------------------------------------------------------------------------------- /docs/tones/Blue_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Blue_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_gray.svg -------------------------------------------------------------------------------- /docs/tones/Blue_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_green.svg -------------------------------------------------------------------------------- /docs/tones/Blue_jeans.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_jeans.svg -------------------------------------------------------------------------------- /docs/tones/Blue_munsell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_munsell.svg -------------------------------------------------------------------------------- /docs/tones/Blue_ncs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_ncs.svg -------------------------------------------------------------------------------- /docs/tones/Blue_pantone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_pantone.svg -------------------------------------------------------------------------------- /docs/tones/Blue_pigment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_pigment.svg -------------------------------------------------------------------------------- /docs/tones/Blue_ryb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_ryb.svg -------------------------------------------------------------------------------- /docs/tones/Blue_sapphire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_sapphire.svg -------------------------------------------------------------------------------- /docs/tones/Blue_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_violet.svg -------------------------------------------------------------------------------- /docs/tones/Blue_yonder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blue_yonder.svg -------------------------------------------------------------------------------- /docs/tones/Bluetiful.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bluetiful.svg -------------------------------------------------------------------------------- /docs/tones/Blush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Blush.svg -------------------------------------------------------------------------------- /docs/tones/Bole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bole.svg -------------------------------------------------------------------------------- /docs/tones/Bone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bone.svg -------------------------------------------------------------------------------- /docs/tones/Bottle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bottle_green.svg -------------------------------------------------------------------------------- /docs/tones/Brandeis_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brandeis_blue.svg -------------------------------------------------------------------------------- /docs/tones/Brandy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brandy.svg -------------------------------------------------------------------------------- /docs/tones/Brick_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brick_red.svg -------------------------------------------------------------------------------- /docs/tones/Bright_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bright_green.svg -------------------------------------------------------------------------------- /docs/tones/Bright_lilac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bright_lilac.svg -------------------------------------------------------------------------------- /docs/tones/Bright_maroon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bright_maroon.svg -------------------------------------------------------------------------------- /docs/tones/Brilliant_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brilliant_rose.svg -------------------------------------------------------------------------------- /docs/tones/Brink_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brink_pink.svg -------------------------------------------------------------------------------- /docs/tones/Bronze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bronze.svg -------------------------------------------------------------------------------- /docs/tones/Brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brown.svg -------------------------------------------------------------------------------- /docs/tones/Brown_sugar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Brown_sugar.svg -------------------------------------------------------------------------------- /docs/tones/Bubblegum_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bubblegum_pink.svg -------------------------------------------------------------------------------- /docs/tones/Bud_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Bud_green.svg -------------------------------------------------------------------------------- /docs/tones/Buff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Buff.svg -------------------------------------------------------------------------------- /docs/tones/Burgundy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Burgundy.svg -------------------------------------------------------------------------------- /docs/tones/Burlywood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Burlywood.svg -------------------------------------------------------------------------------- /docs/tones/Burnt_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Burnt_orange.svg -------------------------------------------------------------------------------- /docs/tones/Burnt_sienna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Burnt_sienna.svg -------------------------------------------------------------------------------- /docs/tones/Burnt_umber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Burnt_umber.svg -------------------------------------------------------------------------------- /docs/tones/Butterscotch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Butterscotch.svg -------------------------------------------------------------------------------- /docs/tones/Byzantine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Byzantine.svg -------------------------------------------------------------------------------- /docs/tones/Byzantium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Byzantium.svg -------------------------------------------------------------------------------- /docs/tones/Cadet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadet.svg -------------------------------------------------------------------------------- /docs/tones/Cadet_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadet_blue.svg -------------------------------------------------------------------------------- /docs/tones/Cadet_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadet_gray.svg -------------------------------------------------------------------------------- /docs/tones/Cadet_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadet_grey.svg -------------------------------------------------------------------------------- /docs/tones/Cadmium_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadmium_green.svg -------------------------------------------------------------------------------- /docs/tones/Cadmium_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadmium_orange.svg -------------------------------------------------------------------------------- /docs/tones/Cadmium_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadmium_red.svg -------------------------------------------------------------------------------- /docs/tones/Cadmium_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cadmium_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Cafe_au_lait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cafe_au_lait.svg -------------------------------------------------------------------------------- /docs/tones/Cafe_noir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cafe_noir.svg -------------------------------------------------------------------------------- /docs/tones/Cambridge_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cambridge_blue.svg -------------------------------------------------------------------------------- /docs/tones/Camel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Camel.svg -------------------------------------------------------------------------------- /docs/tones/Cameo_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cameo_pink.svg -------------------------------------------------------------------------------- /docs/tones/Canary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Canary.svg -------------------------------------------------------------------------------- /docs/tones/Canary_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Canary_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Candy_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Candy_pink.svg -------------------------------------------------------------------------------- /docs/tones/Capri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Capri.svg -------------------------------------------------------------------------------- /docs/tones/Caput_mortuum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Caput_mortuum.svg -------------------------------------------------------------------------------- /docs/tones/Cardinal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cardinal.svg -------------------------------------------------------------------------------- /docs/tones/Carmine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carmine.svg -------------------------------------------------------------------------------- /docs/tones/Carmine_mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carmine_mp.svg -------------------------------------------------------------------------------- /docs/tones/Carnation_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carnation_pink.svg -------------------------------------------------------------------------------- /docs/tones/Carnelian.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carnelian.svg -------------------------------------------------------------------------------- /docs/tones/Carolina_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carolina_blue.svg -------------------------------------------------------------------------------- /docs/tones/Carrot_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Carrot_orange.svg -------------------------------------------------------------------------------- /docs/tones/Catawba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Catawba.svg -------------------------------------------------------------------------------- /docs/tones/Cedar_chest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cedar_chest.svg -------------------------------------------------------------------------------- /docs/tones/Celadon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celadon.svg -------------------------------------------------------------------------------- /docs/tones/Celadon_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celadon_blue.svg -------------------------------------------------------------------------------- /docs/tones/Celadon_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celadon_green.svg -------------------------------------------------------------------------------- /docs/tones/Celeste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celeste.svg -------------------------------------------------------------------------------- /docs/tones/Celestial_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celestial_blue.svg -------------------------------------------------------------------------------- /docs/tones/Celtic_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Celtic_blue.svg -------------------------------------------------------------------------------- /docs/tones/Cerise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cerise.svg -------------------------------------------------------------------------------- /docs/tones/Cerulean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cerulean.svg -------------------------------------------------------------------------------- /docs/tones/Cerulean_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cerulean_blue.svg -------------------------------------------------------------------------------- /docs/tones/Cerulean_frost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cerulean_frost.svg -------------------------------------------------------------------------------- /docs/tones/Cg_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cg_blue.svg -------------------------------------------------------------------------------- /docs/tones/Cg_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cg_red.svg -------------------------------------------------------------------------------- /docs/tones/Champagne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Champagne.svg -------------------------------------------------------------------------------- /docs/tones/Champagne_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Champagne_pink.svg -------------------------------------------------------------------------------- /docs/tones/Charcoal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Charcoal.svg -------------------------------------------------------------------------------- /docs/tones/Charm_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Charm_pink.svg -------------------------------------------------------------------------------- /docs/tones/Chartreuse_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chartreuse_web.svg -------------------------------------------------------------------------------- /docs/tones/Chestnut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chestnut.svg -------------------------------------------------------------------------------- /docs/tones/Chilean_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chilean_pink.svg -------------------------------------------------------------------------------- /docs/tones/Chili_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chili_red.svg -------------------------------------------------------------------------------- /docs/tones/China_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/China_pink.svg -------------------------------------------------------------------------------- /docs/tones/China_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/China_rose.svg -------------------------------------------------------------------------------- /docs/tones/Chinese_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chinese_red.svg -------------------------------------------------------------------------------- /docs/tones/Chinese_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chinese_violet.svg -------------------------------------------------------------------------------- /docs/tones/Chinese_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chinese_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Chocolate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chocolate.svg -------------------------------------------------------------------------------- /docs/tones/Chocolate_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chocolate_web.svg -------------------------------------------------------------------------------- /docs/tones/Chrome_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Chrome_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Cinereous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cinereous.svg -------------------------------------------------------------------------------- /docs/tones/Cinnabar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cinnabar.svg -------------------------------------------------------------------------------- /docs/tones/Cinnamon_satin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cinnamon_satin.svg -------------------------------------------------------------------------------- /docs/tones/Citrine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Citrine.svg -------------------------------------------------------------------------------- /docs/tones/Citron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Citron.svg -------------------------------------------------------------------------------- /docs/tones/Claret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Claret.svg -------------------------------------------------------------------------------- /docs/tones/Cobalt_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cobalt_blue.svg -------------------------------------------------------------------------------- /docs/tones/Cocoa_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cocoa_brown.svg -------------------------------------------------------------------------------- /docs/tones/Coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Coffee.svg -------------------------------------------------------------------------------- /docs/tones/Columbia_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Columbia_blue.svg -------------------------------------------------------------------------------- /docs/tones/Congo_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Congo_pink.svg -------------------------------------------------------------------------------- /docs/tones/Cool_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cool_gray.svg -------------------------------------------------------------------------------- /docs/tones/Cool_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cool_grey.svg -------------------------------------------------------------------------------- /docs/tones/Copper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Copper.svg -------------------------------------------------------------------------------- /docs/tones/Copper_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Copper_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Copper_penny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Copper_penny.svg -------------------------------------------------------------------------------- /docs/tones/Copper_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Copper_red.svg -------------------------------------------------------------------------------- /docs/tones/Copper_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Copper_rose.svg -------------------------------------------------------------------------------- /docs/tones/Coquelicot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Coquelicot.svg -------------------------------------------------------------------------------- /docs/tones/Coral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Coral.svg -------------------------------------------------------------------------------- /docs/tones/Coral_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Coral_pink.svg -------------------------------------------------------------------------------- /docs/tones/Cordovan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cordovan.svg -------------------------------------------------------------------------------- /docs/tones/Corn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Corn.svg -------------------------------------------------------------------------------- /docs/tones/Cornell_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cornell_red.svg -------------------------------------------------------------------------------- /docs/tones/Cornsilk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cornsilk.svg -------------------------------------------------------------------------------- /docs/tones/Cosmic_cobalt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cosmic_cobalt.svg -------------------------------------------------------------------------------- /docs/tones/Cosmic_latte.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cosmic_latte.svg -------------------------------------------------------------------------------- /docs/tones/Cotton_candy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cotton_candy.svg -------------------------------------------------------------------------------- /docs/tones/Coyote_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Coyote_brown.svg -------------------------------------------------------------------------------- /docs/tones/Cream.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cream.svg -------------------------------------------------------------------------------- /docs/tones/Crimson.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Crimson.svg -------------------------------------------------------------------------------- /docs/tones/Crimson_ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Crimson_ua.svg -------------------------------------------------------------------------------- /docs/tones/Crystal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Crystal.svg -------------------------------------------------------------------------------- /docs/tones/Cultured.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cultured.svg -------------------------------------------------------------------------------- /docs/tones/Cyan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cyan.svg -------------------------------------------------------------------------------- /docs/tones/Cyan_process.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cyan_process.svg -------------------------------------------------------------------------------- /docs/tones/Cyber_grape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cyber_grape.svg -------------------------------------------------------------------------------- /docs/tones/Cyber_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cyber_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Cyclamen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Cyclamen.svg -------------------------------------------------------------------------------- /docs/tones/Dark_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_blue.svg -------------------------------------------------------------------------------- /docs/tones/Dark_blue_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_blue_gray.svg -------------------------------------------------------------------------------- /docs/tones/Dark_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_brown.svg -------------------------------------------------------------------------------- /docs/tones/Dark_byzantium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_byzantium.svg -------------------------------------------------------------------------------- /docs/tones/Dark_cyan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_cyan.svg -------------------------------------------------------------------------------- /docs/tones/Dark_goldenrod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_goldenrod.svg -------------------------------------------------------------------------------- /docs/tones/Dark_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_green.svg -------------------------------------------------------------------------------- /docs/tones/Dark_green_x11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_green_x11.svg -------------------------------------------------------------------------------- /docs/tones/Dark_khaki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_khaki.svg -------------------------------------------------------------------------------- /docs/tones/Dark_lava.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_lava.svg -------------------------------------------------------------------------------- /docs/tones/Dark_liver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_liver.svg -------------------------------------------------------------------------------- /docs/tones/Dark_magenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_magenta.svg -------------------------------------------------------------------------------- /docs/tones/Dark_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_orange.svg -------------------------------------------------------------------------------- /docs/tones/Dark_orchid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_orchid.svg -------------------------------------------------------------------------------- /docs/tones/Dark_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_purple.svg -------------------------------------------------------------------------------- /docs/tones/Dark_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_red.svg -------------------------------------------------------------------------------- /docs/tones/Dark_salmon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_salmon.svg -------------------------------------------------------------------------------- /docs/tones/Dark_sea_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_sea_green.svg -------------------------------------------------------------------------------- /docs/tones/Dark_sienna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_sienna.svg -------------------------------------------------------------------------------- /docs/tones/Dark_sky_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_sky_blue.svg -------------------------------------------------------------------------------- /docs/tones/Dark_turquoise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_turquoise.svg -------------------------------------------------------------------------------- /docs/tones/Dark_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dark_violet.svg -------------------------------------------------------------------------------- /docs/tones/Davys_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Davys_gray.svg -------------------------------------------------------------------------------- /docs/tones/Davys_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Davys_grey.svg -------------------------------------------------------------------------------- /docs/tones/Deep_cerise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_cerise.svg -------------------------------------------------------------------------------- /docs/tones/Deep_champagne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_champagne.svg -------------------------------------------------------------------------------- /docs/tones/Deep_chestnut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_chestnut.svg -------------------------------------------------------------------------------- /docs/tones/Deep_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_pink.svg -------------------------------------------------------------------------------- /docs/tones/Deep_saffron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_saffron.svg -------------------------------------------------------------------------------- /docs/tones/Deep_sky_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_sky_blue.svg -------------------------------------------------------------------------------- /docs/tones/Deep_taupe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Deep_taupe.svg -------------------------------------------------------------------------------- /docs/tones/Delft_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Delft_blue.svg -------------------------------------------------------------------------------- /docs/tones/Denim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Denim.svg -------------------------------------------------------------------------------- /docs/tones/Denim_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Denim_blue.svg -------------------------------------------------------------------------------- /docs/tones/Desert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Desert.svg -------------------------------------------------------------------------------- /docs/tones/Desert_sand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Desert_sand.svg -------------------------------------------------------------------------------- /docs/tones/Dim_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dim_gray.svg -------------------------------------------------------------------------------- /docs/tones/Dodger_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dodger_blue.svg -------------------------------------------------------------------------------- /docs/tones/Dogwood_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dogwood_rose.svg -------------------------------------------------------------------------------- /docs/tones/Drab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Drab.svg -------------------------------------------------------------------------------- /docs/tones/Duck_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Duck_blue.svg -------------------------------------------------------------------------------- /docs/tones/Duke_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Duke_blue.svg -------------------------------------------------------------------------------- /docs/tones/Dutch_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Dutch_white.svg -------------------------------------------------------------------------------- /docs/tones/Earth_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Earth_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Ebony.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ebony.svg -------------------------------------------------------------------------------- /docs/tones/Ecru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ecru.svg -------------------------------------------------------------------------------- /docs/tones/Eerie_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eerie_black.svg -------------------------------------------------------------------------------- /docs/tones/Eggplant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eggplant.svg -------------------------------------------------------------------------------- /docs/tones/Eggshell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eggshell.svg -------------------------------------------------------------------------------- /docs/tones/Egyptian_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Egyptian_blue.svg -------------------------------------------------------------------------------- /docs/tones/Eigengrau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eigengrau.svg -------------------------------------------------------------------------------- /docs/tones/Electric_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Electric_blue.svg -------------------------------------------------------------------------------- /docs/tones/Electric_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Electric_green.svg -------------------------------------------------------------------------------- /docs/tones/Electric_lime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Electric_lime.svg -------------------------------------------------------------------------------- /docs/tones/Emerald.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Emerald.svg -------------------------------------------------------------------------------- /docs/tones/Eminence.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eminence.svg -------------------------------------------------------------------------------- /docs/tones/English_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/English_green.svg -------------------------------------------------------------------------------- /docs/tones/English_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/English_red.svg -------------------------------------------------------------------------------- /docs/tones/English_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/English_violet.svg -------------------------------------------------------------------------------- /docs/tones/Erin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Erin.svg -------------------------------------------------------------------------------- /docs/tones/Eton_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Eton_blue.svg -------------------------------------------------------------------------------- /docs/tones/Fairy_tale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fairy_tale.svg -------------------------------------------------------------------------------- /docs/tones/Fallow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fallow.svg -------------------------------------------------------------------------------- /docs/tones/Falu_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Falu_red.svg -------------------------------------------------------------------------------- /docs/tones/Fandango.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fandango.svg -------------------------------------------------------------------------------- /docs/tones/Fandango_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fandango_pink.svg -------------------------------------------------------------------------------- /docs/tones/Fawn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fawn.svg -------------------------------------------------------------------------------- /docs/tones/Feldgrau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Feldgrau.svg -------------------------------------------------------------------------------- /docs/tones/Fern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fern.svg -------------------------------------------------------------------------------- /docs/tones/Fern_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fern_green.svg -------------------------------------------------------------------------------- /docs/tones/Field_drab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Field_drab.svg -------------------------------------------------------------------------------- /docs/tones/Fiery_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fiery_rose.svg -------------------------------------------------------------------------------- /docs/tones/Fire_brick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fire_brick.svg -------------------------------------------------------------------------------- /docs/tones/Fire_opal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fire_opal.svg -------------------------------------------------------------------------------- /docs/tones/Firebrick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Firebrick.svg -------------------------------------------------------------------------------- /docs/tones/Flame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Flame.svg -------------------------------------------------------------------------------- /docs/tones/Flax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Flax.svg -------------------------------------------------------------------------------- /docs/tones/Flirt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Flirt.svg -------------------------------------------------------------------------------- /docs/tones/Floral_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Floral_white.svg -------------------------------------------------------------------------------- /docs/tones/Forest_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Forest_green.svg -------------------------------------------------------------------------------- /docs/tones/French_beige.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_beige.svg -------------------------------------------------------------------------------- /docs/tones/French_bistre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_bistre.svg -------------------------------------------------------------------------------- /docs/tones/French_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_blue.svg -------------------------------------------------------------------------------- /docs/tones/French_fuchsia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_fuchsia.svg -------------------------------------------------------------------------------- /docs/tones/French_lilac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_lilac.svg -------------------------------------------------------------------------------- /docs/tones/French_lime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_lime.svg -------------------------------------------------------------------------------- /docs/tones/French_mauve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_mauve.svg -------------------------------------------------------------------------------- /docs/tones/French_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_pink.svg -------------------------------------------------------------------------------- /docs/tones/French_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_rose.svg -------------------------------------------------------------------------------- /docs/tones/French_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/French_violet.svg -------------------------------------------------------------------------------- /docs/tones/Frostbite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Frostbite.svg -------------------------------------------------------------------------------- /docs/tones/Fuchsia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fuchsia.svg -------------------------------------------------------------------------------- /docs/tones/Fuchsia_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fuchsia_purple.svg -------------------------------------------------------------------------------- /docs/tones/Fuchsia_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fuchsia_rose.svg -------------------------------------------------------------------------------- /docs/tones/Fulvous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fulvous.svg -------------------------------------------------------------------------------- /docs/tones/Fuzzy_wuzzy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Fuzzy_wuzzy.svg -------------------------------------------------------------------------------- /docs/tones/Gainsboro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gainsboro.svg -------------------------------------------------------------------------------- /docs/tones/Gamboge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gamboge.svg -------------------------------------------------------------------------------- /docs/tones/Garnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Garnet.svg -------------------------------------------------------------------------------- /docs/tones/Ghost_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ghost_white.svg -------------------------------------------------------------------------------- /docs/tones/Giants_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Giants_orange.svg -------------------------------------------------------------------------------- /docs/tones/Glaucous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Glaucous.svg -------------------------------------------------------------------------------- /docs/tones/Glossy_grape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Glossy_grape.svg -------------------------------------------------------------------------------- /docs/tones/Go_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Go_green.svg -------------------------------------------------------------------------------- /docs/tones/Gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gold.svg -------------------------------------------------------------------------------- /docs/tones/Gold_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gold_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Gold_fusion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gold_fusion.svg -------------------------------------------------------------------------------- /docs/tones/Gold_golden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gold_golden.svg -------------------------------------------------------------------------------- /docs/tones/Gold_metallic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gold_metallic.svg -------------------------------------------------------------------------------- /docs/tones/Golden_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Golden_brown.svg -------------------------------------------------------------------------------- /docs/tones/Golden_poppy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Golden_poppy.svg -------------------------------------------------------------------------------- /docs/tones/Golden_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Golden_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Goldenrod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Goldenrod.svg -------------------------------------------------------------------------------- /docs/tones/Granite_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Granite_gray.svg -------------------------------------------------------------------------------- /docs/tones/Grape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Grape.svg -------------------------------------------------------------------------------- /docs/tones/Gray_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gray_green.svg -------------------------------------------------------------------------------- /docs/tones/Gray_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gray_web.svg -------------------------------------------------------------------------------- /docs/tones/Gray_x11_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gray_x11_gray.svg -------------------------------------------------------------------------------- /docs/tones/Graygrey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Graygrey.svg -------------------------------------------------------------------------------- /docs/tones/Green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green.svg -------------------------------------------------------------------------------- /docs/tones/Green_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_blue.svg -------------------------------------------------------------------------------- /docs/tones/Green_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Green_cyan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_cyan.svg -------------------------------------------------------------------------------- /docs/tones/Green_earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_earth.svg -------------------------------------------------------------------------------- /docs/tones/Green_lizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_lizard.svg -------------------------------------------------------------------------------- /docs/tones/Green_munsell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_munsell.svg -------------------------------------------------------------------------------- /docs/tones/Green_ncs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_ncs.svg -------------------------------------------------------------------------------- /docs/tones/Green_pantone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_pantone.svg -------------------------------------------------------------------------------- /docs/tones/Green_pigment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_pigment.svg -------------------------------------------------------------------------------- /docs/tones/Green_ryb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_ryb.svg -------------------------------------------------------------------------------- /docs/tones/Green_sheen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_sheen.svg -------------------------------------------------------------------------------- /docs/tones/Green_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_web.svg -------------------------------------------------------------------------------- /docs/tones/Green_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Green_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Grullo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Grullo.svg -------------------------------------------------------------------------------- /docs/tones/Gunmetal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Gunmetal.svg -------------------------------------------------------------------------------- /docs/tones/Han_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Han_blue.svg -------------------------------------------------------------------------------- /docs/tones/Han_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Han_purple.svg -------------------------------------------------------------------------------- /docs/tones/Hansa_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hansa_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Harlequin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Harlequin.svg -------------------------------------------------------------------------------- /docs/tones/Harvest_gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Harvest_gold.svg -------------------------------------------------------------------------------- /docs/tones/Heat_wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Heat_wave.svg -------------------------------------------------------------------------------- /docs/tones/Heliotrope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Heliotrope.svg -------------------------------------------------------------------------------- /docs/tones/Honeydew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Honeydew.svg -------------------------------------------------------------------------------- /docs/tones/Honolulu_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Honolulu_blue.svg -------------------------------------------------------------------------------- /docs/tones/Hookers_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hookers_green.svg -------------------------------------------------------------------------------- /docs/tones/Hot_magenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hot_magenta.svg -------------------------------------------------------------------------------- /docs/tones/Hot_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hot_pink.svg -------------------------------------------------------------------------------- /docs/tones/Hunter_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hunter_green.svg -------------------------------------------------------------------------------- /docs/tones/Hunyadi_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Hunyadi_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Ice_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ice_blue.svg -------------------------------------------------------------------------------- /docs/tones/Iceberg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Iceberg.svg -------------------------------------------------------------------------------- /docs/tones/Icterine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Icterine.svg -------------------------------------------------------------------------------- /docs/tones/Imperial_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Imperial_red.svg -------------------------------------------------------------------------------- /docs/tones/Inchworm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Inchworm.svg -------------------------------------------------------------------------------- /docs/tones/Independence.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Independence.svg -------------------------------------------------------------------------------- /docs/tones/India_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/India_green.svg -------------------------------------------------------------------------------- /docs/tones/Indian_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Indian_red.svg -------------------------------------------------------------------------------- /docs/tones/Indian_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Indian_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Indigo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Indigo.svg -------------------------------------------------------------------------------- /docs/tones/Indigo_dye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Indigo_dye.svg -------------------------------------------------------------------------------- /docs/tones/Iris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Iris.svg -------------------------------------------------------------------------------- /docs/tones/Irresistible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Irresistible.svg -------------------------------------------------------------------------------- /docs/tones/Isabelline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Isabelline.svg -------------------------------------------------------------------------------- /docs/tones/Islamic_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Islamic_green.svg -------------------------------------------------------------------------------- /docs/tones/Ivory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ivory.svg -------------------------------------------------------------------------------- /docs/tones/Jade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jade.svg -------------------------------------------------------------------------------- /docs/tones/Jasmine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jasmine.svg -------------------------------------------------------------------------------- /docs/tones/Jasper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jasper.svg -------------------------------------------------------------------------------- /docs/tones/Jazzberry_jam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jazzberry_jam.svg -------------------------------------------------------------------------------- /docs/tones/Jet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jet.svg -------------------------------------------------------------------------------- /docs/tones/Jonquil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jonquil.svg -------------------------------------------------------------------------------- /docs/tones/Jordy_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jordy_blue.svg -------------------------------------------------------------------------------- /docs/tones/June_bud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/June_bud.svg -------------------------------------------------------------------------------- /docs/tones/Jungle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Jungle_green.svg -------------------------------------------------------------------------------- /docs/tones/Kelly_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Kelly_green.svg -------------------------------------------------------------------------------- /docs/tones/Keppel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Keppel.svg -------------------------------------------------------------------------------- /docs/tones/Key_lime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Key_lime.svg -------------------------------------------------------------------------------- /docs/tones/Khaki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Khaki.svg -------------------------------------------------------------------------------- /docs/tones/Khaki_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Khaki_web.svg -------------------------------------------------------------------------------- /docs/tones/Kobe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Kobe.svg -------------------------------------------------------------------------------- /docs/tones/Kobi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Kobi.svg -------------------------------------------------------------------------------- /docs/tones/Kobicha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Kobicha.svg -------------------------------------------------------------------------------- /docs/tones/Kombu_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Kombu_green.svg -------------------------------------------------------------------------------- /docs/tones/Ksu_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ksu_purple.svg -------------------------------------------------------------------------------- /docs/tones/Lapis_lazuli.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lapis_lazuli.svg -------------------------------------------------------------------------------- /docs/tones/Laser_lemon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Laser_lemon.svg -------------------------------------------------------------------------------- /docs/tones/Laurel_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Laurel_green.svg -------------------------------------------------------------------------------- /docs/tones/Lava.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lava.svg -------------------------------------------------------------------------------- /docs/tones/Lavender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender.svg -------------------------------------------------------------------------------- /docs/tones/Lavender_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender_blue.svg -------------------------------------------------------------------------------- /docs/tones/Lavender_blush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender_blush.svg -------------------------------------------------------------------------------- /docs/tones/Lavender_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender_gray.svg -------------------------------------------------------------------------------- /docs/tones/Lavender_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender_pink.svg -------------------------------------------------------------------------------- /docs/tones/Lavender_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lavender_web.svg -------------------------------------------------------------------------------- /docs/tones/Lawn_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lawn_green.svg -------------------------------------------------------------------------------- /docs/tones/Lemon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_chiffon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_chiffon.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_curry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_curry.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_glacier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_glacier.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_meringue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_meringue.svg -------------------------------------------------------------------------------- /docs/tones/Lemon_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lemon_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Liberty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liberty.svg -------------------------------------------------------------------------------- /docs/tones/Licorice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Licorice.svg -------------------------------------------------------------------------------- /docs/tones/Light_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_blue.svg -------------------------------------------------------------------------------- /docs/tones/Light_coral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_coral.svg -------------------------------------------------------------------------------- /docs/tones/Light_cyan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_cyan.svg -------------------------------------------------------------------------------- /docs/tones/Light_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_gray.svg -------------------------------------------------------------------------------- /docs/tones/Light_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_green.svg -------------------------------------------------------------------------------- /docs/tones/Light_hot_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_hot_pink.svg -------------------------------------------------------------------------------- /docs/tones/Light_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_orange.svg -------------------------------------------------------------------------------- /docs/tones/Light_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_pink.svg -------------------------------------------------------------------------------- /docs/tones/Light_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_red.svg -------------------------------------------------------------------------------- /docs/tones/Light_salmon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_salmon.svg -------------------------------------------------------------------------------- /docs/tones/Light_sky_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_sky_blue.svg -------------------------------------------------------------------------------- /docs/tones/Light_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Light_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Lilac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lilac.svg -------------------------------------------------------------------------------- /docs/tones/Lilac_luster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lilac_luster.svg -------------------------------------------------------------------------------- /docs/tones/Lime_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lime_green.svg -------------------------------------------------------------------------------- /docs/tones/Lincoln_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lincoln_green.svg -------------------------------------------------------------------------------- /docs/tones/Linen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Linen.svg -------------------------------------------------------------------------------- /docs/tones/Lion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lion.svg -------------------------------------------------------------------------------- /docs/tones/Liseran_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liseran_purple.svg -------------------------------------------------------------------------------- /docs/tones/Liver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liver.svg -------------------------------------------------------------------------------- /docs/tones/Liver_chestnut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liver_chestnut.svg -------------------------------------------------------------------------------- /docs/tones/Liver_dogs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liver_dogs.svg -------------------------------------------------------------------------------- /docs/tones/Liver_organ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Liver_organ.svg -------------------------------------------------------------------------------- /docs/tones/Livid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Livid.svg -------------------------------------------------------------------------------- /docs/tones/Lust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Lust.svg -------------------------------------------------------------------------------- /docs/tones/Madder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Madder.svg -------------------------------------------------------------------------------- /docs/tones/Madder_lake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Madder_lake.svg -------------------------------------------------------------------------------- /docs/tones/Magenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Magenta.svg -------------------------------------------------------------------------------- /docs/tones/Magenta_dye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Magenta_dye.svg -------------------------------------------------------------------------------- /docs/tones/Magenta_haze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Magenta_haze.svg -------------------------------------------------------------------------------- /docs/tones/Magic_mint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Magic_mint.svg -------------------------------------------------------------------------------- /docs/tones/Magnolia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Magnolia.svg -------------------------------------------------------------------------------- /docs/tones/Mahogany.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mahogany.svg -------------------------------------------------------------------------------- /docs/tones/Maize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maize.svg -------------------------------------------------------------------------------- /docs/tones/Maize_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maize_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Majorelle_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Majorelle_blue.svg -------------------------------------------------------------------------------- /docs/tones/Malachite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Malachite.svg -------------------------------------------------------------------------------- /docs/tones/Manatee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Manatee.svg -------------------------------------------------------------------------------- /docs/tones/Mandarin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mandarin.svg -------------------------------------------------------------------------------- /docs/tones/Mango.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mango.svg -------------------------------------------------------------------------------- /docs/tones/Mango_tango.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mango_tango.svg -------------------------------------------------------------------------------- /docs/tones/Mantis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mantis.svg -------------------------------------------------------------------------------- /docs/tones/Mardi_gras.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mardi_gras.svg -------------------------------------------------------------------------------- /docs/tones/Marengo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Marengo.svg -------------------------------------------------------------------------------- /docs/tones/Marigold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Marigold.svg -------------------------------------------------------------------------------- /docs/tones/Maroon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maroon.svg -------------------------------------------------------------------------------- /docs/tones/Maroon_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maroon_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Maroon_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maroon_web.svg -------------------------------------------------------------------------------- /docs/tones/Maroon_x11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maroon_x11.svg -------------------------------------------------------------------------------- /docs/tones/Mauve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mauve.svg -------------------------------------------------------------------------------- /docs/tones/Mauve_mallow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mauve_mallow.svg -------------------------------------------------------------------------------- /docs/tones/Mauve_taupe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mauve_taupe.svg -------------------------------------------------------------------------------- /docs/tones/Mauvelous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mauvelous.svg -------------------------------------------------------------------------------- /docs/tones/Maximum_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maximum_blue.svg -------------------------------------------------------------------------------- /docs/tones/Maximum_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maximum_green.svg -------------------------------------------------------------------------------- /docs/tones/Maximum_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maximum_purple.svg -------------------------------------------------------------------------------- /docs/tones/Maximum_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maximum_red.svg -------------------------------------------------------------------------------- /docs/tones/Maximum_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maximum_yellow.svg -------------------------------------------------------------------------------- /docs/tones/May_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/May_green.svg -------------------------------------------------------------------------------- /docs/tones/Maya_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Maya_blue.svg -------------------------------------------------------------------------------- /docs/tones/Medium_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Medium_blue.svg -------------------------------------------------------------------------------- /docs/tones/Medium_carmine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Medium_carmine.svg -------------------------------------------------------------------------------- /docs/tones/Medium_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Medium_gray.svg -------------------------------------------------------------------------------- /docs/tones/Medium_orchid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Medium_orchid.svg -------------------------------------------------------------------------------- /docs/tones/Medium_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Medium_purple.svg -------------------------------------------------------------------------------- /docs/tones/Mellow_apricot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mellow_apricot.svg -------------------------------------------------------------------------------- /docs/tones/Mellow_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mellow_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Melon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Melon.svg -------------------------------------------------------------------------------- /docs/tones/Metallic_gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Metallic_gold.svg -------------------------------------------------------------------------------- /docs/tones/Mexican_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mexican_pink.svg -------------------------------------------------------------------------------- /docs/tones/Middle_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_blue.svg -------------------------------------------------------------------------------- /docs/tones/Middle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_green.svg -------------------------------------------------------------------------------- /docs/tones/Middle_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_grey.svg -------------------------------------------------------------------------------- /docs/tones/Middle_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_purple.svg -------------------------------------------------------------------------------- /docs/tones/Middle_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_red.svg -------------------------------------------------------------------------------- /docs/tones/Middle_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Middle_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Midnight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Midnight.svg -------------------------------------------------------------------------------- /docs/tones/Midnight_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Midnight_blue.svg -------------------------------------------------------------------------------- /docs/tones/Midnight_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Midnight_green.svg -------------------------------------------------------------------------------- /docs/tones/Mikado_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mikado_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Mimi_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mimi_pink.svg -------------------------------------------------------------------------------- /docs/tones/Mindaro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mindaro.svg -------------------------------------------------------------------------------- /docs/tones/Ming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ming.svg -------------------------------------------------------------------------------- /docs/tones/Minion_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Minion_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Mint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mint.svg -------------------------------------------------------------------------------- /docs/tones/Mint_cream.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mint_cream.svg -------------------------------------------------------------------------------- /docs/tones/Mint_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mint_green.svg -------------------------------------------------------------------------------- /docs/tones/Misty_moss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Misty_moss.svg -------------------------------------------------------------------------------- /docs/tones/Misty_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Misty_rose.svg -------------------------------------------------------------------------------- /docs/tones/Mode_beige.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mode_beige.svg -------------------------------------------------------------------------------- /docs/tones/Moonstone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Moonstone.svg -------------------------------------------------------------------------------- /docs/tones/Morning_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Morning_blue.svg -------------------------------------------------------------------------------- /docs/tones/Moss_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Moss_green.svg -------------------------------------------------------------------------------- /docs/tones/Msu_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Msu_green.svg -------------------------------------------------------------------------------- /docs/tones/Mulberry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mulberry.svg -------------------------------------------------------------------------------- /docs/tones/Mustard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mustard.svg -------------------------------------------------------------------------------- /docs/tones/Myrtle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Myrtle_green.svg -------------------------------------------------------------------------------- /docs/tones/Mystic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mystic.svg -------------------------------------------------------------------------------- /docs/tones/Mystic_maroon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Mystic_maroon.svg -------------------------------------------------------------------------------- /docs/tones/Nadeshiko_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Nadeshiko_pink.svg -------------------------------------------------------------------------------- /docs/tones/Naples_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Naples_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Navajo_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Navajo_white.svg -------------------------------------------------------------------------------- /docs/tones/Navy_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Navy_blue.svg -------------------------------------------------------------------------------- /docs/tones/Ndhu_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ndhu_green.svg -------------------------------------------------------------------------------- /docs/tones/Neon_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Neon_blue.svg -------------------------------------------------------------------------------- /docs/tones/Neon_carrot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Neon_carrot.svg -------------------------------------------------------------------------------- /docs/tones/Neon_fuchsia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Neon_fuchsia.svg -------------------------------------------------------------------------------- /docs/tones/Neon_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Neon_green.svg -------------------------------------------------------------------------------- /docs/tones/New_york_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/New_york_pink.svg -------------------------------------------------------------------------------- /docs/tones/Nickel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Nickel.svg -------------------------------------------------------------------------------- /docs/tones/Non_photo_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Non_photo_blue.svg -------------------------------------------------------------------------------- /docs/tones/Nyanza.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Nyanza.svg -------------------------------------------------------------------------------- /docs/tones/Ocean_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ocean_blue.svg -------------------------------------------------------------------------------- /docs/tones/Ocean_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ocean_green.svg -------------------------------------------------------------------------------- /docs/tones/Ochre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ochre.svg -------------------------------------------------------------------------------- /docs/tones/Old_burgundy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_burgundy.svg -------------------------------------------------------------------------------- /docs/tones/Old_gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_gold.svg -------------------------------------------------------------------------------- /docs/tones/Old_lace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_lace.svg -------------------------------------------------------------------------------- /docs/tones/Old_lavender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_lavender.svg -------------------------------------------------------------------------------- /docs/tones/Old_mauve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_mauve.svg -------------------------------------------------------------------------------- /docs/tones/Old_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_rose.svg -------------------------------------------------------------------------------- /docs/tones/Old_silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Old_silver.svg -------------------------------------------------------------------------------- /docs/tones/Olive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olive.svg -------------------------------------------------------------------------------- /docs/tones/Olive_drab_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olive_drab_3.svg -------------------------------------------------------------------------------- /docs/tones/Olive_drab_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olive_drab_7.svg -------------------------------------------------------------------------------- /docs/tones/Olive_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olive_green.svg -------------------------------------------------------------------------------- /docs/tones/Olive_ral.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olive_ral.svg -------------------------------------------------------------------------------- /docs/tones/Olivine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Olivine.svg -------------------------------------------------------------------------------- /docs/tones/Onyx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Onyx.svg -------------------------------------------------------------------------------- /docs/tones/Opal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Opal.svg -------------------------------------------------------------------------------- /docs/tones/Opera_mauve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Opera_mauve.svg -------------------------------------------------------------------------------- /docs/tones/Orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange.svg -------------------------------------------------------------------------------- /docs/tones/Orange_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Orange_gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_gs.svg -------------------------------------------------------------------------------- /docs/tones/Orange_pantone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_pantone.svg -------------------------------------------------------------------------------- /docs/tones/Orange_peel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_peel.svg -------------------------------------------------------------------------------- /docs/tones/Orange_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_red.svg -------------------------------------------------------------------------------- /docs/tones/Orange_soda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_soda.svg -------------------------------------------------------------------------------- /docs/tones/Orange_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_web.svg -------------------------------------------------------------------------------- /docs/tones/Orange_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orange_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Orchid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orchid.svg -------------------------------------------------------------------------------- /docs/tones/Orchid_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orchid_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Orchid_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Orchid_pink.svg -------------------------------------------------------------------------------- /docs/tones/Ou_crimson_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ou_crimson_red.svg -------------------------------------------------------------------------------- /docs/tones/Outer_space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Outer_space.svg -------------------------------------------------------------------------------- /docs/tones/Oxblood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Oxblood.svg -------------------------------------------------------------------------------- /docs/tones/Oxford_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Oxford_blue.svg -------------------------------------------------------------------------------- /docs/tones/Pacific_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pacific_blue.svg -------------------------------------------------------------------------------- /docs/tones/Pakistan_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pakistan_green.svg -------------------------------------------------------------------------------- /docs/tones/Palatinate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Palatinate.svg -------------------------------------------------------------------------------- /docs/tones/Pale_aqua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_aqua.svg -------------------------------------------------------------------------------- /docs/tones/Pale_azure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_azure.svg -------------------------------------------------------------------------------- /docs/tones/Pale_cerulean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_cerulean.svg -------------------------------------------------------------------------------- /docs/tones/Pale_dogwood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_dogwood.svg -------------------------------------------------------------------------------- /docs/tones/Pale_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_green.svg -------------------------------------------------------------------------------- /docs/tones/Pale_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_pink.svg -------------------------------------------------------------------------------- /docs/tones/Pale_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_purple.svg -------------------------------------------------------------------------------- /docs/tones/Pale_silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pale_silver.svg -------------------------------------------------------------------------------- /docs/tones/Pansy_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pansy_purple.svg -------------------------------------------------------------------------------- /docs/tones/Papaya_whip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Papaya_whip.svg -------------------------------------------------------------------------------- /docs/tones/Paradise_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Paradise_pink.svg -------------------------------------------------------------------------------- /docs/tones/Parchment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Parchment.svg -------------------------------------------------------------------------------- /docs/tones/Paris_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Paris_green.svg -------------------------------------------------------------------------------- /docs/tones/Pastel_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pastel_pink.svg -------------------------------------------------------------------------------- /docs/tones/Patriarch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Patriarch.svg -------------------------------------------------------------------------------- /docs/tones/Paynes_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Paynes_grey.svg -------------------------------------------------------------------------------- /docs/tones/Peach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Peach.svg -------------------------------------------------------------------------------- /docs/tones/Peach_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Peach_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Peach_puff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Peach_puff.svg -------------------------------------------------------------------------------- /docs/tones/Pear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pear.svg -------------------------------------------------------------------------------- /docs/tones/Pearly_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pearly_purple.svg -------------------------------------------------------------------------------- /docs/tones/Periwinkle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Periwinkle.svg -------------------------------------------------------------------------------- /docs/tones/Persian_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_blue.svg -------------------------------------------------------------------------------- /docs/tones/Persian_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_green.svg -------------------------------------------------------------------------------- /docs/tones/Persian_indigo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_indigo.svg -------------------------------------------------------------------------------- /docs/tones/Persian_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_orange.svg -------------------------------------------------------------------------------- /docs/tones/Persian_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_pink.svg -------------------------------------------------------------------------------- /docs/tones/Persian_plum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_plum.svg -------------------------------------------------------------------------------- /docs/tones/Persian_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_red.svg -------------------------------------------------------------------------------- /docs/tones/Persian_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persian_rose.svg -------------------------------------------------------------------------------- /docs/tones/Persimmon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Persimmon.svg -------------------------------------------------------------------------------- /docs/tones/Peru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Peru.svg -------------------------------------------------------------------------------- /docs/tones/Pewter_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pewter_blue.svg -------------------------------------------------------------------------------- /docs/tones/Phlox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Phlox.svg -------------------------------------------------------------------------------- /docs/tones/Phthalo_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Phthalo_blue.svg -------------------------------------------------------------------------------- /docs/tones/Phthalo_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Phthalo_green.svg -------------------------------------------------------------------------------- /docs/tones/Picotee_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Picotee_blue.svg -------------------------------------------------------------------------------- /docs/tones/Picton_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Picton_blue.svg -------------------------------------------------------------------------------- /docs/tones/Piggy_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Piggy_pink.svg -------------------------------------------------------------------------------- /docs/tones/Pine_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pine_green.svg -------------------------------------------------------------------------------- /docs/tones/Pine_tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pine_tree.svg -------------------------------------------------------------------------------- /docs/tones/Pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink.svg -------------------------------------------------------------------------------- /docs/tones/Pink_flamingo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_flamingo.svg -------------------------------------------------------------------------------- /docs/tones/Pink_gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_gs.svg -------------------------------------------------------------------------------- /docs/tones/Pink_lace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_lace.svg -------------------------------------------------------------------------------- /docs/tones/Pink_lavender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_lavender.svg -------------------------------------------------------------------------------- /docs/tones/Pink_pantone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_pantone.svg -------------------------------------------------------------------------------- /docs/tones/Pink_sherbet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pink_sherbet.svg -------------------------------------------------------------------------------- /docs/tones/Pistachio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pistachio.svg -------------------------------------------------------------------------------- /docs/tones/Platinum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Platinum.svg -------------------------------------------------------------------------------- /docs/tones/Plum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Plum.svg -------------------------------------------------------------------------------- /docs/tones/Plum_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Plum_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Plum_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Plum_web.svg -------------------------------------------------------------------------------- /docs/tones/Plump_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Plump_purple.svg -------------------------------------------------------------------------------- /docs/tones/Polished_pine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Polished_pine.svg -------------------------------------------------------------------------------- /docs/tones/Pomp_and_power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pomp_and_power.svg -------------------------------------------------------------------------------- /docs/tones/Popstar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Popstar.svg -------------------------------------------------------------------------------- /docs/tones/Powder_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Powder_blue.svg -------------------------------------------------------------------------------- /docs/tones/Process_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Process_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Prune.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Prune.svg -------------------------------------------------------------------------------- /docs/tones/Prussian_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Prussian_blue.svg -------------------------------------------------------------------------------- /docs/tones/Puce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Puce.svg -------------------------------------------------------------------------------- /docs/tones/Pumpkin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Pumpkin.svg -------------------------------------------------------------------------------- /docs/tones/Purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple.svg -------------------------------------------------------------------------------- /docs/tones/Purple_munsell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_munsell.svg -------------------------------------------------------------------------------- /docs/tones/Purple_navy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_navy.svg -------------------------------------------------------------------------------- /docs/tones/Purple_pizzazz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_pizzazz.svg -------------------------------------------------------------------------------- /docs/tones/Purple_plum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_plum.svg -------------------------------------------------------------------------------- /docs/tones/Purple_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_web.svg -------------------------------------------------------------------------------- /docs/tones/Purple_x11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purple_x11.svg -------------------------------------------------------------------------------- /docs/tones/Purpureus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Purpureus.svg -------------------------------------------------------------------------------- /docs/tones/Queen_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Queen_blue.svg -------------------------------------------------------------------------------- /docs/tones/Queen_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Queen_pink.svg -------------------------------------------------------------------------------- /docs/tones/Quick_silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Quick_silver.svg -------------------------------------------------------------------------------- /docs/tones/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/tones/Radical_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Radical_red.svg -------------------------------------------------------------------------------- /docs/tones/Raisin_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Raisin_black.svg -------------------------------------------------------------------------------- /docs/tones/Rajah.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rajah.svg -------------------------------------------------------------------------------- /docs/tones/Raspberry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Raspberry.svg -------------------------------------------------------------------------------- /docs/tones/Raspberry_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Raspberry_rose.svg -------------------------------------------------------------------------------- /docs/tones/Raw_sienna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Raw_sienna.svg -------------------------------------------------------------------------------- /docs/tones/Raw_umber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Raw_umber.svg -------------------------------------------------------------------------------- /docs/tones/Razzmatazz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Razzmatazz.svg -------------------------------------------------------------------------------- /docs/tones/Razzmic_berry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Razzmic_berry.svg -------------------------------------------------------------------------------- /docs/tones/Rebecca_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rebecca_purple.svg -------------------------------------------------------------------------------- /docs/tones/Red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red.svg -------------------------------------------------------------------------------- /docs/tones/Red_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_brown.svg -------------------------------------------------------------------------------- /docs/tones/Red_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Red_munsell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_munsell.svg -------------------------------------------------------------------------------- /docs/tones/Red_ncs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_ncs.svg -------------------------------------------------------------------------------- /docs/tones/Red_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_orange.svg -------------------------------------------------------------------------------- /docs/tones/Red_pantone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_pantone.svg -------------------------------------------------------------------------------- /docs/tones/Red_pigment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_pigment.svg -------------------------------------------------------------------------------- /docs/tones/Red_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_purple.svg -------------------------------------------------------------------------------- /docs/tones/Red_rgb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_rgb.svg -------------------------------------------------------------------------------- /docs/tones/Red_ryb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_ryb.svg -------------------------------------------------------------------------------- /docs/tones/Red_salsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_salsa.svg -------------------------------------------------------------------------------- /docs/tones/Red_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Red_violet.svg -------------------------------------------------------------------------------- /docs/tones/Redwood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Redwood.svg -------------------------------------------------------------------------------- /docs/tones/Rhythm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rhythm.svg -------------------------------------------------------------------------------- /docs/tones/Rich_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rich_black.svg -------------------------------------------------------------------------------- /docs/tones/Rifle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rifle_green.svg -------------------------------------------------------------------------------- /docs/tones/Robin_egg_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Robin_egg_blue.svg -------------------------------------------------------------------------------- /docs/tones/Rojo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rojo.svg -------------------------------------------------------------------------------- /docs/tones/Roman_silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Roman_silver.svg -------------------------------------------------------------------------------- /docs/tones/Rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose.svg -------------------------------------------------------------------------------- /docs/tones/Rose_bonbon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_bonbon.svg -------------------------------------------------------------------------------- /docs/tones/Rose_dust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_dust.svg -------------------------------------------------------------------------------- /docs/tones/Rose_ebony.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_ebony.svg -------------------------------------------------------------------------------- /docs/tones/Rose_madder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_madder.svg -------------------------------------------------------------------------------- /docs/tones/Rose_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_pink.svg -------------------------------------------------------------------------------- /docs/tones/Rose_pompadour.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_pompadour.svg -------------------------------------------------------------------------------- /docs/tones/Rose_quartz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_quartz.svg -------------------------------------------------------------------------------- /docs/tones/Rose_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_red.svg -------------------------------------------------------------------------------- /docs/tones/Rose_taupe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_taupe.svg -------------------------------------------------------------------------------- /docs/tones/Rose_vale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rose_vale.svg -------------------------------------------------------------------------------- /docs/tones/Rosewood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rosewood.svg -------------------------------------------------------------------------------- /docs/tones/Rosso_corsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rosso_corsa.svg -------------------------------------------------------------------------------- /docs/tones/Rosy_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rosy_brown.svg -------------------------------------------------------------------------------- /docs/tones/Royal_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Royal_purple.svg -------------------------------------------------------------------------------- /docs/tones/Royal_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Royal_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Ruber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ruber.svg -------------------------------------------------------------------------------- /docs/tones/Rubine_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rubine_red.svg -------------------------------------------------------------------------------- /docs/tones/Ruby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ruby.svg -------------------------------------------------------------------------------- /docs/tones/Ruby_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ruby_red.svg -------------------------------------------------------------------------------- /docs/tones/Ruddy_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ruddy_blue.svg -------------------------------------------------------------------------------- /docs/tones/Rufous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rufous.svg -------------------------------------------------------------------------------- /docs/tones/Russet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Russet.svg -------------------------------------------------------------------------------- /docs/tones/Russian_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Russian_green.svg -------------------------------------------------------------------------------- /docs/tones/Russian_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Russian_violet.svg -------------------------------------------------------------------------------- /docs/tones/Rust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rust.svg -------------------------------------------------------------------------------- /docs/tones/Rusty_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Rusty_red.svg -------------------------------------------------------------------------------- /docs/tones/Saddle_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Saddle_brown.svg -------------------------------------------------------------------------------- /docs/tones/Safety_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Safety_orange.svg -------------------------------------------------------------------------------- /docs/tones/Safety_yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Safety_yellow.svg -------------------------------------------------------------------------------- /docs/tones/Saffron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Saffron.svg -------------------------------------------------------------------------------- /docs/tones/Sage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sage.svg -------------------------------------------------------------------------------- /docs/tones/Salmon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Salmon.svg -------------------------------------------------------------------------------- /docs/tones/Salmon_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Salmon_pink.svg -------------------------------------------------------------------------------- /docs/tones/Sand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sand.svg -------------------------------------------------------------------------------- /docs/tones/Sand_dune.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sand_dune.svg -------------------------------------------------------------------------------- /docs/tones/Sandy_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sandy_brown.svg -------------------------------------------------------------------------------- /docs/tones/Sap_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sap_green.svg -------------------------------------------------------------------------------- /docs/tones/Sapphire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sapphire.svg -------------------------------------------------------------------------------- /docs/tones/Sapphire_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sapphire_blue.svg -------------------------------------------------------------------------------- /docs/tones/Savoy_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Savoy_blue.svg -------------------------------------------------------------------------------- /docs/tones/Scarlet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Scarlet.svg -------------------------------------------------------------------------------- /docs/tones/Schauss_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Schauss_pink.svg -------------------------------------------------------------------------------- /docs/tones/Screamin_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Screamin_green.svg -------------------------------------------------------------------------------- /docs/tones/Sea_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sea_green.svg -------------------------------------------------------------------------------- /docs/tones/Seal_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Seal_brown.svg -------------------------------------------------------------------------------- /docs/tones/Seashell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Seashell.svg -------------------------------------------------------------------------------- /docs/tones/Sepia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sepia.svg -------------------------------------------------------------------------------- /docs/tones/Sgbus_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sgbus_green.svg -------------------------------------------------------------------------------- /docs/tones/Shadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Shadow.svg -------------------------------------------------------------------------------- /docs/tones/Shadow_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Shadow_blue.svg -------------------------------------------------------------------------------- /docs/tones/Shamrock_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Shamrock_green.svg -------------------------------------------------------------------------------- /docs/tones/Sheen_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sheen_green.svg -------------------------------------------------------------------------------- /docs/tones/Shiny_shamrock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Shiny_shamrock.svg -------------------------------------------------------------------------------- /docs/tones/Shocking_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Shocking_pink.svg -------------------------------------------------------------------------------- /docs/tones/Sienna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sienna.svg -------------------------------------------------------------------------------- /docs/tones/Silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Silver.svg -------------------------------------------------------------------------------- /docs/tones/Silver_chalice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Silver_chalice.svg -------------------------------------------------------------------------------- /docs/tones/Silver_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Silver_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Silver_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Silver_pink.svg -------------------------------------------------------------------------------- /docs/tones/Silver_sand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Silver_sand.svg -------------------------------------------------------------------------------- /docs/tones/Sinopia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sinopia.svg -------------------------------------------------------------------------------- /docs/tones/Sizzling_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sizzling_red.svg -------------------------------------------------------------------------------- /docs/tones/Skobeloff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Skobeloff.svg -------------------------------------------------------------------------------- /docs/tones/Sky_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sky_blue.svg -------------------------------------------------------------------------------- /docs/tones/Sky_magenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sky_magenta.svg -------------------------------------------------------------------------------- /docs/tones/Slate_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Slate_blue.svg -------------------------------------------------------------------------------- /docs/tones/Slate_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Slate_gray.svg -------------------------------------------------------------------------------- /docs/tones/Slimy_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Slimy_green.svg -------------------------------------------------------------------------------- /docs/tones/Smitten.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Smitten.svg -------------------------------------------------------------------------------- /docs/tones/Smokey_topaz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Smokey_topaz.svg -------------------------------------------------------------------------------- /docs/tones/Smoky_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Smoky_black.svg -------------------------------------------------------------------------------- /docs/tones/Snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Snow.svg -------------------------------------------------------------------------------- /docs/tones/Solid_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Solid_pink.svg -------------------------------------------------------------------------------- /docs/tones/Sonic_silver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sonic_silver.svg -------------------------------------------------------------------------------- /docs/tones/Space_cadet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Space_cadet.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_bistre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_bistre.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_blue.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_gray.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_green.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_orange.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_pink.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_red.svg -------------------------------------------------------------------------------- /docs/tones/Spanish_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spanish_violet.svg -------------------------------------------------------------------------------- /docs/tones/Spring_bud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spring_bud.svg -------------------------------------------------------------------------------- /docs/tones/Spring_frost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spring_frost.svg -------------------------------------------------------------------------------- /docs/tones/Spring_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Spring_green.svg -------------------------------------------------------------------------------- /docs/tones/Steel_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Steel_blue.svg -------------------------------------------------------------------------------- /docs/tones/Steel_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Steel_pink.svg -------------------------------------------------------------------------------- /docs/tones/Steel_teal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Steel_teal.svg -------------------------------------------------------------------------------- /docs/tones/Stone_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Stone_gray.svg -------------------------------------------------------------------------------- /docs/tones/Straw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Straw.svg -------------------------------------------------------------------------------- /docs/tones/Strawberry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Strawberry.svg -------------------------------------------------------------------------------- /docs/tones/Sugar_plum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sugar_plum.svg -------------------------------------------------------------------------------- /docs/tones/Sunglow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sunglow.svg -------------------------------------------------------------------------------- /docs/tones/Sunray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sunray.svg -------------------------------------------------------------------------------- /docs/tones/Sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sunset.svg -------------------------------------------------------------------------------- /docs/tones/Super_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Super_pink.svg -------------------------------------------------------------------------------- /docs/tones/Sweet_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Sweet_brown.svg -------------------------------------------------------------------------------- /docs/tones/Tan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tan.svg -------------------------------------------------------------------------------- /docs/tones/Tan_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tan_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Tang_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tang_blue.svg -------------------------------------------------------------------------------- /docs/tones/Tangerine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tangerine.svg -------------------------------------------------------------------------------- /docs/tones/Tango_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tango_pink.svg -------------------------------------------------------------------------------- /docs/tones/Tart_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tart_orange.svg -------------------------------------------------------------------------------- /docs/tones/Taupe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Taupe.svg -------------------------------------------------------------------------------- /docs/tones/Taupe_gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Taupe_gray.svg -------------------------------------------------------------------------------- /docs/tones/Tea_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tea_green.svg -------------------------------------------------------------------------------- /docs/tones/Tea_rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tea_rose.svg -------------------------------------------------------------------------------- /docs/tones/Tea_rose_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tea_rose_red.svg -------------------------------------------------------------------------------- /docs/tones/Teal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Teal.svg -------------------------------------------------------------------------------- /docs/tones/Teal_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Teal_blue.svg -------------------------------------------------------------------------------- /docs/tones/Telemagenta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Telemagenta.svg -------------------------------------------------------------------------------- /docs/tones/Tenne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tenne.svg -------------------------------------------------------------------------------- /docs/tones/Terra_cotta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Terra_cotta.svg -------------------------------------------------------------------------------- /docs/tones/Thistle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Thistle.svg -------------------------------------------------------------------------------- /docs/tones/Thulian_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Thulian_pink.svg -------------------------------------------------------------------------------- /docs/tones/Tickle_me_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tickle_me_pink.svg -------------------------------------------------------------------------------- /docs/tones/Tiffany_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tiffany_blue.svg -------------------------------------------------------------------------------- /docs/tones/Tigers_eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tigers_eye.svg -------------------------------------------------------------------------------- /docs/tones/Timberwolf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Timberwolf.svg -------------------------------------------------------------------------------- /docs/tones/Tomato.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tomato.svg -------------------------------------------------------------------------------- /docs/tones/True_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/True_blue.svg -------------------------------------------------------------------------------- /docs/tones/Trypan_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Trypan_blue.svg -------------------------------------------------------------------------------- /docs/tones/Tufts_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tufts_blue.svg -------------------------------------------------------------------------------- /docs/tones/Tumbleweed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tumbleweed.svg -------------------------------------------------------------------------------- /docs/tones/Turkey_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Turkey_red.svg -------------------------------------------------------------------------------- /docs/tones/Turquoise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Turquoise.svg -------------------------------------------------------------------------------- /docs/tones/Turquoise_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Turquoise_blue.svg -------------------------------------------------------------------------------- /docs/tones/Turtle_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Turtle_green.svg -------------------------------------------------------------------------------- /docs/tones/Tuscan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tuscan.svg -------------------------------------------------------------------------------- /docs/tones/Tuscan_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tuscan_brown.svg -------------------------------------------------------------------------------- /docs/tones/Tuscan_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tuscan_red.svg -------------------------------------------------------------------------------- /docs/tones/Tuscan_tan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tuscan_tan.svg -------------------------------------------------------------------------------- /docs/tones/Tuscany.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tuscany.svg -------------------------------------------------------------------------------- /docs/tones/Tyrian_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Tyrian_purple.svg -------------------------------------------------------------------------------- /docs/tones/Ua_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ua_blue.svg -------------------------------------------------------------------------------- /docs/tones/Ua_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ua_red.svg -------------------------------------------------------------------------------- /docs/tones/Ultra_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ultra_pink.svg -------------------------------------------------------------------------------- /docs/tones/Ultra_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ultra_red.svg -------------------------------------------------------------------------------- /docs/tones/Ultra_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ultra_violet.svg -------------------------------------------------------------------------------- /docs/tones/Ultramarine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ultramarine.svg -------------------------------------------------------------------------------- /docs/tones/Umber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Umber.svg -------------------------------------------------------------------------------- /docs/tones/Up_maroon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Up_maroon.svg -------------------------------------------------------------------------------- /docs/tones/Upsdell_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Upsdell_red.svg -------------------------------------------------------------------------------- /docs/tones/Uranian_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Uranian_blue.svg -------------------------------------------------------------------------------- /docs/tones/Usafa_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Usafa_blue.svg -------------------------------------------------------------------------------- /docs/tones/Ut_orange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Ut_orange.svg -------------------------------------------------------------------------------- /docs/tones/Van_dyke_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Van_dyke_brown.svg -------------------------------------------------------------------------------- /docs/tones/Vanilla.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vanilla.svg -------------------------------------------------------------------------------- /docs/tones/Vanilla_ice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vanilla_ice.svg -------------------------------------------------------------------------------- /docs/tones/Vegas_gold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vegas_gold.svg -------------------------------------------------------------------------------- /docs/tones/Venetian_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Venetian_red.svg -------------------------------------------------------------------------------- /docs/tones/Verdigris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Verdigris.svg -------------------------------------------------------------------------------- /docs/tones/Vermilion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vermilion.svg -------------------------------------------------------------------------------- /docs/tones/Veronica.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Veronica.svg -------------------------------------------------------------------------------- /docs/tones/Violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet.svg -------------------------------------------------------------------------------- /docs/tones/Violet_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_blue.svg -------------------------------------------------------------------------------- /docs/tones/Violet_crayola.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_crayola.svg -------------------------------------------------------------------------------- /docs/tones/Violet_gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_gs.svg -------------------------------------------------------------------------------- /docs/tones/Violet_jtc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_jtc.svg -------------------------------------------------------------------------------- /docs/tones/Violet_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_red.svg -------------------------------------------------------------------------------- /docs/tones/Violet_ryb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_ryb.svg -------------------------------------------------------------------------------- /docs/tones/Violet_web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Violet_web.svg -------------------------------------------------------------------------------- /docs/tones/Viridian.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Viridian.svg -------------------------------------------------------------------------------- /docs/tones/Viridian_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Viridian_green.svg -------------------------------------------------------------------------------- /docs/tones/Vista_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vista_blue.svg -------------------------------------------------------------------------------- /docs/tones/Vivid_violet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Vivid_violet.svg -------------------------------------------------------------------------------- /docs/tones/Volt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Volt.svg -------------------------------------------------------------------------------- /docs/tones/Walnut_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Walnut_brown.svg -------------------------------------------------------------------------------- /docs/tones/Warm_black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Warm_black.svg -------------------------------------------------------------------------------- /docs/tones/Wenge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wenge.svg -------------------------------------------------------------------------------- /docs/tones/Wheat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wheat.svg -------------------------------------------------------------------------------- /docs/tones/White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/White.svg -------------------------------------------------------------------------------- /docs/tones/White_smoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/White_smoke.svg -------------------------------------------------------------------------------- /docs/tones/Wild_orchid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wild_orchid.svg -------------------------------------------------------------------------------- /docs/tones/Windsor_tan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Windsor_tan.svg -------------------------------------------------------------------------------- /docs/tones/Wine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wine.svg -------------------------------------------------------------------------------- /docs/tones/Wine_dregs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wine_dregs.svg -------------------------------------------------------------------------------- /docs/tones/Winter_sky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Winter_sky.svg -------------------------------------------------------------------------------- /docs/tones/Wisteria.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wisteria.svg -------------------------------------------------------------------------------- /docs/tones/Wood_brown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Wood_brown.svg -------------------------------------------------------------------------------- /docs/tones/Xanadu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Xanadu.svg -------------------------------------------------------------------------------- /docs/tones/Xanthic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Xanthic.svg -------------------------------------------------------------------------------- /docs/tones/Xanthous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Xanthous.svg -------------------------------------------------------------------------------- /docs/tones/Yale_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yale_blue.svg -------------------------------------------------------------------------------- /docs/tones/Yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yellow.svg -------------------------------------------------------------------------------- /docs/tones/Yellow_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yellow_green.svg -------------------------------------------------------------------------------- /docs/tones/Yellow_ncs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yellow_ncs.svg -------------------------------------------------------------------------------- /docs/tones/Yellow_ryb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yellow_ryb.svg -------------------------------------------------------------------------------- /docs/tones/Yinmn_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Yinmn_blue.svg -------------------------------------------------------------------------------- /docs/tones/Zaffre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Zaffre.svg -------------------------------------------------------------------------------- /docs/tones/Zomp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/docs/tones/Zomp.svg -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/rgb565_alphaBlend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/src/rgb565_alphaBlend.h -------------------------------------------------------------------------------- /src/rgb565_colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/src/rgb565_colors.h -------------------------------------------------------------------------------- /teensy.build.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/teensy.build.cmake.in -------------------------------------------------------------------------------- /teensy.options.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newdigate/rgb565_colors/HEAD/teensy.options.cmake.in --------------------------------------------------------------------------------