Shades of Malachite #07E068
Tints of Malachite #07E068
RGB
CMYK
RGB Variations
Color information
#07E068 (or 0x07E068) is known color: Malachite. HEX triplet: 07, E0 and 68. RGB value is (7,224,104). Sum of RGB (Red+Green+Blue) = 7+224+104=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #07E068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E068 is #F81F97. Grayscale: #919191. Windows color (decimal): -16261016 or 6873095. OLE color: 6873095.
HSL color Cylindrical-coordinate representation of color #07E068: hue angle of 146.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E068 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 104 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.12 |
| HSL | 146.82º | 0.94% | 0.45% | - |
| HSV(B) | 146.82º | 0.97% | 0.88% | - |
| XYZ | 29.24 | 54.36 | 22.05 | - |
| YUV | 145.44 | 104.61 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 104 | 0.97 | 0 | 0.54 | 0.12 | 146.82 | 0.94 | 0.45 |
| Hex | 7 | E0 | 68 | 61 | 0 | 36 | C | 93 | 5E | 2D |
| Octal | 7 | 340 | 150 | 141 | 0 | 66 | 14 | 223 | 136 | 55 |
| Binary | 111 | 11100000 | 1101000 | 1100001 | 0 | 110110 | 1100 | 10010011 | 1011110 | 101101 |
Color Harmonies of #07E068
Complementary color
Monochromatic Colors of #07E068
Black with #07E068
Text Example
Text Example
White with #07E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E068; }
p { color: rgb(7,224,104); }
H1.HeaderClassName
{
color: #07E068;
}
.AnyTagClassName
{
color: #07E068;
}
</style>
background-color css
<style>
a { background-color: #07E068; }
a { background-color: rgb(7,224,104); }
div.DivClassName
{
background-color: #07E068;
}
.BgClassName
{
background-color: #07E068;
}
</style>
border-color css
<style>
span { border-color: #07E068; }
span { border-color: rgb(7,224,104); }
td.TdClassName
{
border-color: #07E068;
}
.TagClassName
{
border-color: #07E068;
}
</style>