#3 Olive
#808000
NormalHEX#808000
RGB128, 128, 0
HSL60°, 100%, 25%
CMYK0%, 0%, 100%, 50%
Xterm ID3
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;3m Background (fondo)
\x1b[48;5;3m Bash echo
echo -e "\033[38;5;3mTexto\033[0m" Python
print(f"\033[38;5;3mTexto\033[0m") CSS
Color HEX
color: #808000; Color RGB
color: rgb(128, 128, 0); Background
background-color: #808000;