Shades of Malachite #07DD68
Tints of Malachite #07DD68
RGB
CMYK
RGB Variations
Color information
#07DD68 (or 0x07DD68) is known color: Malachite. HEX triplet: 07, DD and 68. RGB value is (7,221,104). Sum of RGB (Red+Green+Blue) = 7+221+104=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DD68 is #F82297. Grayscale: #8F8F8F. Windows color (decimal): -16261784 or 6872327. OLE color: 6872327.
HSL color Cylindrical-coordinate representation of color #07DD68: hue angle of 147.2º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD68 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 104 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.13 |
| HSL | 147.2º | 0.94% | 0.45% | - |
| HSV(B) | 147.2º | 0.97% | 0.87% | - |
| XYZ | 28.44 | 52.76 | 21.78 | - |
| YUV | 143.68 | 105.6 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 104 | 0.97 | 0 | 0.53 | 0.13 | 147.2 | 0.94 | 0.45 |
| Hex | 7 | DD | 68 | 61 | 0 | 35 | D | 93 | 5E | 2D |
| Octal | 7 | 335 | 150 | 141 | 0 | 65 | 15 | 223 | 136 | 55 |
| Binary | 111 | 11011101 | 1101000 | 1100001 | 0 | 110101 | 1101 | 10010011 | 1011110 | 101101 |
Color Harmonies of #07DD68
Complementary color
Monochromatic Colors of #07DD68
Black with #07DD68
Text Example
Text Example
White with #07DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD68; }
p { color: rgb(7,221,104); }
H1.HeaderClassName
{
color: #07DD68;
}
.AnyTagClassName
{
color: #07DD68;
}
</style>
background-color css
<style>
a { background-color: #07DD68; }
a { background-color: rgb(7,221,104); }
div.DivClassName
{
background-color: #07DD68;
}
.BgClassName
{
background-color: #07DD68;
}
</style>
border-color css
<style>
span { border-color: #07DD68; }
span { border-color: rgb(7,221,104); }
td.TdClassName
{
border-color: #07DD68;
}
.TagClassName
{
border-color: #07DD68;
}
</style>