Shades of Malachite #07DB6F
Tints of Malachite #07DB6F
RGB
CMYK
RGB Variations
Color information
#07DB6F (or 0x07DB6F) is known color: Malachite. HEX triplet: 07, DB and 6F. RGB value is (7,219,111). Sum of RGB (Red+Green+Blue) = 7+219+111=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DB6F is #F82490. Grayscale: #8F8F8F. Windows color (decimal): -16262289 or 7330567. OLE color: 7330567.
HSL color Cylindrical-coordinate representation of color #07DB6F: hue angle of 149.43º 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 #07DB6F is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 111 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.14 |
| HSL | 149.43º | 0.94% | 0.44% | - |
| HSV(B) | 149.43º | 0.97% | 0.86% | - |
| XYZ | 28.29 | 51.86 | 23.56 | - |
| YUV | 143.3 | 109.76 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 111 | 0.97 | 0 | 0.49 | 0.14 | 149.43 | 0.94 | 0.44 |
| Hex | 7 | DB | 6F | 61 | 0 | 31 | E | 95 | 5E | 2C |
| Octal | 7 | 333 | 157 | 141 | 0 | 61 | 16 | 225 | 136 | 54 |
| Binary | 111 | 11011011 | 1101111 | 1100001 | 0 | 110001 | 1110 | 10010101 | 1011110 | 101100 |
Color Harmonies of #07DB6F
Complementary color
Monochromatic Colors of #07DB6F
Black with #07DB6F
Text Example
Text Example
White with #07DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB6F; }
p { color: rgb(7,219,111); }
H1.HeaderClassName
{
color: #07DB6F;
}
.AnyTagClassName
{
color: #07DB6F;
}
</style>
background-color css
<style>
a { background-color: #07DB6F; }
a { background-color: rgb(7,219,111); }
div.DivClassName
{
background-color: #07DB6F;
}
.BgClassName
{
background-color: #07DB6F;
}
</style>
border-color css
<style>
span { border-color: #07DB6F; }
span { border-color: rgb(7,219,111); }
td.TdClassName
{
border-color: #07DB6F;
}
.TagClassName
{
border-color: #07DB6F;
}
</style>