Shades of Malachite #06D068
Tints of Malachite #06D068
RGB
CMYK
RGB Variations
Color information
#06D068 (or 0x06D068) is known color: Malachite. HEX triplet: 06, D0 and 68. RGB value is (6,208,104). Sum of RGB (Red+Green+Blue) = 6+208+104=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #06D068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D068 is #F92F97. Grayscale: #878787. Windows color (decimal): -16330648 or 6868998. OLE color: 6868998.
HSL color Cylindrical-coordinate representation of color #06D068: hue angle of 149.11º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D068 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 104 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.18 |
| HSL | 149.11º | 0.94% | 0.42% | - |
| HSV(B) | 149.11º | 0.97% | 0.82% | - |
| XYZ | 25.13 | 46.15 | 20.68 | - |
| YUV | 135.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 104 | 0.97 | 0 | 0.5 | 0.18 | 149.11 | 0.94 | 0.42 |
| Hex | 6 | D0 | 68 | 61 | 0 | 32 | 12 | 95 | 5E | 2A |
| Octal | 6 | 320 | 150 | 141 | 0 | 62 | 22 | 225 | 136 | 52 |
| Binary | 110 | 11010000 | 1101000 | 1100001 | 0 | 110010 | 10010 | 10010101 | 1011110 | 101010 |
Color Harmonies of #06D068
Complementary color
Monochromatic Colors of #06D068
Black with #06D068
Text Example
Text Example
White with #06D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D068; }
p { color: rgb(6,208,104); }
H1.HeaderClassName
{
color: #06D068;
}
.AnyTagClassName
{
color: #06D068;
}
</style>
background-color css
<style>
a { background-color: #06D068; }
a { background-color: rgb(6,208,104); }
div.DivClassName
{
background-color: #06D068;
}
.BgClassName
{
background-color: #06D068;
}
</style>
border-color css
<style>
span { border-color: #06D068; }
span { border-color: rgb(6,208,104); }
td.TdClassName
{
border-color: #06D068;
}
.TagClassName
{
border-color: #06D068;
}
</style>