Shades of Malachite #07DB70
Tints of Malachite #07DB70
RGB
CMYK
RGB Variations
Color information
#07DB70 (or 0x07DB70) is known color: Malachite. HEX triplet: 07, DB and 70. RGB value is (7,219,112). Sum of RGB (Red+Green+Blue) = 7+219+112=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DB70 is #F8248F. Grayscale: #8F8F8F. Windows color (decimal): -16262288 or 7396103. OLE color: 7396103.
HSL color Cylindrical-coordinate representation of color #07DB70: hue angle of 149.72º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DB70 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 112 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.14 |
| HSL | 149.72º | 0.94% | 0.44% | - |
| HSV(B) | 149.72º | 0.97% | 0.86% | - |
| XYZ | 28.34 | 51.88 | 23.85 | - |
| YUV | 143.41 | 110.26 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 112 | 0.97 | 0 | 0.49 | 0.14 | 149.72 | 0.94 | 0.44 |
| Hex | 7 | DB | 70 | 61 | 0 | 31 | E | 96 | 5E | 2C |
| Octal | 7 | 333 | 160 | 141 | 0 | 61 | 16 | 226 | 136 | 54 |
| Binary | 111 | 11011011 | 1110000 | 1100001 | 0 | 110001 | 1110 | 10010110 | 1011110 | 101100 |
Color Harmonies of #07DB70
Complementary color
Monochromatic Colors of #07DB70
Black with #07DB70
Text Example
Text Example
White with #07DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB70; }
p { color: rgb(7,219,112); }
H1.HeaderClassName
{
color: #07DB70;
}
.AnyTagClassName
{
color: #07DB70;
}
</style>
background-color css
<style>
a { background-color: #07DB70; }
a { background-color: rgb(7,219,112); }
div.DivClassName
{
background-color: #07DB70;
}
.BgClassName
{
background-color: #07DB70;
}
</style>
border-color css
<style>
span { border-color: #07DB70; }
span { border-color: rgb(7,219,112); }
td.TdClassName
{
border-color: #07DB70;
}
.TagClassName
{
border-color: #07DB70;
}
</style>