New! 2020 Colors now features paint catalogues.
#808000 is made up of (128, 128, 0) in RGB colorspace and (0.00, 0.00, 100.00, 49.80) in CMYK colorspace. Its decimal value is 8421376 and the closest web-safe color code to it is #999900. White should be used ontop of #808000 to ensure the best legibility.
Here's a color conversion chart. It contains technical information about the hex color #808000. If you're a programmer, view the code snippets section for prepared language syntax.
hex | #808000 | luma | #113.41 |
Websafe hex | #999900 | Black/white pairing | White |
rgb | rgb(128, 128, 0) | Adobe RGB | (124.00, 128.00, 30.00) |
rgb percent (%) | rgb(50%, 50%, 0%) | Closest named color | Heart gold |
rgba | rgba(128.0, 128.0, 0.0, 1.0) | Hunter-Lab | (44.72, -12.20, 25.85) |
cmyk | cmyk(0.00, 0.00, 100.00, 49.80) | CIE-L*ab | (51.84, -16.32, 56.55) |
hsv | hsv(60.00, 100.00, 25.00) | CIE-L*Ch(ab) | (51.84, 58.86, 106.10) |
hsb | hsb(60.00, 100.00, 50.00) | CIE-L*uv | (51.84, -0.62, 57.62) |
Seeing a variation of this color used in photos may be of value. Please note that 2020 Colors is an affiliate of Shutterstock and will receive a percentage of any sales made through this website.
There are two colors that make up the Complimentary color scheme. Opposites of one another in the color spectrum, one color is referred to as the "base" #808000 while the second is the "compliment" #00007f.
The Split Complimentary color scheme is made up of three colors. The base color #808000 is paired with the two colors to the left and the right of compliment color #00007f.
The Analagous color scheme is made up of three colors. The three colors sit next to one another on the color wheel. The palette is made in similar fashion to how the Split Complimentary palette is made. However, the two secondary colors are adjacent to the base, not the compliment.
A color gradient may also be known as color progression or a color ramp. A gradient is the gradual transition of one color into another. This section showcases gradients featuring #808000 as the base color. The secondary colors come from the section above.
Seeing #808000 on a computer or phone screen is much different than how it may appear in the real world. Shown here are 20 different environment types and how #808000 could potentially look inside each of them, given perfect conditions.
Colors that have names have reached a point of status where they're more than just a hex code: they're real-world associated.
#808000might be precisely the color you're looking for. But, the colors below are a close match. What's better is that they're named colors, meaning chances are there's more information about them. If you feel like taking a slight deviation in hue, click a color below to learn about why it's so unique.
Looking for something completely different? Try a well-documented complimentary color. The named colors below have been calculated to be the furthest colors from#808000. Click on the colors to explore their unique information.
Heart gold (#808000) in popular brands
Our records indicate that no brands are using a color like Heart gold (#808000).
Here you can easily copy-and-paste formatted color code for use with your favorite programming/markup languages like HTML/CSS, Java, Objective-C, and GameMaker Language.
Language | Syntax |
---|---|
HTML, CSS | #808000 |
Java | new Color(128, 128, 0); |
.NET | Color.FromArgb(255, 128, 128, 0); |
Objective-C | [UIColor colorWithRed:128 green:128 blue:0 alpha:1.00000]; |
OpenGL | glColor3f(128f, 128f, 0f); |
Swift | UIColor(red:128, green:128, blue:0, alpha:1.00000) |
GameMaker Language (GML) | $008080 |
Python | Color('#808000') |
This useful chart contains technical information about the hexadecimal color #808000. For example, the direct decimal conversion is 8421376 while the individual RGB conversions are: 128, 128, 0.
Red | Green | Blue | |
---|---|---|---|
Binary | 10000000 | 10000000 | 00000000 |
Hex | 80 | 80 | 00 |
Octal | 200 | 200 | 0 |
Decimal | 128 | 128 | 0 |
If you're considering using #808000 in a logo or design, you can quickly reference below to see how various symbols, icons, and emblems look.
We learned earlier that White-colored text should be used on a #808000 colored background for best readability. But, you can be the judge of that by looking at the examples below. Accessibility is an important aspect of (web) design that is many a developer's afterthought.
To learn more about accessible colors, read Google's article covering best practices and principals.