Latex Colored Text
- 使用颜色名 $$\textcolor{red}{Sample}$$
|
|
- 使用
rgb
$$\textcolor[rgb]{0.5,0.2,0.8}{text}$$
|
|
其中{r,g,b}代表red、green和blue三种颜色的组合,取值范围为[0-1]
- 使用
RGB
$$\textcolor[RGB]{123,234,099}{text}$$
|
|
其中{R,G,B}代表red、green和blue三种颜色的组合,取值范围为[0-255]
# 比较好看的颜色
$\textcolor{forestgreen}{forestgreen}$ $\textcolor{royalblue}{royalblue}$ $\textcolor{darkorchid}{darkorchid}$ $\textcolor{orangered}{orangered}$ $\textcolor{salmon}{salmon}$ $\textcolor{darkorange}{darkorange}$