#65 DarkSeaGreen4
#5F875F
ExtendedHEX#5F875F
RGB95, 135, 95
HSL120°, 17%, 45%
CMYK30%, 0%, 30%, 47%
Xterm ID65
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;65m Background (fondo)
\x1b[48;5;65m Bash echo
echo -e "\033[38;5;65mTexto\033[0m" Python
print(f"\033[38;5;65mTexto\033[0m") CSS
Color HEX
color: #5F875F; Color RGB
color: rgb(95, 135, 95); Background
background-color: #5F875F;