Green (RYB) (#66B032)
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: 2.69:1 — vs black: 7.82:1
Color values
-
HEX
#66B032 -
RGB
rgb(102, 176, 50) -
HSL
hsl(95, 71%, 69%) -
CMYK
cmyk( 42.05, 0, 71.59, 30.98 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #66B032 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#66B032
Base
#7C32B0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#66B032
Base
#A5B032
#32B03D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#66B032
Base
#3266B0
#B03266
Two colors flanking the complement — high contrast with less tension than full complementary.
#66B032
Base
#3D32B0
#B032A5
Four colors at 90° intervals — rich variety, best when one color dominates.
#66B032
Base
#32A5B0
#7C32B0
#B03D32
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#66B032
Base
#213910
#437421
#549029
#7AC942
#8DD15D
#B7E299
Darker shades and lighter tints of Green (RYB), generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0C1406
#1E330F
#305217
#427220
#549129
#66B032
Base
#80CC4A
#9CD772
#B8E29B
#D5EEC3
#F1F9EB
Ready-to-use code snippets for #66B032. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #66B032;
}
/* Text */
.element {
color: #66B032;
}
/* Border */
.element {
border: 1px solid #66B032;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#66B032,
#BA77E9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#66B032,
#BA77E9
);
}
// SCSS variable
$green-(ryb): #66B032;
// With RGB channels (useful for rgba() usage)
$green-(ryb)-r: 102;
$green-(ryb)-g: 176;
$green-(ryb)-b: 50;
// Usage
.element {
background-color: $green-(ryb);
color: rgba($green-(ryb)-r, $green-(ryb)-g, $green-(ryb)-b, 0.8);
}
How Green (RYB) appears to people with different types of color vision deficiency.
#66B032
How the color appears with full color vision.
#9F9F37
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#AAAA31
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#78A6A6
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#9E9E9E
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.