Shades of Malachite #06DB70
Tints of Malachite #06DB70
RGB
CMYK
RGB Variations
Color information
#06DB70 (or 0x06DB70) is known color: Malachite. HEX triplet: 06, DB and 70. RGB value is (6,219,112). Sum of RGB (Red+Green+Blue) = 6+219+112=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DB70 is #F9248F. Grayscale: #8F8F8F. Windows color (decimal): -16327824 or 7396102. OLE color: 7396102.
HSL color Cylindrical-coordinate representation of color #06DB70: hue angle of 149.86º 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 #06DB70 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 112 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.14 |
| HSL | 149.86º | 0.95% | 0.44% | - |
| HSV(B) | 149.86º | 0.97% | 0.86% | - |
| XYZ | 28.33 | 51.87 | 23.85 | - |
| YUV | 143.12 | 110.43 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 112 | 0.97 | 0 | 0.49 | 0.14 | 149.86 | 0.95 | 0.44 |
| Hex | 6 | DB | 70 | 61 | 0 | 31 | E | 96 | 5F | 2C |
| Octal | 6 | 333 | 160 | 141 | 0 | 61 | 16 | 226 | 137 | 54 |
| Binary | 110 | 11011011 | 1110000 | 1100001 | 0 | 110001 | 1110 | 10010110 | 1011111 | 101100 |
Color Harmonies of #06DB70
Complementary color
Monochromatic Colors of #06DB70
Black with #06DB70
Text Example
Text Example
White with #06DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB70; }
p { color: rgb(6,219,112); }
H1.HeaderClassName
{
color: #06DB70;
}
.AnyTagClassName
{
color: #06DB70;
}
</style>
background-color css
<style>
a { background-color: #06DB70; }
a { background-color: rgb(6,219,112); }
div.DivClassName
{
background-color: #06DB70;
}
.BgClassName
{
background-color: #06DB70;
}
</style>
border-color css
<style>
span { border-color: #06DB70; }
span { border-color: rgb(6,219,112); }
td.TdClassName
{
border-color: #06DB70;
}
.TagClassName
{
border-color: #06DB70;
}
</style>