Shades of Malachite #06DC6B
Tints of Malachite #06DC6B
RGB
CMYK
RGB Variations
Color information
#06DC6B (or 0x06DC6B) is known color: Malachite. HEX triplet: 06, DC and 6B. RGB value is (6,220,107). Sum of RGB (Red+Green+Blue) = 6+220+107=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC6B is #F92394. Grayscale: #8F8F8F. Windows color (decimal): -16327573 or 7068678. OLE color: 7068678.
HSL color Cylindrical-coordinate representation of color #06DC6B: hue angle of 148.32º 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 #06DC6B is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 107 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.14 |
| HSL | 148.32º | 0.95% | 0.44% | - |
| HSV(B) | 148.32º | 0.97% | 0.86% | - |
| XYZ | 28.32 | 52.29 | 22.51 | - |
| YUV | 143.13 | 107.6 | 30.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 107 | 0.97 | 0 | 0.51 | 0.14 | 148.32 | 0.95 | 0.44 |
| Hex | 6 | DC | 6B | 61 | 0 | 33 | E | 94 | 5F | 2C |
| Octal | 6 | 334 | 153 | 141 | 0 | 63 | 16 | 224 | 137 | 54 |
| Binary | 110 | 11011100 | 1101011 | 1100001 | 0 | 110011 | 1110 | 10010100 | 1011111 | 101100 |
Color Harmonies of #06DC6B
Complementary color
Monochromatic Colors of #06DC6B
Black with #06DC6B
Text Example
Text Example
White with #06DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC6B; }
p { color: rgb(6,220,107); }
H1.HeaderClassName
{
color: #06DC6B;
}
.AnyTagClassName
{
color: #06DC6B;
}
</style>
background-color css
<style>
a { background-color: #06DC6B; }
a { background-color: rgb(6,220,107); }
div.DivClassName
{
background-color: #06DC6B;
}
.BgClassName
{
background-color: #06DC6B;
}
</style>
border-color css
<style>
span { border-color: #06DC6B; }
span { border-color: rgb(6,220,107); }
td.TdClassName
{
border-color: #06DC6B;
}
.TagClassName
{
border-color: #06DC6B;
}
</style>