Shades of Malachite #07F65D
Tints of Malachite #07F65D
RGB
CMYK
RGB Variations
Color information
#07F65D (or 0x07F65D) is known color: Malachite. HEX triplet: 07, F6 and 5D. RGB value is (7,246,93). Sum of RGB (Red+Green+Blue) = 7+246+93=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #07F65D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F65D is #F809A2. Grayscale: #9D9D9D. Windows color (decimal): -16255395 or 6157831. OLE color: 6157831.
HSL color Cylindrical-coordinate representation of color #07F65D: hue angle of 141.59º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F65D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 246 | 93 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.04 |
| HSL | 141.59º | 0.94% | 0.5% | - |
| HSV(B) | 141.59º | 0.97% | 0.96% | - |
| XYZ | 35.02 | 66.75 | 21.39 | - |
| YUV | 157.1 | 91.82 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 246 | 93 | 0.97 | 0 | 0.62 | 0.04 | 141.59 | 0.94 | 0.5 |
| Hex | 7 | F6 | 5D | 61 | 0 | 3E | 4 | 8E | 5E | 32 |
| Octal | 7 | 366 | 135 | 141 | 0 | 76 | 4 | 216 | 136 | 62 |
| Binary | 111 | 11110110 | 1011101 | 1100001 | 0 | 111110 | 100 | 10001110 | 1011110 | 110010 |
Color Harmonies of #07F65D
Complementary color
Monochromatic Colors of #07F65D
Black with #07F65D
Text Example
Text Example
White with #07F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F65D; }
p { color: rgb(7,246,93); }
H1.HeaderClassName
{
color: #07F65D;
}
.AnyTagClassName
{
color: #07F65D;
}
</style>
background-color css
<style>
a { background-color: #07F65D; }
a { background-color: rgb(7,246,93); }
div.DivClassName
{
background-color: #07F65D;
}
.BgClassName
{
background-color: #07F65D;
}
</style>
border-color css
<style>
span { border-color: #07F65D; }
span { border-color: rgb(7,246,93); }
td.TdClassName
{
border-color: #07F65D;
}
.TagClassName
{
border-color: #07F65D;
}
</style>