Shades of Malachite #07D961
Tints of Malachite #07D961
RGB
CMYK
RGB Variations
Color information
#07D961 (or 0x07D961) is known color: Malachite. HEX triplet: 07, D9 and 61. RGB value is (7,217,97). Sum of RGB (Red+Green+Blue) = 7+217+97=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #07D961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D961 is #F8269E. Grayscale: #8C8C8C. Windows color (decimal): -16262815 or 6412551. OLE color: 6412551.
HSL color Cylindrical-coordinate representation of color #07D961: hue angle of 145.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D961 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 97 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.15 |
| HSL | 145.71º | 0.94% | 0.44% | - |
| HSV(B) | 145.71º | 0.97% | 0.85% | - |
| XYZ | 27.06 | 50.53 | 19.64 | - |
| YUV | 140.53 | 103.43 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 97 | 0.97 | 0 | 0.55 | 0.15 | 145.71 | 0.94 | 0.44 |
| Hex | 7 | D9 | 61 | 61 | 0 | 37 | F | 92 | 5E | 2C |
| Octal | 7 | 331 | 141 | 141 | 0 | 67 | 17 | 222 | 136 | 54 |
| Binary | 111 | 11011001 | 1100001 | 1100001 | 0 | 110111 | 1111 | 10010010 | 1011110 | 101100 |
Color Harmonies of #07D961
Complementary color
Monochromatic Colors of #07D961
Black with #07D961
Text Example
Text Example
White with #07D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D961; }
p { color: rgb(7,217,97); }
H1.HeaderClassName
{
color: #07D961;
}
.AnyTagClassName
{
color: #07D961;
}
</style>
background-color css
<style>
a { background-color: #07D961; }
a { background-color: rgb(7,217,97); }
div.DivClassName
{
background-color: #07D961;
}
.BgClassName
{
background-color: #07D961;
}
</style>
border-color css
<style>
span { border-color: #07D961; }
span { border-color: rgb(7,217,97); }
td.TdClassName
{
border-color: #07D961;
}
.TagClassName
{
border-color: #07D961;
}
</style>