Toolman

#65A30D color

#65A30D#65A30D

The swatch above shows #65A30D with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#65A30D is a dark, vivid yellow-green, closest to the CSS named color olivedrab (#6B8E23).

It is also a Tailwind CSS default: lime-600. That means you can write bg-lime-600 or text-lime-600 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#65A30D
RGBrgb(101, 163, 13)
HSLhsl(85, 85%, 35%)
CMYKcmyk(38%, 0%, 92%, 36%)
Decimal6660877
CSScolor: #65A30D;
Android0xFF65A30D
SwiftUIColor(red: 0.396, green: 0.639, blue: 0.051, alpha: 1)

Accessibility and contrast

White text on #65A30D3.09:1 — AA fail · AA large pass · AAA fail
Black text on #65A30D6.80:1 — AA pass · AA large pass · AAA fail
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #65A30D

Each swatch keeps the hue and saturation of #65A30D and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #65A30D

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #65A30D in code

/* CSS */
.element { color: #65A30D; background-color: #65A30D; }
.element { color: rgb(101 163 13); }
.element { color: hsl(85 85% 35%); }

/* Tailwind */
<div class="bg-lime-600 text-black">

/* SCSS variable */
$brand: #65A30D;

Frequently asked questions

What color is #65A30D?

#65A30D is a dark, vivid yellow-green. Its hue sits at 85° on the color wheel, with 85% saturation and 35% lightness.

What is #65A30D in RGB?

#65A30D converts to rgb(101, 163, 13) — 101 red, 163 green and 13 blue.

What is #65A30D in CMYK?

Approximately cmyk(38%, 0%, 92%, 36%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #65A30D be white or black?

Black gives the better contrast ratio (6.80:1 versus 3.09:1).

What is the complementary color of #65A30D?

#4D0DA5 — the hue directly opposite #65A30D on the color wheel.

Convert any color → · Browse all colors