Shades of Malachite #07D965
Tints of Malachite #07D965
RGB
CMYK
RGB Variations
Color information
#07D965 (or 0x07D965) is known color: Malachite. HEX triplet: 07, D9 and 65. RGB value is (7,217,101). Sum of RGB (Red+Green+Blue) = 7+217+101=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #07D965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D965 is #F8269A. Grayscale: #8D8D8D. Windows color (decimal): -16262811 or 6674695. OLE color: 6674695.
HSL color Cylindrical-coordinate representation of color #07D965: hue angle of 146.86º 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 #07D965 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 101 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.15 |
| HSL | 146.86º | 0.94% | 0.44% | - |
| HSV(B) | 146.86º | 0.97% | 0.85% | - |
| XYZ | 27.25 | 50.61 | 20.64 | - |
| YUV | 140.99 | 105.43 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 101 | 0.97 | 0 | 0.53 | 0.15 | 146.86 | 0.94 | 0.44 |
| Hex | 7 | D9 | 65 | 61 | 0 | 35 | F | 93 | 5E | 2C |
| Octal | 7 | 331 | 145 | 141 | 0 | 65 | 17 | 223 | 136 | 54 |
| Binary | 111 | 11011001 | 1100101 | 1100001 | 0 | 110101 | 1111 | 10010011 | 1011110 | 101100 |
Color Harmonies of #07D965
Complementary color
Monochromatic Colors of #07D965
Black with #07D965
Text Example
Text Example
White with #07D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D965; }
p { color: rgb(7,217,101); }
H1.HeaderClassName
{
color: #07D965;
}
.AnyTagClassName
{
color: #07D965;
}
</style>
background-color css
<style>
a { background-color: #07D965; }
a { background-color: rgb(7,217,101); }
div.DivClassName
{
background-color: #07D965;
}
.BgClassName
{
background-color: #07D965;
}
</style>
border-color css
<style>
span { border-color: #07D965; }
span { border-color: rgb(7,217,101); }
td.TdClassName
{
border-color: #07D965;
}
.TagClassName
{
border-color: #07D965;
}
</style>