Hex, RGB & HSV Explained (for Players Who Just Want the Match)
If you've spent any time painting your chameleon or poking at a color tool, you've seen the same color written three different ways: something like #7A9B4C, or 122, 155, 76, or 88°, 51%, 61%. They all describe the exact same green — they're just three languages for saying it. You don't need a color-science degree to use them, but understanding what each one is good for will make matching a surface faster and less frustrating. Here's the no-nonsense version.
First: what a color actually is on screen
Every color your screen shows is built from three tiny lights: red, green, and blue. Mix them at different brightnesses and you get every color you can see. Hex, RGB, and HSV are just three different ways of writing down "how much of each, and how bright." That's the whole secret. Once you see them as three notations for the same thing, switching between them stops being scary.
RGB: the raw recipe
RGB stands for Red, Green, Blue. It gives each of those three lights a number from 0 (off) to 255 (full blast). So 255, 0, 0 is pure red, 0, 0, 0 is black (all lights off), and 255, 255, 255 is white (all lights maxed).
- Read it as: "how much red, how much green, how much blue."
- Good for: precise, exact matching. If a tool or a teammate gives you an RGB value, you can punch those three numbers straight into the sliders and get exactly that color.
- The catch: it's not intuitive to adjust by hand. If you want a color "a little lighter" or "a bit more orange," it's not obvious which of the three numbers to change or by how much.
Hex: the same recipe, shorter
Hex (short for hexadecimal) is RGB wearing a disguise. It's the same red, green, and blue values, just written as a six-character code after a #. The first two characters are red, the middle two are green, the last two are blue — each pair is simply the 0–255 number written in base-16 instead of base-10.
So #FF0000 is the same pure red as RGB 255, 0, 0. #FFFFFF is white, #000000 is black.
- Read it as: a compact ID for an exact color.
- Good for: copying and sharing. It's one tidy string you can copy with a tap, paste anywhere, and know you've got the precise shade. This is why designers and websites love it.
- The catch: like RGB, it's basically impossible to eyeball or tweak in your head.
#7A9B4Ctells a computer everything and tells your intuition nothing.
Think of Hex and RGB as the same thing in two outfits: RGB is three numbers, Hex is those same three numbers zipped into one code. Use whichever your tool wants.
HSV: the human-friendly one
HSV stands for Hue, Saturation, Value, and it's the format that actually matches how people think about color.
- Hue (0–360°) is the color itself — where it sits on the rainbow. 0° is red, ~120° is green, ~240° is blue, and back around to red.
- Saturation (0–100%) is how intense or vivid it is. High saturation is a bold, pure color; low saturation is washed-out and grayish.
- Value (0–100%) is how bright or dark it is. High value is bright; drop it toward 0 and the color goes black.
- Read it as: "what color, how vivid, how bright."
- Good for: adjusting a color once you're close. Painting a wall's shadow instead of its highlight? Keep the same Hue and Saturation and just lower the Value. Want the whole thing a little more muted to match a dusty surface? Drop the Saturation. This is the format for making a color a shade lighter, darker, or duller without wrecking it.
- The catch: it's less commonly used for sharing exact values than Hex, so you'll often match with the eyedropper, then fine-tune in HSV.
Which one should you actually use?
Here's the practical playbook for a Meccha Chameleon match, where the prep clock is ticking:
- Sample, don't guess. Use the in-game eyedropper (the "Spoid") to grab the exact color off the wall. Whatever format it hands you, it's already an exact match — no math required.
- Copy exact colors as Hex or RGB. When you get a precise value from a tool or want to reuse the same shade, Hex is the easiest to copy and paste, and RGB drops straight into the sliders.
- Fine-tune in HSV. Once you're close, switch to HSV to nudge the shade for shadow, highlight, or a slightly more muted look. Adjust Value for light-vs-dark and Saturation for vivid-vs-dull.
You don't have to pick a favorite. Exact matching lives in Hex/RGB; hand-tuning lives in HSV. Good players bounce between them without thinking about it.
Why this matters for hiding
Remember that the difference between "invisible" and "shot in three seconds" is often a tiny color gap — a highlight that's a touch too bright, a shadow that's slightly too saturated. Being fluent in these three formats means you can nail the base color exactly (Hex/RGB) and adjust it convincingly for the way the surface is lit (HSV), all before the Seekers are released.
If you'd rather skip the manual tuning entirely, that's exactly what MecchaPalette is for: give it a color and it returns the precise matching values in Hex, RGB, and HSV — plus every close shade ranked by perceptual color difference (ΔE), so you can grab not just a match but the best match and its nearest alternatives. Tap to copy, paint, disappear.
Related guides
- Meccha Chameleon: A Beginner's Guide — how a match flows and the three core skills.
- 7 Common Mistakes That Get You Spotted — the tells that give you away, and how to fix them.