Shades of Malachite #07C65A
Tints of Malachite #07C65A
RGB
CMYK
RGB Variations
Color information
#07C65A (or 0x07C65A) is known color: Malachite. HEX triplet: 07, C6 and 5A. RGB value is (7,198,90). Sum of RGB (Red+Green+Blue) = 7+198+90=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 198 (77.73% from 255 or 67.12% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 198 - color contains mainly: green. Hex color #07C65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C65A is #F839A5. Grayscale: #808080. Windows color (decimal): -16267686 or 5948935. OLE color: 5948935.
HSL color Cylindrical-coordinate representation of color #07C65A: hue angle of 146.07º 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 #07C65A is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 90 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.22 |
| HSL | 146.07º | 0.93% | 0.4% | - |
| HSV(B) | 146.07º | 0.96% | 0.78% | - |
| XYZ | 22.13 | 41.17 | 16.45 | - |
| YUV | 128.58 | 106.22 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 90 | 0.96 | 0 | 0.55 | 0.22 | 146.07 | 0.93 | 0.4 |
| Hex | 7 | C6 | 5A | 60 | 0 | 37 | 16 | 92 | 5D | 28 |
| Octal | 7 | 306 | 132 | 140 | 0 | 67 | 26 | 222 | 135 | 50 |
| Binary | 111 | 11000110 | 1011010 | 1100000 | 0 | 110111 | 10110 | 10010010 | 1011101 | 101000 |
Color Harmonies of #07C65A
Complementary color
Monochromatic Colors of #07C65A
Black with #07C65A
Text Example
Text Example
White with #07C65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C65A; }
p { color: rgb(7,198,90); }
H1.HeaderClassName
{
color: #07C65A;
}
.AnyTagClassName
{
color: #07C65A;
}
</style>
background-color css
<style>
a { background-color: #07C65A; }
a { background-color: rgb(7,198,90); }
div.DivClassName
{
background-color: #07C65A;
}
.BgClassName
{
background-color: #07C65A;
}
</style>
border-color css
<style>
span { border-color: #07C65A; }
span { border-color: rgb(7,198,90); }
td.TdClassName
{
border-color: #07C65A;
}
.TagClassName
{
border-color: #07C65A;
}
</style>