Shades of Malachite #06C764
Tints of Malachite #06C764
RGB
CMYK
RGB Variations
Color information
#06C764 (or 0x06C764) is known color: Malachite. HEX triplet: 06, C7 and 64. RGB value is (6,199,100). Sum of RGB (Red+Green+Blue) = 6+199+100=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #06C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C764 is #F9389B. Grayscale: #828282. Windows color (decimal): -16332956 or 6604550. OLE color: 6604550.
HSL color Cylindrical-coordinate representation of color #06C764: hue angle of 149.22º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C764 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 199 | 100 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.22 |
| HSL | 149.22º | 0.94% | 0.4% | - |
| HSV(B) | 149.22º | 0.97% | 0.78% | - |
| XYZ | 22.8 | 41.81 | 18.92 | - |
| YUV | 130.01 | 111.06 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 199 | 100 | 0.97 | 0 | 0.50 | 0.22 | 149.22 | 0.94 | 0.4 |
| Hex | 6 | C7 | 64 | 61 | 0 | 32 | 16 | 95 | 5E | 28 |
| Octal | 6 | 307 | 144 | 141 | 0 | 62 | 26 | 225 | 136 | 50 |
| Binary | 110 | 11000111 | 1100100 | 1100001 | 0 | 110010 | 10110 | 10010101 | 1011110 | 101000 |
Color Harmonies of #06C764
Complementary color
Monochromatic Colors of #06C764
Black with #06C764
Text Example
Text Example
White with #06C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C764; }
p { color: rgb(6,199,100); }
H1.HeaderClassName
{
color: #06C764;
}
.AnyTagClassName
{
color: #06C764;
}
</style>
background-color css
<style>
a { background-color: #06C764; }
a { background-color: rgb(6,199,100); }
div.DivClassName
{
background-color: #06C764;
}
.BgClassName
{
background-color: #06C764;
}
</style>
border-color css
<style>
span { border-color: #06C764; }
span { border-color: rgb(6,199,100); }
td.TdClassName
{
border-color: #06C764;
}
.TagClassName
{
border-color: #06C764;
}
</style>