Shades of Malachite #06D870
Tints of Malachite #06D870
RGB
CMYK
RGB Variations
Color information
#06D870 (or 0x06D870) is known color: Malachite. HEX triplet: 06, D8 and 70. RGB value is (6,216,112). Sum of RGB (Red+Green+Blue) = 6+216+112=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #06D870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D870 is #F9278F. Grayscale: #8D8D8D. Windows color (decimal): -16328592 or 7395334. OLE color: 7395334.
HSL color Cylindrical-coordinate representation of color #06D870: hue angle of 150.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D870 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 112 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.15 |
| HSL | 150.29º | 0.95% | 0.44% | - |
| HSV(B) | 150.29º | 0.97% | 0.85% | - |
| XYZ | 27.56 | 50.32 | 23.59 | - |
| YUV | 141.35 | 111.43 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 112 | 0.97 | 0 | 0.48 | 0.15 | 150.29 | 0.95 | 0.44 |
| Hex | 6 | D8 | 70 | 61 | 0 | 30 | F | 96 | 5F | 2C |
| Octal | 6 | 330 | 160 | 141 | 0 | 60 | 17 | 226 | 137 | 54 |
| Binary | 110 | 11011000 | 1110000 | 1100001 | 0 | 110000 | 1111 | 10010110 | 1011111 | 101100 |
Color Harmonies of #06D870
Complementary color
Monochromatic Colors of #06D870
Black with #06D870
Text Example
Text Example
White with #06D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D870; }
p { color: rgb(6,216,112); }
H1.HeaderClassName
{
color: #06D870;
}
.AnyTagClassName
{
color: #06D870;
}
</style>
background-color css
<style>
a { background-color: #06D870; }
a { background-color: rgb(6,216,112); }
div.DivClassName
{
background-color: #06D870;
}
.BgClassName
{
background-color: #06D870;
}
</style>
border-color css
<style>
span { border-color: #06D870; }
span { border-color: rgb(6,216,112); }
td.TdClassName
{
border-color: #06D870;
}
.TagClassName
{
border-color: #06D870;
}
</style>