Shades of Malachite #06D770
Tints of Malachite #06D770
RGB
CMYK
RGB Variations
Color information
#06D770 (or 0x06D770) is known color: Malachite. HEX triplet: 06, D7 and 70. RGB value is (6,215,112). Sum of RGB (Red+Green+Blue) = 6+215+112=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #06D770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D770 is #F9288F. Grayscale: #8C8C8C. Windows color (decimal): -16328848 or 7395078. OLE color: 7395078.
HSL color Cylindrical-coordinate representation of color #06D770: hue angle of 150.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D770 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 215 | 112 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.16 |
| HSL | 150.43º | 0.95% | 0.43% | - |
| HSV(B) | 150.43º | 0.97% | 0.84% | - |
| XYZ | 27.3 | 49.81 | 23.5 | - |
| YUV | 140.77 | 111.76 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 215 | 112 | 0.97 | 0 | 0.48 | 0.16 | 150.43 | 0.95 | 0.43 |
| Hex | 6 | D7 | 70 | 61 | 0 | 30 | 10 | 96 | 5F | 2B |
| Octal | 6 | 327 | 160 | 141 | 0 | 60 | 20 | 226 | 137 | 53 |
| Binary | 110 | 11010111 | 1110000 | 1100001 | 0 | 110000 | 10000 | 10010110 | 1011111 | 101011 |
Color Harmonies of #06D770
Complementary color
Monochromatic Colors of #06D770
Black with #06D770
Text Example
Text Example
White with #06D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D770; }
p { color: rgb(6,215,112); }
H1.HeaderClassName
{
color: #06D770;
}
.AnyTagClassName
{
color: #06D770;
}
</style>
background-color css
<style>
a { background-color: #06D770; }
a { background-color: rgb(6,215,112); }
div.DivClassName
{
background-color: #06D770;
}
.BgClassName
{
background-color: #06D770;
}
</style>
border-color css
<style>
span { border-color: #06D770; }
span { border-color: rgb(6,215,112); }
td.TdClassName
{
border-color: #06D770;
}
.TagClassName
{
border-color: #06D770;
}
</style>