In a RGB color space, #007f00 hex color is composed of 0% red, 49.8% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 50.2% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 24.9%. #007f00 color hex could be obtained by blending #00fe00 with #000000. Closest websafe color is: #006600.
The hexadecimal color #007f00 has RGB values of R:0, G:127, B:0 and CMYK values of C:1, M:0, Y:1, K:0.5. Its decimal value is 32512.
Hex triplet | 007f00 | #007f00 |
RGB Decimal | 0, 127, 0 | rgb(0,127,0) |
RGB Percent | 0, 49.8, 0 | rgb(0%,49.8%,0%) |
CMYK | 100, 0, 100, 50.2 | |
HSL | 120°, 100, 24.9 | hsl(120,100%,24.9%) |
HSV(HSB) | 120°, 100, 49.8 | |
Web Safe | 006600 | #060 |
XYZ | 7.589, 15.179, 2.53 |
xyY | 0.3, 0.6, 15.179 |
CIE-LAB | 45.878, -51.408, 49.617 |
CIE-LCH | 45.878, 71.447, 136.016 |
CIE-LUV | 45.878, -43.443, 56.161 |
Hunter-Lab | 38.96, -33.408, 23.422 |
Binary | 00000000, 01111111, 00000000 |
Below, you can see some colors close to #007f00. 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 #007f00.
<span style="color:#007f00">Text here</span>
This paragraph has a background color of #007f00.
<p style="background-color:#007f00;">Content here</p>
This element has a border color of #007f00.
<div style="border:1px #007f00;">Content here</div>
.text {color:#007f00;}
.background {background-color:#007f00;}
.border {border:1px solid #007f00;}
.text-shadow {border:1px solid #007f00;}
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, #001500 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #3f403f is the less saturated color, while #057a05 is the most saturated one.