Gray (Neutral)
#749E61
RGB: 116, 158, 97
Color OverviewHEX #749E61
#749E61 Color Code Information
In the RGB color space, #749E61 is composed of 45% red, 62% green, and 38% blue. In the HSL color space, it has a hue of 101°, saturation of 24%, and lightness of 50%.
HEX
#749E61
RGB
116, 158, 97
HSL
101°, 24%, 50%
HSV
101°, 39%, 62%
CMYK
27%, 0%, 39%, 38%
Name Match
Gray
Closest StandardShades of #749E61 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #749E61 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #749E61 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #749E61
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #749E61 Background
Contrast Ratio against Pure White (#FFFFFF):3.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #749E61 Background
Contrast Ratio against Pure Black (#000000):6.81 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #749E61;
}
.element {
color: #749E61;
background-color: #749E61;
border-color: #749E61;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#749E61] text-[#749E61] border-[#749E61]"> Content styled with #749E61 </div>