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
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
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #679267 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#679267
Base
#926792
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#679267
Base
#7C9267
#67927C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#679267
Base
#676792
#926767
Two colors flanking the complement — high contrast with less tension than full complementary.
#679267
Base
#7C6792
#92677C
Four colors at 90° intervals — rich variety, best when one color dominates.
#679267
Base
#677C92
#926792
#927C67
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#679267
Base
#283828
#476547
#567A56
#7EA47E
#93B393
#C0D2C0
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
#679267
Base
#82A782
#9DBA9D
#B9CDB9
#D4E1D4
#F0F4F0
Ready-to-use code snippets for #679267. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #679267;
}
/* Text */
.element {
color: #679267;
}
/* Border */
.element {
border: 1px solid #679267;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#679267,
#B272B2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#679267,
#B272B2
);
}
// 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);
}
How Russian Green appears to people with different types of color vision deficiency.
#679267
How the color appears with full color vision.
#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.
#8E8E67
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#6E8D8D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#878787
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.