Shades of Malachite #07CC6C
Tints of Malachite #07CC6C
RGB
CMYK
RGB Variations
Color information
#07CC6C (or 0x07CC6C) is known color: Malachite. HEX triplet: 07, CC and 6C. RGB value is (7,204,108). Sum of RGB (Red+Green+Blue) = 7+204+108=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CC6C is #F83393. Grayscale: #868686. Windows color (decimal): -16266132 or 7130119. OLE color: 7130119.
HSL color Cylindrical-coordinate representation of color #07CC6C: hue angle of 150.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC6C is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 108 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.2 |
| HSL | 150.76º | 0.93% | 0.41% | - |
| HSV(B) | 150.76º | 0.97% | 0.8% | - |
| XYZ | 24.39 | 44.31 | 21.46 | - |
| YUV | 134.15 | 113.23 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 108 | 0.97 | 0 | 0.47 | 0.2 | 150.76 | 0.93 | 0.41 |
| Hex | 7 | CC | 6C | 61 | 0 | 2F | 14 | 97 | 5D | 29 |
| Octal | 7 | 314 | 154 | 141 | 0 | 57 | 24 | 227 | 135 | 51 |
| Binary | 111 | 11001100 | 1101100 | 1100001 | 0 | 101111 | 10100 | 10010111 | 1011101 | 101001 |
Color Harmonies of #07CC6C
Complementary color
Monochromatic Colors of #07CC6C
Black with #07CC6C
Text Example
Text Example
White with #07CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC6C; }
p { color: rgb(7,204,108); }
H1.HeaderClassName
{
color: #07CC6C;
}
.AnyTagClassName
{
color: #07CC6C;
}
</style>
background-color css
<style>
a { background-color: #07CC6C; }
a { background-color: rgb(7,204,108); }
div.DivClassName
{
background-color: #07CC6C;
}
.BgClassName
{
background-color: #07CC6C;
}
</style>
border-color css
<style>
span { border-color: #07CC6C; }
span { border-color: rgb(7,204,108); }
td.TdClassName
{
border-color: #07CC6C;
}
.TagClassName
{
border-color: #07CC6C;
}
</style>