Shades of Malachite #06EB68
Tints of Malachite #06EB68
RGB
CMYK
RGB Variations
Color information
#06EB68 (or 0x06EB68) is known color: Malachite. HEX triplet: 06, EB and 68. RGB value is (6,235,104). Sum of RGB (Red+Green+Blue) = 6+235+104=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 235 (92.19% from 255 or 68.12% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 235 - color contains mainly: green. Hex color #06EB68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EB68 is #F91497. Grayscale: #979797. Windows color (decimal): -16323736 or 6875910. OLE color: 6875910.
HSL color Cylindrical-coordinate representation of color #06EB68: hue angle of 145.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EB68 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 235 | 104 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.08 |
| HSL | 145.68º | 0.95% | 0.47% | - |
| HSV(B) | 145.68º | 0.97% | 0.92% | - |
| XYZ | 32.28 | 60.45 | 23.06 | - |
| YUV | 151.6 | 101.13 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 235 | 104 | 0.97 | 0 | 0.56 | 0.08 | 145.68 | 0.95 | 0.47 |
| Hex | 6 | EB | 68 | 61 | 0 | 38 | 8 | 92 | 5F | 2F |
| Octal | 6 | 353 | 150 | 141 | 0 | 70 | 10 | 222 | 137 | 57 |
| Binary | 110 | 11101011 | 1101000 | 1100001 | 0 | 111000 | 1000 | 10010010 | 1011111 | 101111 |
Color Harmonies of #06EB68
Complementary color
Monochromatic Colors of #06EB68
Black with #06EB68
Text Example
Text Example
White with #06EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EB68; }
p { color: rgb(6,235,104); }
H1.HeaderClassName
{
color: #06EB68;
}
.AnyTagClassName
{
color: #06EB68;
}
</style>
background-color css
<style>
a { background-color: #06EB68; }
a { background-color: rgb(6,235,104); }
div.DivClassName
{
background-color: #06EB68;
}
.BgClassName
{
background-color: #06EB68;
}
</style>
border-color css
<style>
span { border-color: #06EB68; }
span { border-color: rgb(6,235,104); }
td.TdClassName
{
border-color: #06EB68;
}
.TagClassName
{
border-color: #06EB68;
}
</style>