Harmony system
Moss Green Color Harmonies
Moss Green color harmonies are generated from #8A9A5B with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Moss Green into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Moss Green sits in the green family with cool temperature and muted, earth tone tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.
How the harmony works
Moss Green Harmony Guide
Moss Green harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.
Machine-readable data
Machine-Readable Moss Green Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Moss Green.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "moss-green",
"name": "Moss Green",
"hex": "#8A9A5B",
"url": "https://www.colorsencyclopedia.com/colors/moss-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/moss-green.json"
}Harmony groups
[
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#6A5B9A",
"name": "#6A5B9A",
"slug": null,
"rgb": [
106,
91,
154
],
"hsl": [
254,
26,
48
],
"cmyk": [
31,
41,
0,
40
],
"luminance": 0.1288,
"contrast": {
"black": 3.58,
"white": 5.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a5b9a.json"
}
],
"anchor": "moss-green-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#9A8A5B",
"name": "#9A8A5B",
"slug": null,
"rgb": [
154,
138,
91
],
"hsl": [
45,
26,
48
],
"cmyk": [
0,
10,
41,
40
],
"luminance": 0.258,
"contrast": {
"black": 6.16,
"white": 3.41
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a8a5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a8a5b.json"
},
{
"hex": "#6A9A5B",
"name": "#6A9A5B",
"slug": null,
"rgb": [
106,
154,
91
],
"hsl": [
106,
26,
48
],
"cmyk": [
31,
0,
41,
40
],
"luminance": 0.2693,
"contrast": {
"black": 6.39,
"white": 3.29
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a9a5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a9a5b.json"
}
],
"anchor": "moss-green-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#5B8A9A",
"name": "#5B8A9A",
"slug": null,
"rgb": [
91,
138,
154
],
"hsl": [
195,
26,
48
],
"cmyk": [
41,
10,
0,
40
],
"luminance": 0.2273,
"contrast": {
"black": 5.55,
"white": 3.79
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b8a9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b8a9a.json"
},
{
"hex": "#9A5B8A",
"name": "#9A5B8A",
"slug": null,
"rgb": [
154,
91,
138
],
"hsl": [
315,
26,
48
],
"cmyk": [
0,
41,
10,
40
],
"luminance": 0.1619,
"contrast": {
"black": 4.24,
"white": 4.96
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a5b8a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a5b8a.json"
}
],
"anchor": "moss-green-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#5B9A8A",
"name": "#5B9A8A",
"slug": null,
"rgb": [
91,
154,
138
],
"hsl": [
165,
26,
48
],
"cmyk": [
41,
0,
10,
40
],
"luminance": 0.2717,
"contrast": {
"black": 6.43,
"white": 3.26
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b9a8a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b9a8a.json"
},
{
"hex": "#6A5B9A",
"name": "#6A5B9A",
"slug": null,
"rgb": [
106,
91,
154
],
"hsl": [
254,
26,
48
],
"cmyk": [
31,
41,
0,
40
],
"luminance": 0.1288,
"contrast": {
"black": 3.58,
"white": 5.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a5b9a.json"
},
{
"hex": "#9A5B6A",
"name": "#9A5B6A",
"slug": null,
"rgb": [
154,
91,
106
],
"hsl": [
346,
26,
48
],
"cmyk": [
0,
41,
31,
40
],
"luminance": 0.1539,
"contrast": {
"black": 4.08,
"white": 5.15
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a5b6a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a5b6a.json"
}
],
"anchor": "moss-green-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#5B6A9A",
"name": "#5B6A9A",
"slug": null,
"rgb": [
91,
106,
154
],
"hsl": [
226,
26,
48
],
"cmyk": [
41,
31,
0,
40
],
"luminance": 0.1487,
"contrast": {
"black": 3.97,
"white": 5.28
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b6a9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b6a9a.json"
},
{
"hex": "#8A5B9A",
"name": "#8A5B9A",
"slug": null,
"rgb": [
138,
91,
154
],
"hsl": [
285,
26,
48
],
"cmyk": [
10,
41,
0,
40
],
"luminance": 0.1522,
"contrast": {
"black": 4.04,
"white": 5.19
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/8a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a5b9a.json"
}
],
"anchor": "moss-green-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#B4BF92",
"name": "#B4BF92",
"slug": null,
"rgb": [
180,
191,
146
],
"hsl": [
75,
26,
66
],
"cmyk": [
6,
0,
24,
25
],
"luminance": 0.4904,
"contrast": {
"black": 10.81,
"white": 1.94
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/b4bf92/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/b4bf92.json"
},
{
"hex": "#8A9A5B",
"name": "Moss Green",
"slug": "moss-green",
"rgb": [
138,
154,
91
],
"hsl": [
75,
26,
48
],
"cmyk": [
10,
0,
41,
40
],
"luminance": 0.2927,
"contrast": {
"black": 6.85,
"white": 3.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/moss-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/moss-green.json"
},
{
"hex": "#566039",
"name": "#566039",
"slug": null,
"rgb": [
86,
96,
57
],
"hsl": [
75,
25,
30
],
"cmyk": [
10,
0,
41,
62
],
"luminance": 0.1064,
"contrast": {
"black": 3.13,
"white": 6.71
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/566039/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/566039.json"
}
],
"anchor": "moss-green-harmony-monochromatic"
}
]Signature palette
[
"#8A9A5B",
"#6A5B9A",
"#9A8A5B",
"#6A9A5B",
"#B4BF92",
"#566039"
]Accessibility notes
[
"Black contrast on Moss Green: 6.85:1",
"White contrast on Moss Green: 3.06:1",
"AA text options: #000000, #1A1A1A"
]CSS tokens
":root {\n --color-moss-green: #8A9A5B;\n --moss-green-complementary-1: #6A5B9A;\n --moss-green-analogous-1: #9A8A5B;\n --moss-green-analogous-2: #6A9A5B;\n --moss-green-triadic-1: #5B8A9A;\n --moss-green-triadic-2: #9A5B8A;\n --moss-green-tetradic-1: #5B9A8A;\n --moss-green-tetradic-2: #6A5B9A;\n --moss-green-tetradic-3: #9A5B6A;\n --moss-green-split-complementary-1: #5B6A9A;\n --moss-green-split-complementary-2: #8A5B9A;\n --moss-green-monochromatic-1: #B4BF92;\n --moss-green-monochromatic-2: #8A9A5B;\n --moss-green-monochromatic-3: #566039;\n}\n\n.palette-moss-green-harmony {\n color: #111827;\n background: linear-gradient(135deg, #8A9A5B, #6A5B9A, #9A8A5B, #6A9A5B, #B4BF92, #566039);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "moss-green",
"name": "Moss Green",
"hex": "#8A9A5B",
"rgb": [
138,
154,
91
],
"hsl": [
75,
26,
48
],
"cmyk": [
10,
0,
41,
40
],
"family": "green",
"temperature": "cool",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.2927,
"contrast": {
"black": 6.85,
"white": 3.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"sourceColor": {
"slug": "moss-green",
"name": "Moss Green",
"hex": "#8A9A5B",
"url": "https://www.colorsencyclopedia.com/colors/moss-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/moss-green.json"
},
"harmonyGroups": [
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#6A5B9A",
"name": "#6A5B9A",
"slug": null,
"rgb": [
106,
91,
154
],
"hsl": [
254,
26,
48
],
"cmyk": [
31,
41,
0,
40
],
"luminance": 0.1288,
"contrast": {
"black": 3.58,
"white": 5.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a5b9a.json"
}
],
"anchor": "moss-green-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#9A8A5B",
"name": "#9A8A5B",
"slug": null,
"rgb": [
154,
138,
91
],
"hsl": [
45,
26,
48
],
"cmyk": [
0,
10,
41,
40
],
"luminance": 0.258,
"contrast": {
"black": 6.16,
"white": 3.41
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a8a5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a8a5b.json"
},
{
"hex": "#6A9A5B",
"name": "#6A9A5B",
"slug": null,
"rgb": [
106,
154,
91
],
"hsl": [
106,
26,
48
],
"cmyk": [
31,
0,
41,
40
],
"luminance": 0.2693,
"contrast": {
"black": 6.39,
"white": 3.29
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a9a5b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a9a5b.json"
}
],
"anchor": "moss-green-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#5B8A9A",
"name": "#5B8A9A",
"slug": null,
"rgb": [
91,
138,
154
],
"hsl": [
195,
26,
48
],
"cmyk": [
41,
10,
0,
40
],
"luminance": 0.2273,
"contrast": {
"black": 5.55,
"white": 3.79
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b8a9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b8a9a.json"
},
{
"hex": "#9A5B8A",
"name": "#9A5B8A",
"slug": null,
"rgb": [
154,
91,
138
],
"hsl": [
315,
26,
48
],
"cmyk": [
0,
41,
10,
40
],
"luminance": 0.1619,
"contrast": {
"black": 4.24,
"white": 4.96
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a5b8a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a5b8a.json"
}
],
"anchor": "moss-green-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#5B9A8A",
"name": "#5B9A8A",
"slug": null,
"rgb": [
91,
154,
138
],
"hsl": [
165,
26,
48
],
"cmyk": [
41,
0,
10,
40
],
"luminance": 0.2717,
"contrast": {
"black": 6.43,
"white": 3.26
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b9a8a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b9a8a.json"
},
{
"hex": "#6A5B9A",
"name": "#6A5B9A",
"slug": null,
"rgb": [
106,
91,
154
],
"hsl": [
254,
26,
48
],
"cmyk": [
31,
41,
0,
40
],
"luminance": 0.1288,
"contrast": {
"black": 3.58,
"white": 5.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6a5b9a.json"
},
{
"hex": "#9A5B6A",
"name": "#9A5B6A",
"slug": null,
"rgb": [
154,
91,
106
],
"hsl": [
346,
26,
48
],
"cmyk": [
0,
41,
31,
40
],
"luminance": 0.1539,
"contrast": {
"black": 4.08,
"white": 5.15
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/9a5b6a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/9a5b6a.json"
}
],
"anchor": "moss-green-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#5B6A9A",
"name": "#5B6A9A",
"slug": null,
"rgb": [
91,
106,
154
],
"hsl": [
226,
26,
48
],
"cmyk": [
41,
31,
0,
40
],
"luminance": 0.1487,
"contrast": {
"black": 3.97,
"white": 5.28
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/5b6a9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5b6a9a.json"
},
{
"hex": "#8A5B9A",
"name": "#8A5B9A",
"slug": null,
"rgb": [
138,
91,
154
],
"hsl": [
285,
26,
48
],
"cmyk": [
10,
41,
0,
40
],
"luminance": 0.1522,
"contrast": {
"black": 4.04,
"white": 5.19
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/8a5b9a/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a5b9a.json"
}
],
"anchor": "moss-green-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#B4BF92",
"name": "#B4BF92",
"slug": null,
"rgb": [
180,
191,
146
],
"hsl": [
75,
26,
66
],
"cmyk": [
6,
0,
24,
25
],
"luminance": 0.4904,
"contrast": {
"black": 10.81,
"white": 1.94
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/b4bf92/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/b4bf92.json"
},
{
"hex": "#8A9A5B",
"name": "Moss Green",
"slug": "moss-green",
"rgb": [
138,
154,
91
],
"hsl": [
75,
26,
48
],
"cmyk": [
10,
0,
41,
40
],
"luminance": 0.2927,
"contrast": {
"black": 6.85,
"white": 3.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/moss-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/moss-green.json"
},
{
"hex": "#566039",
"name": "#566039",
"slug": null,
"rgb": [
86,
96,
57
],
"hsl": [
75,
25,
30
],
"cmyk": [
10,
0,
41,
62
],
"luminance": 0.1064,
"contrast": {
"black": 3.13,
"white": 6.71
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/566039/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/566039.json"
}
],
"anchor": "moss-green-harmony-monochromatic"
}
],
"signaturePalette": [
"#8A9A5B",
"#6A5B9A",
"#9A8A5B",
"#6A9A5B",
"#B4BF92",
"#566039"
],
"semanticGroups": [
"green harmony",
"cool harmony",
"muted harmony",
"earth tone harmony",
"moss green palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Moss Green: 6.85:1",
"White contrast on Moss Green: 3.06:1",
"AA text options: #000000, #1A1A1A"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/moss-green.json",
"https://www.colorsencyclopedia.com/api/colors/moss-green.json",
"https://www.colorsencyclopedia.com/api/hex/8a9a5b.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/moss-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/moss-green.json",
"cssSnippet": ":root {\n --color-moss-green: #8A9A5B;\n --moss-green-complementary-1: #6A5B9A;\n --moss-green-analogous-1: #9A8A5B;\n --moss-green-analogous-2: #6A9A5B;\n --moss-green-triadic-1: #5B8A9A;\n --moss-green-triadic-2: #9A5B8A;\n --moss-green-tetradic-1: #5B9A8A;\n --moss-green-tetradic-2: #6A5B9A;\n --moss-green-tetradic-3: #9A5B6A;\n --moss-green-split-complementary-1: #5B6A9A;\n --moss-green-split-complementary-2: #8A5B9A;\n --moss-green-monochromatic-1: #B4BF92;\n --moss-green-monochromatic-2: #8A9A5B;\n --moss-green-monochromatic-3: #566039;\n}\n\n.palette-moss-green-harmony {\n color: #111827;\n background: linear-gradient(135deg, #8A9A5B, #6A5B9A, #9A8A5B, #6A9A5B, #B4BF92, #566039);\n}"
}
CSS Harmony Tokens
Use these tokens when Moss Green needs a complete palette system instead of a single color variable.
:root {
--color-moss-green: #8A9A5B;
--moss-green-complementary-1: #6A5B9A;
--moss-green-analogous-1: #9A8A5B;
--moss-green-analogous-2: #6A9A5B;
--moss-green-triadic-1: #5B8A9A;
--moss-green-triadic-2: #9A5B8A;
--moss-green-tetradic-1: #5B9A8A;
--moss-green-tetradic-2: #6A5B9A;
--moss-green-tetradic-3: #9A5B6A;
--moss-green-split-complementary-1: #5B6A9A;
--moss-green-split-complementary-2: #8A5B9A;
--moss-green-monochromatic-1: #B4BF92;
--moss-green-monochromatic-2: #8A9A5B;
--moss-green-monochromatic-3: #566039;
}
.palette-moss-green-harmony {
color: #111827;
background: linear-gradient(135deg, #8A9A5B, #6A5B9A, #9A8A5B, #6A9A5B, #B4BF92, #566039);
}
Moss Green Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.
Complementary Harmony1 colors · maximum hue contrast
Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.
#6A5B9AAnalogous Harmony2 colors · neighboring hue movement
Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.
#9A8A5B#6A9A5BTriadic Harmony2 colors · three evenly spaced hues
Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.
#5B8A9A#9A5B8ATetradic Harmony3 colors · two complementary pairs
Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.
#5B9A8A#6A5B9A#9A5B6ASplit Complementary Harmony2 colors · softened complementary contrast
Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.
#5B6A9A#8A5B9AMonochromatic Harmony3 colors · same hue, different values
Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.
#B4BF92#8A9A5B#566039