Shades of Malachite #07C75C
Tints of Malachite #07C75C
RGB
CMYK
RGB Variations
Color information
#07C75C (or 0x07C75C) is known color: Malachite. HEX triplet: 07, C7 and 5C. RGB value is (7,199,92). Sum of RGB (Red+Green+Blue) = 7+199+92=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 199 (78.12% from 255 or 66.78% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 199 - color contains mainly: green. Hex color #07C75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C75C is #F838A3. Grayscale: #818181. Windows color (decimal): -16267428 or 6080263. OLE color: 6080263.
HSL color Cylindrical-coordinate representation of color #07C75C: hue angle of 146.56º 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 #07C75C is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 92 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.22 |
| HSL | 146.56º | 0.93% | 0.4% | - |
| HSV(B) | 146.56º | 0.96% | 0.78% | - |
| XYZ | 22.44 | 41.66 | 16.98 | - |
| YUV | 129.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 92 | 0.96 | 0 | 0.54 | 0.22 | 146.56 | 0.93 | 0.4 |
| Hex | 7 | C7 | 5C | 60 | 0 | 36 | 16 | 93 | 5D | 28 |
| Octal | 7 | 307 | 134 | 140 | 0 | 66 | 26 | 223 | 135 | 50 |
| Binary | 111 | 11000111 | 1011100 | 1100000 | 0 | 110110 | 10110 | 10010011 | 1011101 | 101000 |
Color Harmonies of #07C75C
Complementary color
Monochromatic Colors of #07C75C
Black with #07C75C
Text Example
Text Example
White with #07C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C75C; }
p { color: rgb(7,199,92); }
H1.HeaderClassName
{
color: #07C75C;
}
.AnyTagClassName
{
color: #07C75C;
}
</style>
background-color css
<style>
a { background-color: #07C75C; }
a { background-color: rgb(7,199,92); }
div.DivClassName
{
background-color: #07C75C;
}
.BgClassName
{
background-color: #07C75C;
}
</style>
border-color css
<style>
span { border-color: #07C75C; }
span { border-color: rgb(7,199,92); }
td.TdClassName
{
border-color: #07C75C;
}
.TagClassName
{
border-color: #07C75C;
}
</style>