Shades of Malachite #07C764
Tints of Malachite #07C764
RGB
CMYK
RGB Variations
Color information
#07C764 (or 0x07C764) is known color: Malachite. HEX triplet: 07, C7 and 64. RGB value is (7,199,100). Sum of RGB (Red+Green+Blue) = 7+199+100=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 199 (78.12% from 255 or 65.03% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 199 - color contains mainly: green. Hex color #07C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C764 is #F8389B. Grayscale: #828282. Windows color (decimal): -16267420 or 6604551. OLE color: 6604551.
HSL color Cylindrical-coordinate representation of color #07C764: hue angle of 149.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C764 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 100 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.22 |
| HSL | 149.06º | 0.93% | 0.4% | - |
| HSV(B) | 149.06º | 0.96% | 0.78% | - |
| XYZ | 22.81 | 41.81 | 18.92 | - |
| YUV | 130.31 | 110.89 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 100 | 0.96 | 0 | 0.50 | 0.22 | 149.06 | 0.93 | 0.4 |
| Hex | 7 | C7 | 64 | 60 | 0 | 32 | 16 | 95 | 5D | 28 |
| Octal | 7 | 307 | 144 | 140 | 0 | 62 | 26 | 225 | 135 | 50 |
| Binary | 111 | 11000111 | 1100100 | 1100000 | 0 | 110010 | 10110 | 10010101 | 1011101 | 101000 |
Color Harmonies of #07C764
Complementary color
Monochromatic Colors of #07C764
Black with #07C764
Text Example
Text Example
White with #07C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C764; }
p { color: rgb(7,199,100); }
H1.HeaderClassName
{
color: #07C764;
}
.AnyTagClassName
{
color: #07C764;
}
</style>
background-color css
<style>
a { background-color: #07C764; }
a { background-color: rgb(7,199,100); }
div.DivClassName
{
background-color: #07C764;
}
.BgClassName
{
background-color: #07C764;
}
</style>
border-color css
<style>
span { border-color: #07C764; }
span { border-color: rgb(7,199,100); }
td.TdClassName
{
border-color: #07C764;
}
.TagClassName
{
border-color: #07C764;
}
</style>