#108 DarkSeaGreen
#87AF87
ExtendedHEX#87AF87
RGB135, 175, 135
HSL120°, 20%, 61%
CMYK23%, 0%, 23%, 31%
Xterm ID108
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;108m Background (fondo)
\x1b[48;5;108m Bash echo
echo -e "\033[38;5;108mTexto\033[0m" Python
print(f"\033[38;5;108mTexto\033[0m") CSS
Color HEX
color: #87AF87; Color RGB
color: rgb(135, 175, 135); Background
background-color: #87AF87;