Shades of Malachite #07E168
Tints of Malachite #07E168
RGB
CMYK
RGB Variations
Color information
#07E168 (or 0x07E168) is known color: Malachite. HEX triplet: 07, E1 and 68. RGB value is (7,225,104). Sum of RGB (Red+Green+Blue) = 7+225+104=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #07E168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07E168 is #F81E97. Grayscale: #929292. Windows color (decimal): -16260760 or 6873351. OLE color: 6873351.
HSL color Cylindrical-coordinate representation of color #07E168: hue angle of 146.7º 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 #07E168 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 104 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.12 |
| HSL | 146.7º | 0.94% | 0.45% | - |
| HSV(B) | 146.7º | 0.97% | 0.88% | - |
| XYZ | 29.51 | 54.9 | 22.14 | - |
| YUV | 146.02 | 104.28 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 104 | 0.97 | 0 | 0.54 | 0.12 | 146.7 | 0.94 | 0.45 |
| Hex | 7 | E1 | 68 | 61 | 0 | 36 | C | 93 | 5E | 2D |
| Octal | 7 | 341 | 150 | 141 | 0 | 66 | 14 | 223 | 136 | 55 |
| Binary | 111 | 11100001 | 1101000 | 1100001 | 0 | 110110 | 1100 | 10010011 | 1011110 | 101101 |
Color Harmonies of #07E168
Complementary color
Monochromatic Colors of #07E168
Black with #07E168
Text Example
Text Example
White with #07E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E168; }
p { color: rgb(7,225,104); }
H1.HeaderClassName
{
color: #07E168;
}
.AnyTagClassName
{
color: #07E168;
}
</style>
background-color css
<style>
a { background-color: #07E168; }
a { background-color: rgb(7,225,104); }
div.DivClassName
{
background-color: #07E168;
}
.BgClassName
{
background-color: #07E168;
}
</style>
border-color css
<style>
span { border-color: #07E168; }
span { border-color: rgb(7,225,104); }
td.TdClassName
{
border-color: #07E168;
}
.TagClassName
{
border-color: #07E168;
}
</style>