Skip to main content

Camo Green

#78866B·green family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Camo Green (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#78866B
RGB
rgb(120, 134, 107)
HSL
hsl(91, 11%, 47%)
OKLCH
oklch(0.601 0.043 130)
CMYK
cmyk(10%, 0%, 20%, 47%)
Luminance:0.2210
CSS var:--color-camo-green
Tailwind:bg-[#78866B]

Accessibility

Score: 39/100

On White (#FFF)

3.87:1

AA Large

On Black (#000)

5.42:1

AA

On Light Gray (#F5F5F5)

3.55:1

AA Large

Best text color on this background:

black5.42:1
Open in Contrast Checker →

Design Applications

Background

background-color: #78866B

Text Color

color: #78866B

bg-[#78866B] text-[#000000]

Accent border card component

border-left: 4px solid #78866B

Color Meaning & Psychology

Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.

Industry Usage

Common contexts and industries where Camo Green is applied in professional design.

  • Financial services and investment platforms
  • Health, wellness, and organic food brands
  • Environmental and sustainability organizations
  • Pharmaceutical and medical products
  • Agriculture and farming brands
  • Eco-friendly consumer goods
  • Real estate and property development
  • Success and achievement badges in UI

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Camo Green is a light color. Use black (#000000) text on top of it for maximum readability (5.42:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #78866B;

Text

color: #78866B;

Border

border: 2px solid #78866B;

Box Shadow

box-shadow: 0 4px 20px #78866B40;

Gradient

background: linear-gradient(135deg, #78866B, #a7b699);

Tailwind-style

--color-camo-green: #78866B;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Camo Green without a custom config.

Background

bg-[#78866B]

Text

text-[#78866B]

Border

border-[#78866B]

Ring

ring-[#78866B]

Fill

fill-[#78866B]

From (gradient)

from-[#78866B]

Via (gradient)

via-[#78866B]

To (gradient)

to-[#78866B]

Design Tokens

Ready-to-use Camo Green design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-camo-green: #78866B;
  --color-camo-green-rgb: 120, 134, 107;
  --color-camo-green-hsl: 91, 11%, 47%;
}

SCSS Variables

$color-camo-green: #78866B;
$color-camo-green-rgb: 120, 134, 107;
$color-camo-green-hsl: 91, 11%, 47%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'camo-green': '#78866B',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-camo-green: #78866B;
}

JSON Design Token (W3C format)

{
  "camo-green": {
    "value": "#78866B",
    "type": "color",
    "description": "Camo Green — #78866B"
  }
}

What Does Camo Green Mean? Color Psychology & Cultural Symbolism

The psychology of Camo Green runs through two distinct channels: the primal register of growth and nature, and the cultural layer of health, prosperity, and permission. At #78866B, this shade settles into balance—drawing on both channels to create a response that's stable, reassuring, and positive.

  • Across color psychology research, green consistently tests high for "health" associations, making Camo Green a reliable vehicle for balance in cross-demographic audiences.
  • Brand designers draw on green-family tones to project trustworthiness and reliability—values that Camo Green communicates in a medium key.
  • At 11% saturation, Camo Green reads as muted—Olive and sage greens carry a sophisticated, muted warmth—earthy and organic, excellent for natural products, lifestyle brands, and design systems that prioritize refinement.
  • Camo Green's medium lightness (47%) shifts its psychological register: a balanced mid-tone that embodies growth, nature, health, and balance at its most direct.

Camo Green is permission in color form—it makes things feel right, approved, and moving forward.

How to Use Camo Green in Design: Applications, Pairings & Best Practices

Camo Green brings life to design systems that risk feeling cold or clinical. Its medium character makes it versatile as both a primary brand color and a functional state color—success, approval, and positive actions feel natural expressed in green.

  • Avoid: warning or danger contexts (except for safety signs), over-saturated versions in premium luxury branding, and contexts requiring urgency.
  • Color harmonies: Camo Green's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Camo Green's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Camo Green creates strong legibility with black text overlays (5.4:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Camo Green as text requires a dark background; its 47% lightness means it provides 3.9:1 contrast on white, not meeting WCAG AA.

Camo Green is permission in color form—it makes things feel right, approved, and moving forward.

Camo Green Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Camo Green (#78866B) reaches 5.42:1 contrast with black text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 22.1%.

  • As text on white (#FFFFFF): 3.87:1 — AA (large text only)
  • As text on black (#000000): 5.42:1 — AA ✓
  • Best text color on Camo Green background: Black (#000000) at 5.42:1
  • WCAG 2.1 luminance: 22.1% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Camo Green qualifies for normal body text and all larger sizes (AA).

Always verify Camo Green at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Camo Green in Industry: Branding, Design & Market Applications

Camo Green's brand positioning falls squarely in the territory of growth, nature, health, and balance. Industry data supports its strongest performance in healthcare, finance, food & organic categories, where the muted saturation calibrates the message at a medium, considered level.

  • Healthcare & Wellness: Green's association with health, nature, and healing makes it the second-most-common color in healthcare branding (after blue). It signals vitality, recovery, and natural wellness without the clinical coldness of pure white or blue. (examples: Headspace, One Medical, Kaiser Permanente) Works best in teal-green and sage variations for digital health products; more saturated greens suit fitness and sports medicine.
  • Finance & Banking: In Western markets, the green-money association is deeply embedded. Financial institutions use dark, sophisticated greens to communicate growth, prosperity, and fiduciary reliability. It's equally effective for positive portfolio indicators and "go" confirmation states in trading UIs. (examples: Capital One, PayPal, Visa) Dark greens with gold accents signal premium financial services; bright greens in fintech apps signal growth metrics.
  • Sustainability & Organic: Green is the categorical color of environmental consciousness. Sustainability brands, organic food labels, and clean-energy companies use it as an immediate, unambiguous signal of ecological values and natural origin. (examples: Pela Case, Grove Collaborative, Allbirds) The challenge is differentiation—nearly every sustainability brand uses green, so typography, illustration style, and specific tone matter more.
  • Brand positioning: Camo Green is best suited for brands projecting trustworthiness, reliability, growth. Categories outside this positioning—warning or danger contexts (except for safety signs)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Camo Green works effectively in financial dashboards, nature and outdoor products, health and wellness UIs—contexts where growth serves a secondary but reinforcing role.

For marketers and brand strategists, Camo Green is a commitment to growth, nature, health, and balance. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Camo Green?
The hex code for Camo Green is #78866B. Its RGB values are rgb(120, 134, 107) and its HSL values are hsl(91, 11%, 47%).
What does Camo Green mean in design?
Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.
Is Camo Green WCAG accessible?
Camo Green (#78866B) passes WCAG AA-large on white with a 3.87:1 contrast ratio. Its overall accessibility score is 39/100.
What colors go well with Camo Green?
Camo Green pairs well with its complementary color Blue Violet (#8A2BE2). Analogous colors like Yellow and Moss Green also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Camo Green used for?
Camo Green is commonly used for: Financial services and investment platforms; Health, wellness, and organic food brands; Environmental and sustainability organizations; Pharmaceutical and medical products; Agriculture and farming brands.
What are the CSS and Tailwind values for Camo Green?
In CSS, use `color: #78866B` or `background-color: #78866B`. The CSS custom property is `--color-camo-green: #78866B`. In Tailwind CSS, use the arbitrary value class `bg-[#78866B]` for backgrounds or `text-[#78866B]` for text.