In a RGB color space, #808000 hex color (also known as Heart Gold) is composed of 50.2% red, 50.2% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 100% yellow and 49.8% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 25.1%. #808000 color hex could be obtained by blending #010000 with #000000. Closest websafe color is: #999900.
The hexadecimal color #808000 has RGB values of R:128, G:128, B:0 and CMYK values of C:0, M:0, Y:1, K:0.5. Its decimal value is 8421376.
Hex triplet | 808000 | #808000 |
RGB Decimal | 128, 128, 0 | rgb(128,128,0) |
RGB Percent | 50.2, 50.2, 0 | rgb(50.2%,50.2%,0%) |
CMYK | 0, 0, 100, 49.8 | |
HSL | 60°, 100, 25.1 | hsl(60,100%,25.1%) |
HSV(HSB) | 60°, 100, 50.2 | |
Web Safe | 999900 | #990 |
XYZ | 16.621, 20.028, 2.99 |
xyY | 0.419, 0.505, 20.028 |
CIE-LAB | 51.868, -12.931, 56.677 |
CIE-LCH | 51.868, 58.134, 102.852 |
CIE-LUV | 51.868, 4.113, 57.022 |
Hunter-Lab | 44.752, -12.02, 27.366 |
Binary | 10000000, 10000000, 00000000 |
Below, you can see some colors close to #808000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #808000.
<span style="color:#808000">Text here</span>
This paragraph has a background color of #808000.
<p style="background-color:#808000;">Content here</p>
This element has a border color of #808000.
<div style="border:1px #808000;">Content here</div>
.text {color:#808000;}
.background {background-color:#808000;}
.border {border:1px solid #808000;}
.text-shadow {border:1px solid #808000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #404040 is the less saturated color, while #7b7b05 is the most saturated one.