Shades of Malachite #06E168
Tints of Malachite #06E168
RGB
CMYK
RGB Variations
Color information
#06E168 (or 0x06E168) is known color: Malachite. HEX triplet: 06, E1 and 68. RGB value is (6,225,104). Sum of RGB (Red+Green+Blue) = 6+225+104=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #06E168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E168 is #F91E97. Grayscale: #919191. Windows color (decimal): -16326296 or 6873350. OLE color: 6873350.
HSL color Cylindrical-coordinate representation of color #06E168: hue angle of 146.85º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E168 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 225 | 104 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.12 |
| HSL | 146.85º | 0.95% | 0.45% | - |
| HSV(B) | 146.85º | 0.97% | 0.88% | - |
| XYZ | 29.5 | 54.89 | 22.14 | - |
| YUV | 145.73 | 104.45 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 225 | 104 | 0.97 | 0 | 0.54 | 0.12 | 146.85 | 0.95 | 0.45 |
| Hex | 6 | E1 | 68 | 61 | 0 | 36 | C | 93 | 5F | 2D |
| Octal | 6 | 341 | 150 | 141 | 0 | 66 | 14 | 223 | 137 | 55 |
| Binary | 110 | 11100001 | 1101000 | 1100001 | 0 | 110110 | 1100 | 10010011 | 1011111 | 101101 |
Color Harmonies of #06E168
Complementary color
Monochromatic Colors of #06E168
Black with #06E168
Text Example
Text Example
White with #06E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E168; }
p { color: rgb(6,225,104); }
H1.HeaderClassName
{
color: #06E168;
}
.AnyTagClassName
{
color: #06E168;
}
</style>
background-color css
<style>
a { background-color: #06E168; }
a { background-color: rgb(6,225,104); }
div.DivClassName
{
background-color: #06E168;
}
.BgClassName
{
background-color: #06E168;
}
</style>
border-color css
<style>
span { border-color: #06E168; }
span { border-color: rgb(6,225,104); }
td.TdClassName
{
border-color: #06E168;
}
.TagClassName
{
border-color: #06E168;
}
</style>