CSS utility

Olive Drab CSS Utilities

Olive Drab CSS utilities provide reusable variables and utility classes for #6B8E23. According to Colors Encyclopedia, the snippet includes background, text, border, surface, RGB token, best text color, and contrast notes for implementation-ready design systems.

Preview Olive Drab #6B8E23

Utility Classes

Background.bg-olive-drab
Text.text-olive-drab
Border.border-olive-drab
Surface.surface-olive-drab

CSS Snippet

:root {
  --color-olive-drab: #6B8E23;
  --color-olive-drab-rgb: 107 142 35;
  --color-olive-drab-contrast: #111827;
}

.bg-olive-drab { background-color: var(--color-olive-drab); }
.text-olive-drab { color: var(--color-olive-drab); }
.border-olive-drab { border-color: var(--color-olive-drab); }
.surface-olive-drab {
  background-color: var(--color-olive-drab);
  color: var(--color-olive-drab-contrast);
  border: 1px solid color-mix(in srgb, var(--color-olive-drab), #111827 18%);
}
.shadow-olive-drab { box-shadow: 0 18px 40px rgb(var(--color-olive-drab-rgb) / 28%); }

Usage Examples

Surface cardUse for panels, labels, badges, and interface accents.
Border accentUse as a soft divider or outline color.
Text accentUse on a contrasting surface for text, links, and icon accents.

Implementation Notes

Best text color#111827
Black contrast5.52:1
White contrast3.81:1
RGB token107 142 35

Machine-readable data

Machine-Readable Olive Drab CSS Utilities (JSON)

Structured CSS utility data for Olive Drab, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.

AI-Ready Dataset v1.0.0
Luminance0.2259
Black text5.52:1AA Pass
White text3.81:1AA Fail
cssVariablesReusable CSS custom properties
utilityClassesBackground, text, border, surface, and shadow classes
bestTextColorAccessible default foreground token
contrastBlack and white contrast ratios
wcagAA and AAA text color options
relatedEndpointsLinked machine-readable resources
Download JSON Open API
Structured sections
CSS variables
{
  "color": "--color-olive-drab: #6B8E23;",
  "rgb": "--color-olive-drab-rgb: 107 142 35;",
  "contrast": "--color-olive-drab-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-olive-drab",
  "text": ".text-olive-drab",
  "border": ".border-olive-drab",
  "surface": ".surface-olive-drab",
  "shadow": ".shadow-olive-drab"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 5.52,
    "white": 3.81
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-olive-drab: #6B8E23;\n  --color-olive-drab-rgb: 107 142 35;\n  --color-olive-drab-contrast: #111827;\n}\n\n.bg-olive-drab { background-color: var(--color-olive-drab); }\n.text-olive-drab { color: var(--color-olive-drab); }\n.border-olive-drab { border-color: var(--color-olive-drab); }\n.surface-olive-drab {\n  background-color: var(--color-olive-drab);\n  color: var(--color-olive-drab-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-olive-drab), #111827 18%);\n}\n.shadow-olive-drab { box-shadow: 0 18px 40px rgb(var(--color-olive-drab-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/olive-drab.json",
  "https://www.colorsencyclopedia.com/api/colors/olive-drab.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "olive-drab",
  "name": "Olive Drab",
  "hex": "#6B8E23",
  "rgb": [
    107,
    142,
    35
  ],
  "hsl": [
    80,
    60,
    35
  ],
  "cmyk": [
    25,
    0,
    75,
    44
  ],
  "luminance": 0.2259,
  "contrast": {
    "black": 5.52,
    "white": 3.81
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "family": "green",
  "temperature": "cool",
  "tone": [
    "earth-tone",
    "jewel-tone"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-olive-drab: #6B8E23;",
    "rgb": "--color-olive-drab-rgb: 107 142 35;",
    "contrast": "--color-olive-drab-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-olive-drab",
    "text": ".text-olive-drab",
    "border": ".border-olive-drab",
    "surface": ".surface-olive-drab",
    "shadow": ".shadow-olive-drab"
  },
  "cssSnippet": ":root {\n  --color-olive-drab: #6B8E23;\n  --color-olive-drab-rgb: 107 142 35;\n  --color-olive-drab-contrast: #111827;\n}\n\n.bg-olive-drab { background-color: var(--color-olive-drab); }\n.text-olive-drab { color: var(--color-olive-drab); }\n.border-olive-drab { border-color: var(--color-olive-drab); }\n.surface-olive-drab {\n  background-color: var(--color-olive-drab);\n  color: var(--color-olive-drab-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-olive-drab), #111827 18%);\n}\n.shadow-olive-drab { box-shadow: 0 18px 40px rgb(var(--color-olive-drab-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/olive-drab.json",
    "https://www.colorsencyclopedia.com/api/colors/olive-drab.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/olive-drab/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/olive-drab/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/6b8e23/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/olive-drab.json"
}