In a RGB color space, #005500 hex color (also known as Pharmacy Green) is composed of 0% red, 33.3% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 66.7% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 16.7%. #005500 color hex could be obtained by blending #00aa00 with #000000. Closest websafe color is: #006600.
The hexadecimal color #005500 has RGB values of R:0, G:85, B:0 and CMYK values of C:1, M:0, Y:1, K:0.67. Its decimal value is 21760.
Hex triplet | 005500 | #005500 |
RGB Decimal | 0, 85, 0 | rgb(0,85,0) |
RGB Percent | 0, 33.3, 0 | rgb(0%,33.3%,0%) |
CMYK | 100, 0, 100, 66.7 | |
HSL | 120°, 100, 16.7 | hsl(120,100%,16.7%) |
HSV(HSB) | 120°, 100, 33.3 | |
Web Safe | 006600 | #060 |
XYZ | 3.248, 6.497, 1.083 |
xyY | 0.3, 0.6, 6.497 |
CIE-LAB | 30.633, -38.743, 37.393 |
CIE-LCH | 30.633, 53.844, 136.016 |
CIE-LUV | 30.633, -29.007, 37.499 |
Hunter-Lab | 25.489, -21.857, 15.324 |
Binary | 00000000, 01010101, 00000000 |
Below, you can see some colors close to #005500. 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 #005500.
<span style="color:#005500">Text here</span>
This paragraph has a background color of #005500.
<p style="background-color:#005500;">Content here</p>
This element has a border color of #005500.
<div style="border:1px #005500;">Content here</div>
.text {color:#005500;}
.background {background-color:#005500;}
.border {border:1px solid #005500;}
.text-shadow {border:1px solid #005500;}
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 #eaffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #2a2b2a is the less saturated color, while #045104 is the most saturated one.