Shades of Malachite #06D972
Tints of Malachite #06D972
RGB
CMYK
RGB Variations
Color information
#06D972 (or 0x06D972) is known color: Malachite. HEX triplet: 06, D9 and 72. RGB value is (6,217,114). Sum of RGB (Red+Green+Blue) = 6+217+114=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #06D972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D972 is #F9268D. Grayscale: #8E8E8E. Windows color (decimal): -16328334 or 7526662. OLE color: 7526662.
HSL color Cylindrical-coordinate representation of color #06D972: hue angle of 150.71º 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 #06D972 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 114 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.15 |
| HSL | 150.71º | 0.95% | 0.44% | - |
| HSV(B) | 150.71º | 0.97% | 0.85% | - |
| XYZ | 27.93 | 50.88 | 24.27 | - |
| YUV | 142.17 | 112.1 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 114 | 0.97 | 0 | 0.47 | 0.15 | 150.71 | 0.95 | 0.44 |
| Hex | 6 | D9 | 72 | 61 | 0 | 2F | F | 97 | 5F | 2C |
| Octal | 6 | 331 | 162 | 141 | 0 | 57 | 17 | 227 | 137 | 54 |
| Binary | 110 | 11011001 | 1110010 | 1100001 | 0 | 101111 | 1111 | 10010111 | 1011111 | 101100 |
Color Harmonies of #06D972
Complementary color
Monochromatic Colors of #06D972
Black with #06D972
Text Example
Text Example
White with #06D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D972; }
p { color: rgb(6,217,114); }
H1.HeaderClassName
{
color: #06D972;
}
.AnyTagClassName
{
color: #06D972;
}
</style>
background-color css
<style>
a { background-color: #06D972; }
a { background-color: rgb(6,217,114); }
div.DivClassName
{
background-color: #06D972;
}
.BgClassName
{
background-color: #06D972;
}
</style>
border-color css
<style>
span { border-color: #06D972; }
span { border-color: rgb(6,217,114); }
td.TdClassName
{
border-color: #06D972;
}
.TagClassName
{
border-color: #06D972;
}
</style>