Shades of Malachite #06DD68
Tints of Malachite #06DD68
RGB
CMYK
RGB Variations
Color information
#06DD68 (or 0x06DD68) is known color: Malachite. HEX triplet: 06, DD and 68. RGB value is (6,221,104). Sum of RGB (Red+Green+Blue) = 6+221+104=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DD68 is #F92297. Grayscale: #8F8F8F. Windows color (decimal): -16327320 or 6872326. OLE color: 6872326.
HSL color Cylindrical-coordinate representation of color #06DD68: hue angle of 147.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD68 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 104 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.13 |
| HSL | 147.35º | 0.95% | 0.45% | - |
| HSV(B) | 147.35º | 0.97% | 0.87% | - |
| XYZ | 28.43 | 52.75 | 21.78 | - |
| YUV | 143.38 | 105.77 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 104 | 0.97 | 0 | 0.53 | 0.13 | 147.35 | 0.95 | 0.45 |
| Hex | 6 | DD | 68 | 61 | 0 | 35 | D | 93 | 5F | 2D |
| Octal | 6 | 335 | 150 | 141 | 0 | 65 | 15 | 223 | 137 | 55 |
| Binary | 110 | 11011101 | 1101000 | 1100001 | 0 | 110101 | 1101 | 10010011 | 1011111 | 101101 |
Color Harmonies of #06DD68
Complementary color
Monochromatic Colors of #06DD68
Black with #06DD68
Text Example
Text Example
White with #06DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DD68; }
p { color: rgb(6,221,104); }
H1.HeaderClassName
{
color: #06DD68;
}
.AnyTagClassName
{
color: #06DD68;
}
</style>
background-color css
<style>
a { background-color: #06DD68; }
a { background-color: rgb(6,221,104); }
div.DivClassName
{
background-color: #06DD68;
}
.BgClassName
{
background-color: #06DD68;
}
</style>
border-color css
<style>
span { border-color: #06DD68; }
span { border-color: rgb(6,221,104); }
td.TdClassName
{
border-color: #06DD68;
}
.TagClassName
{
border-color: #06DD68;
}
</style>