Shades of Malachite #06DA68
Tints of Malachite #06DA68
RGB
CMYK
RGB Variations
Color information
#06DA68 (or 0x06DA68) is known color: Malachite. HEX triplet: 06, DA and 68. RGB value is (6,218,104). Sum of RGB (Red+Green+Blue) = 6+218+104=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 218 (85.55% from 255 or 66.46% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DA68 is #F92597. Grayscale: #8D8D8D. Windows color (decimal): -16328088 or 6871558. OLE color: 6871558.
HSL color Cylindrical-coordinate representation of color #06DA68: hue angle of 147.74º 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 #06DA68 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 218 | 104 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.15 |
| HSL | 147.74º | 0.95% | 0.44% | - |
| HSV(B) | 147.74º | 0.97% | 0.85% | - |
| XYZ | 27.65 | 51.18 | 21.52 | - |
| YUV | 141.62 | 106.76 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 218 | 104 | 0.97 | 0 | 0.52 | 0.15 | 147.74 | 0.95 | 0.44 |
| Hex | 6 | DA | 68 | 61 | 0 | 34 | F | 94 | 5F | 2C |
| Octal | 6 | 332 | 150 | 141 | 0 | 64 | 17 | 224 | 137 | 54 |
| Binary | 110 | 11011010 | 1101000 | 1100001 | 0 | 110100 | 1111 | 10010100 | 1011111 | 101100 |
Color Harmonies of #06DA68
Complementary color
Monochromatic Colors of #06DA68
Black with #06DA68
Text Example
Text Example
White with #06DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DA68; }
p { color: rgb(6,218,104); }
H1.HeaderClassName
{
color: #06DA68;
}
.AnyTagClassName
{
color: #06DA68;
}
</style>
background-color css
<style>
a { background-color: #06DA68; }
a { background-color: rgb(6,218,104); }
div.DivClassName
{
background-color: #06DA68;
}
.BgClassName
{
background-color: #06DA68;
}
</style>
border-color css
<style>
span { border-color: #06DA68; }
span { border-color: rgb(6,218,104); }
td.TdClassName
{
border-color: #06DA68;
}
.TagClassName
{
border-color: #06DA68;
}
</style>