Shades of Malachite #07C866
Tints of Malachite #07C866
RGB
CMYK
RGB Variations
Color information
#07C866 (or 0x07C866) is known color: Malachite. HEX triplet: 07, C8 and 66. RGB value is (7,200,102). Sum of RGB (Red+Green+Blue) = 7+200+102=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #07C866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C866 is #F83799. Grayscale: #838383. Windows color (decimal): -16267162 or 6735879. OLE color: 6735879.
HSL color Cylindrical-coordinate representation of color #07C866: hue angle of 149.53º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C866 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 102 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.22 |
| HSL | 149.53º | 0.93% | 0.41% | - |
| HSV(B) | 149.53º | 0.97% | 0.78% | - |
| XYZ | 23.14 | 42.31 | 19.52 | - |
| YUV | 131.12 | 111.56 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 102 | 0.96 | 0 | 0.49 | 0.22 | 149.53 | 0.93 | 0.41 |
| Hex | 7 | C8 | 66 | 60 | 0 | 31 | 16 | 96 | 5D | 29 |
| Octal | 7 | 310 | 146 | 140 | 0 | 61 | 26 | 226 | 135 | 51 |
| Binary | 111 | 11001000 | 1100110 | 1100000 | 0 | 110001 | 10110 | 10010110 | 1011101 | 101001 |
Color Harmonies of #07C866
Complementary color
Monochromatic Colors of #07C866
Black with #07C866
Text Example
Text Example
White with #07C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C866; }
p { color: rgb(7,200,102); }
H1.HeaderClassName
{
color: #07C866;
}
.AnyTagClassName
{
color: #07C866;
}
</style>
background-color css
<style>
a { background-color: #07C866; }
a { background-color: rgb(7,200,102); }
div.DivClassName
{
background-color: #07C866;
}
.BgClassName
{
background-color: #07C866;
}
</style>
border-color css
<style>
span { border-color: #07C866; }
span { border-color: rgb(7,200,102); }
td.TdClassName
{
border-color: #07C866;
}
.TagClassName
{
border-color: #07C866;
}
</style>