Shades of Malachite #06D96C
Tints of Malachite #06D96C
RGB
CMYK
RGB Variations
Color information
#06D96C (or 0x06D96C) is known color: Malachite. HEX triplet: 06, D9 and 6C. RGB value is (6,217,108). Sum of RGB (Red+Green+Blue) = 6+217+108=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #06D96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D96C is #F92693. Grayscale: #8D8D8D. Windows color (decimal): -16328340 or 7133446. OLE color: 7133446.
HSL color Cylindrical-coordinate representation of color #06D96C: hue angle of 149º 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 #06D96C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 108 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.15 |
| HSL | 149º | 0.95% | 0.44% | - |
| HSV(B) | 149º | 0.97% | 0.85% | - |
| XYZ | 27.59 | 50.75 | 22.53 | - |
| YUV | 141.49 | 109.1 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 108 | 0.97 | 0 | 0.50 | 0.15 | 149 | 0.95 | 0.44 |
| Hex | 6 | D9 | 6C | 61 | 0 | 32 | F | 95 | 5F | 2C |
| Octal | 6 | 331 | 154 | 141 | 0 | 62 | 17 | 225 | 137 | 54 |
| Binary | 110 | 11011001 | 1101100 | 1100001 | 0 | 110010 | 1111 | 10010101 | 1011111 | 101100 |
Color Harmonies of #06D96C
Complementary color
Monochromatic Colors of #06D96C
Black with #06D96C
Text Example
Text Example
White with #06D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D96C; }
p { color: rgb(6,217,108); }
H1.HeaderClassName
{
color: #06D96C;
}
.AnyTagClassName
{
color: #06D96C;
}
</style>
background-color css
<style>
a { background-color: #06D96C; }
a { background-color: rgb(6,217,108); }
div.DivClassName
{
background-color: #06D96C;
}
.BgClassName
{
background-color: #06D96C;
}
</style>
border-color css
<style>
span { border-color: #06D96C; }
span { border-color: rgb(6,217,108); }
td.TdClassName
{
border-color: #06D96C;
}
.TagClassName
{
border-color: #06D96C;
}
</style>