Shades of Malachite #07E66A
Tints of Malachite #07E66A
RGB
CMYK
RGB Variations
Color information
#07E66A (or 0x07E66A) is known color: Malachite. HEX triplet: 07, E6 and 6A. RGB value is (7,230,106). Sum of RGB (Red+Green+Blue) = 7+230+106=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 230 (90.23% from 255 or 67.06% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 230 - color contains mainly: green. Hex color #07E66A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E66A is #F81995. Grayscale: #959595. Windows color (decimal): -16259478 or 7005703. OLE color: 7005703.
HSL color Cylindrical-coordinate representation of color #07E66A: hue angle of 146.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E66A is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 230 | 106 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.10 |
| HSL | 146.64º | 0.94% | 0.46% | - |
| HSV(B) | 146.64º | 0.97% | 0.9% | - |
| XYZ | 30.99 | 57.68 | 23.14 | - |
| YUV | 149.19 | 103.62 | 26.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 106 | 0.97 | 0 | 0.54 | 0.10 | 146.64 | 0.94 | 0.46 |
| Hex | 7 | E6 | 6A | 61 | 0 | 36 | A | 93 | 5E | 2E |
| Octal | 7 | 346 | 152 | 141 | 0 | 66 | 12 | 223 | 136 | 56 |
| Binary | 111 | 11100110 | 1101010 | 1100001 | 0 | 110110 | 1010 | 10010011 | 1011110 | 101110 |
Color Harmonies of #07E66A
Complementary color
Monochromatic Colors of #07E66A
Black with #07E66A
Text Example
Text Example
White with #07E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E66A; }
p { color: rgb(7,230,106); }
H1.HeaderClassName
{
color: #07E66A;
}
.AnyTagClassName
{
color: #07E66A;
}
</style>
background-color css
<style>
a { background-color: #07E66A; }
a { background-color: rgb(7,230,106); }
div.DivClassName
{
background-color: #07E66A;
}
.BgClassName
{
background-color: #07E66A;
}
</style>
border-color css
<style>
span { border-color: #07E66A; }
span { border-color: rgb(7,230,106); }
td.TdClassName
{
border-color: #07E66A;
}
.TagClassName
{
border-color: #07E66A;
}
</style>