📝 Color Information
The hexadecimal color code #808000 represents a dark shade in the yellow family. In the RGB color model, this color is composed of 128 red, 128 green, and 0 blue, which translates to approximately 50% red, 50% green, and 0% blue. This makes it a highly saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #808000 has a hue of 60 degrees, a saturation level of 100%, and a lightness value of 25%. The hue angle of places this color firmly in the yellow spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 100%, and brightness/value of 50%. For print applications using the CMYK color model, #808000 would be reproduced using 0% cyan, 0% magenta, 100% yellow, and 50% black. The closest web-safe color is #999900, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a darker shade, it works well for text, headers, and creating visual weight in compositions. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #808000 with other colors, consider its complementary color at hue 240° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 8421376, which can be useful in certain programming contexts.
🔢 Color Conversion
🎨 Color Schemes
🔄 Alternatives to #808000
🌗 Shades and Tints
🎚️ Tones of #808000
🌈 Hue Variations of #808000
👁️ Preview
👓 Color Blindness Simulator
Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.
📋 CSS Code
:root {
--color-hex: #808000;
--color-rgb: 128, 128, 0;
--color-hsl: 60, 100%, 25%;
}
.bg-color { background-color: #808000; }
.text-color { color: #808000; }
.border-color { border-color: #808000; }
