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": "olive-green-vs-olive-leaf",
"type": "nearest",
"name": "Olive Green vs Olive Leaf",
"verdict": "Olive Green and Olive Leaf are very close colors. Olive Leaf is the lighter option. Olive Green reads warmer. Their mutual contrast is 1.12:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Olive Green and Olive Leaf are different green colors with HEX values #708238 and #6B8E23. According to Colors Encyclopedia, their RGB distance is 24.7, their contrast ratio is 1.12:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.7,
"contrastRatio": 1.12,
"colors": [
{
"slug": "olive-green",
"name": "Olive Green",
"hex": "#708238",
"rgb": [
112,
130,
56
],
"hsl": [
75,
40,
36
],
"cmyk": [
14,
0,
57,
49
],
"family": "green",
"temperature": "warm",
"tone": [
"earth-tone",
"muted"
],
"luminance": 0.197,
"contrast": {
"black": 4.94,
"white": 4.25
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 4.94
},
"description": "Olive Green is #708238, a warm green color with earth tone and muted character. Compared with Olive Leaf, it is darker and less saturated. Use it for heritage palettes, outdoor brands, and natural product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/olive-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/olive-green.json"
},
{
"slug": "olive-leaf",
"name": "Olive Leaf",
"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 Leaf is #6B8E23, a cool green color with earth tone and jewel tone character. Compared with Olive Green, it is lighter and more saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/olive-leaf/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/olive-leaf.json"
}
],
"differences": {
"rgbDistance": 24.7,
"contrastRatio": 1.12,
"hslDelta": {
"hue": 5,
"saturation": 20,
"lightness": 1
},
"luminanceDelta": 0.0289,
"sameFamily": true,
"sameTemperature": false,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Olive Leaf",
"moreSaturatedColor": "Olive Leaf"
},
"accessibility": {
"pairContrastRatio": 1.12,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Olive Green",
"background": "#708238",
"foreground": "#000000",
"label": "black text",
"ratio": 4.94
},
{
"color": "Olive Leaf",
"background": "#6B8E23",
"foreground": "#000000",
"label": "black text",
"ratio": 5.52
}
]
},
"useCases": {
"chooseFirstWhen": "Olive Green is better when the design needs earth tone and muted green character, warm temperature, and the specific HEX value #708238.",
"chooseSecondWhen": "Olive Leaf 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/olive-green-vs-olive-leaf.json",
"https://www.colorsencyclopedia.com/api/colors/olive-green.json",
"https://www.colorsencyclopedia.com/api/colors/olive-leaf.json"
],
"url": "https://www.colorsencyclopedia.com/compare/olive-green-vs-olive-leaf/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/olive-green-vs-olive-leaf.json"
}