Toad
#748d70
Looking for the precise values behind Toad (#748d70)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #748d70 | |
|---|---|---|
| RGB | rgb(116, 141, 112) | |
| HSL | hsl(112, 11%, 50%) | |
| CMYK | cmyk(18%, 0%, 21%, 45%) | |
| LAB | lab(56, -14, 12) | |
| OKLCH | oklch(0.62 0.052 141) |
Color harmonies
Tints & shades
Code snippets
color: #748d70;
background-color: #748d70;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF748D70)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.55, blue: 0.44, alpha: 1.0)