Shades of Malachite #06DC6C
Tints of Malachite #06DC6C
RGB
CMYK
RGB Variations
Color information
#06DC6C (or 0x06DC6C) is known color: Malachite. HEX triplet: 06, DC and 6C. RGB value is (6,220,108). Sum of RGB (Red+Green+Blue) = 6+220+108=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC6C is #F92393. Grayscale: #8F8F8F. Windows color (decimal): -16327572 or 7134214. OLE color: 7134214.
HSL color Cylindrical-coordinate representation of color #06DC6C: hue angle of 148.6º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC6C is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 108 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.14 |
| HSL | 148.6º | 0.95% | 0.44% | - |
| HSV(B) | 148.6º | 0.97% | 0.86% | - |
| XYZ | 28.38 | 52.31 | 22.79 | - |
| YUV | 143.25 | 108.1 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 108 | 0.97 | 0 | 0.51 | 0.14 | 148.6 | 0.95 | 0.44 |
| Hex | 6 | DC | 6C | 61 | 0 | 33 | E | 95 | 5F | 2C |
| Octal | 6 | 334 | 154 | 141 | 0 | 63 | 16 | 225 | 137 | 54 |
| Binary | 110 | 11011100 | 1101100 | 1100001 | 0 | 110011 | 1110 | 10010101 | 1011111 | 101100 |
Color Harmonies of #06DC6C
Complementary color
Monochromatic Colors of #06DC6C
Black with #06DC6C
Text Example
Text Example
White with #06DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC6C; }
p { color: rgb(6,220,108); }
H1.HeaderClassName
{
color: #06DC6C;
}
.AnyTagClassName
{
color: #06DC6C;
}
</style>
background-color css
<style>
a { background-color: #06DC6C; }
a { background-color: rgb(6,220,108); }
div.DivClassName
{
background-color: #06DC6C;
}
.BgClassName
{
background-color: #06DC6C;
}
</style>
border-color css
<style>
span { border-color: #06DC6C; }
span { border-color: rgb(6,220,108); }
td.TdClassName
{
border-color: #06DC6C;
}
.TagClassName
{
border-color: #06DC6C;
}
</style>