Skip to contents

harvard_3 provides the 8 web colors of Harvard University, USA.

Usage

harvard_3

Format

An object of class character of length 8.

Source

Color definitions are based on Harvard's Color manual.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

These colors are "indigo" (defined as RGB 41/51/82, HEX #293352), "blue bonnet" (defined as RGB 78/132/196, HEX #4E84C4), "ivy" (defined as RGB 82/133/76, HEX #52854C), "pear" (defined as RGB 195/215/164, HEX #C3D7A4), "lemon" (defined as RGB 255/219/109 , HEX #FFDB6D), "saffron" (defined as RGB 232/125/30, HEX #D16103), "gold" (defined as RGB 196/150/26 , HEX #C4961A), and "creme" (defined as RGB 244/237/202, HEX #F4EDCA).

Additional web colors have been provided to allow for highlighting or accenting key information.

In general, tertiary colors should be used sparingly so they do not to overwhelm the primary and secondary palettes.

For "saffron" the RGB and HEX definitions differ numerically. harvard_3 uses the HEX color definitions.

Author

unicol, 2023-06-14.

Examples

harvard_3
#>      indigo blue bonnet         ivy        pear       lemon     saffron 
#>   "#293352"   "#4E84C4"   "#52854C"   "#C3D7A4"   "#FFDB6D"   "#D16103" 
#>        gold       creme 
#>   "#C4961A"   "#F4EDCA" 
unikn::seecol(harvard_3, main = "Web colors of Harvard University")  # view palette