What is hex #7BB661 color?

 
The hex code #7BB661 is also know by an other name that is Bud Green.
This color is composed of 123% red, 182% green and 97% blue. So we can say that the RGB value is (123,182,97)
You need to use it for a printer? The CMYK colors code equivalent of hex #7BB661 is C:32 M:0 Y:47, K:29) .
In the HSV/HSB scale, #7BB661 has a hue of 102°, 47% saturation and a brightness value of 71%.
If you want to know all about the hex #7BB661, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #7BB661 (complementary, analogous, triadic, tetradic...).

Hex #7BB661 Color Codes & Equivalents

Color Name [Bud Green]
RGB Values (123,182,97)
CMYK Values (32%, 0%, 47%, 29%)
HSV/HSB Values (102°, 47%, 71%)
Closest Web Safe
#66CC66
Inverse Color
#84499e
Closest Pantone®
7489 C
Closest RAL
RAL 6021 [Pale green]
Complementary Color
#9c61b6

#7BB661 Converted to Grayscale Codes

Average
#868686
Lightness (Desaturation)
#8c8c8c
Weighted (BT601)
#9b9b9b
Luma (BT709)
#a3a3a3

Hex #7BB661 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #7BB661 is #9c61b6. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #7BB661 you will find #9c61b6. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#7BB661 #9c61b6

Analogous Palette

The analogous color scheme of #7BB661 is composed with colors #A5B661 and #61B671. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #7BB661 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#A5B661 #7BB661 #61B671

Split-Complementary Palette

The split-complementary color scheme of #7BB661 is composed with colors #B661A5 and #7161B6. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#7BB661 #B661A5 #7161B6

Triadic Palette

The triadic color scheme of #7BB661 is composed with colors #B6617B and #617BB6. They are located to the right and left of your main color #7BB661 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#7BB661 #B6617B #617BB6

Tetradic Palette

The tetradic color scheme of #7BB661 is composed with colors #617BB6, #9C61B6 and #B69C61 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#7BB661 #617BB6 #9C61B6 #B69C61

Square Palette

The square color scheme of #7BB661 is composed with colors #61A5B6, #9C61B6 and #B67161 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#7BB661 #61A5B6 #9C61B6 #B67161

Tints, Tones & Shades of Hex #7BB661

Tints

Tints are created by adding white, resulting in lighter shades of #7BB661.

#7BB661 #86BC6E #92C27C #9DC98A #A9CF98 #B5D6A6 #C0DCB4 #CCE3C2

Tones

Tones are made by mixing with gray, softening the original color.

#7BB661 #7FAA6C #839F77 #889482 #8B8B8B #8B8B8B #8B8B8B #8B8B8B

Shades

Shades result from adding black, creating darker variations.

#7BB661 #6FAF53 #66A24B #5D9444 #54873E #4B7937 #436B31 #3A5D2B

Hex #7BB661 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #7BB661
Java new Color(123,182,97);
Python Color(#7BB661)
.NET Color.FromArgb(255, 123,182,97);
Swift / iOS UIColor(red: 0.48, green: 0.71, blue: 0.38, alpha: 1)
Kotlin / Android Color.rgb(123, 182, 97)