Shades of Malachite #07F73F
Tints of Malachite #07F73F
RGB
CMYK
RGB Variations
Color information
#07F73F (or 0x07F73F) is known color: Malachite. HEX triplet: 07, F7 and 3F. RGB value is (7,247,63). Sum of RGB (Red+Green+Blue) = 7+247+63=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #07F73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F73F is #F808C0. Grayscale: #9A9A9A. Windows color (decimal): -16255169 or 4192007. OLE color: 4192007.
HSL color Cylindrical-coordinate representation of color #07F73F: hue angle of 134º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F73F is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 247 | 63 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.03 |
| HSL | 134º | 0.94% | 0.5% | - |
| HSV(B) | 134º | 0.97% | 0.97% | - |
| XYZ | 34.25 | 66.93 | 15.82 | - |
| YUV | 154.26 | 76.49 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 247 | 63 | 0.97 | 0 | 0.74 | 0.03 | 134 | 0.94 | 0.5 |
| Hex | 7 | F7 | 3F | 61 | 0 | 4A | 3 | 86 | 5E | 32 |
| Octal | 7 | 367 | 77 | 141 | 0 | 112 | 3 | 206 | 136 | 62 |
| Binary | 111 | 11110111 | 111111 | 1100001 | 0 | 1001010 | 11 | 10000110 | 1011110 | 110010 |
Color Harmonies of #07F73F
Complementary color
Monochromatic Colors of #07F73F
Black with #07F73F
Text Example
Text Example
White with #07F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F73F; }
p { color: rgb(7,247,63); }
H1.HeaderClassName
{
color: #07F73F;
}
.AnyTagClassName
{
color: #07F73F;
}
</style>
background-color css
<style>
a { background-color: #07F73F; }
a { background-color: rgb(7,247,63); }
div.DivClassName
{
background-color: #07F73F;
}
.BgClassName
{
background-color: #07F73F;
}
</style>
border-color css
<style>
span { border-color: #07F73F; }
span { border-color: rgb(7,247,63); }
td.TdClassName
{
border-color: #07F73F;
}
.TagClassName
{
border-color: #07F73F;
}
</style>