Shades of Malachite #07D071
Tints of Malachite #07D071
RGB
CMYK
RGB Variations
Color information
#07D071 (or 0x07D071) is known color: Malachite. HEX triplet: 07, D0 and 71. RGB value is (7,208,113). Sum of RGB (Red+Green+Blue) = 7+208+113=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #07D071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D071 is #F82F8E. Grayscale: #898989. Windows color (decimal): -16265103 or 7458823. OLE color: 7458823.
HSL color Cylindrical-coordinate representation of color #07D071: hue angle of 151.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D071 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 113 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.18 |
| HSL | 151.64º | 0.93% | 0.42% | - |
| HSV(B) | 151.64º | 0.97% | 0.82% | - |
| XYZ | 25.62 | 46.35 | 23.22 | - |
| YUV | 137.07 | 114.41 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 113 | 0.97 | 0 | 0.46 | 0.18 | 151.64 | 0.93 | 0.42 |
| Hex | 7 | D0 | 71 | 61 | 0 | 2E | 12 | 98 | 5D | 2A |
| Octal | 7 | 320 | 161 | 141 | 0 | 56 | 22 | 230 | 135 | 52 |
| Binary | 111 | 11010000 | 1110001 | 1100001 | 0 | 101110 | 10010 | 10011000 | 1011101 | 101010 |
Color Harmonies of #07D071
Complementary color
Monochromatic Colors of #07D071
Black with #07D071
Text Example
Text Example
White with #07D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D071; }
p { color: rgb(7,208,113); }
H1.HeaderClassName
{
color: #07D071;
}
.AnyTagClassName
{
color: #07D071;
}
</style>
background-color css
<style>
a { background-color: #07D071; }
a { background-color: rgb(7,208,113); }
div.DivClassName
{
background-color: #07D071;
}
.BgClassName
{
background-color: #07D071;
}
</style>
border-color css
<style>
span { border-color: #07D071; }
span { border-color: rgb(7,208,113); }
td.TdClassName
{
border-color: #07D071;
}
.TagClassName
{
border-color: #07D071;
}
</style>