Russian Green (#679267)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.57:1 — vs black: 5.88:1

Color values

  • HEX #679267
  • RGB rgb(103, 146, 103)
  • HSL hsl(120, 29%, 57%)
  • CMYK cmyk( 29.45, 0, 29.45, 42.75 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #679267 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Russian Green
#679267 Base
#926792
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Russian Green
#679267 Base
#7C9267
#67927C
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Russian Green
#679267 Base
#676792
#926767
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Russian Green
#679267 Base
#7C6792
#92677C
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Russian Green
#679267 Base
#677C92
#926792
#927C67
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Russian Green
#679267 Base
#283828
#476547
#567A56
#7EA47E
#93B393
#C0D2C0
Shades & Tints

Darker shades and lighter tints of Russian Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0B0F0B
#1D291D
#304330
#425E42
#557855
Russian Green #679267 Base
#82A782
#9DBA9D
#B9CDB9
#D4E1D4
#F0F4F0
CSS & SCSS Snippets

Ready-to-use code snippets for #679267. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #679267;
}

/* Text */
.element {
    color: #679267;
}

/* Border */
.element {
    border: 1px solid #679267;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #679267,
        #B272B2
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #679267,
        #B272B2
    );
}
SCSS Variable
// SCSS variable
$russian-green: #679267;

// With RGB channels (useful for rgba() usage)
$russian-green-r: 103;
$russian-green-g: 146;
$russian-green-b: 103;

// Usage
.element {
    background-color: $russian-green;
    color: rgba($russian-green-r, $russian-green-g, $russian-green-b, 0.8);
}
Color Blindness Simulation

How Russian Green appears to people with different types of color vision deficiency.

Normal Vision #679267 How the color appears with full color vision.
Deuteranopia #878768 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #8E8E67 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #6E8D8D Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #878787 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Russian Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Russian Green #679267 Base
Sea Green #2E8B57 ΔE 8.25
May Green #4C9141 ΔE 8.34
Camouflage Green #78866B ΔE 8.52
Asparagus #87A96B ΔE 9.38

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.