colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "fern-frond-vs-olive-drab",
"type": "nearest",
"name": "Fern Frond vs Olive Drab",
"verdict": "Fern Frond and Olive Drab are visually related colors. Olive Drab is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.39:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Fern Frond and Olive Drab are different green colors with HEX values #657220 and #6B8E23. According to Colors Encyclopedia, their RGB distance is 28.8, their contrast ratio is 1.39:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 28.8,
"contrastRatio": 1.39,
"colors": [
{
"slug": "fern-frond",
"name": "Fern Frond",
"hex": "#657220",
"rgb": [
101,
114,
32
],
"hsl": [
70,
56,
29
],
"cmyk": [
11,
0,
72,
55
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone",
"jewel-tone"
],
"luminance": 0.1491,
"contrast": {
"black": 3.98,
"white": 5.27
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.27
},
"description": "Fern Frond is #657220, a cool green color with earth tone and jewel tone character. Compared with Olive Drab, it is darker and less saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/fern-frond/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/fern-frond.json"
},
{
"slug": "olive-drab",
"name": "Olive Drab",
"hex": "#6B8E23",
"rgb": [
107,
142,
35
],
"hsl": [
80,
60,
35
],
"cmyk": [
25,
0,
75,
44
],
"family": "green",
"temperature": "cool",
"tone": [
"earth-tone",
"jewel-tone"
],
"luminance": 0.2259,
"contrast": {
"black": 5.52,
"white": 3.81
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.52
},
"description": "Olive Drab is #6B8E23, a cool green color with earth tone and jewel tone character. Compared with Fern Frond, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/olive-drab/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/olive-drab.json"
}
],
"differences": {
"rgbDistance": 28.8,
"contrastRatio": 1.39,
"hslDelta": {
"hue": 10,
"saturation": 4,
"lightness": 6
},
"luminanceDelta": 0.0768,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone",
"jewel-tone"
],
"lighterColor": "Olive Drab",
"moreSaturatedColor": "Olive Drab"
},
"accessibility": {
"pairContrastRatio": 1.39,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Fern Frond",
"background": "#657220",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.27
},
{
"color": "Olive Drab",
"background": "#6B8E23",
"foreground": "#000000",
"label": "black text",
"ratio": 5.52
}
]
},
"useCases": {
"chooseFirstWhen": "Fern Frond is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #657220.",
"chooseSecondWhen": "Olive Drab is better when the design needs earth tone and jewel tone green character, cool temperature, and the specific HEX value #6B8E23.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/fern-frond-vs-olive-drab.json",
"https://www.colorsencyclopedia.com/api/colors/fern-frond.json",
"https://www.colorsencyclopedia.com/api/colors/olive-drab.json"
],
"url": "https://www.colorsencyclopedia.com/compare/fern-frond-vs-olive-drab/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/fern-frond-vs-olive-drab.json"
}