Shades of Malachite #06D274
Tints of Malachite #06D274
RGB
CMYK
RGB Variations
Color information
#06D274 (or 0x06D274) is known color: Malachite. HEX triplet: 06, D2 and 74. RGB value is (6,210,116). Sum of RGB (Red+Green+Blue) = 6+210+116=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #06D274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D274 is #F92D8B. Grayscale: #8A8A8A. Windows color (decimal): -16330124 or 7655942. OLE color: 7655942.
HSL color Cylindrical-coordinate representation of color #06D274: hue angle of 152.35º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D274 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 116 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.18 |
| HSL | 152.35º | 0.94% | 0.42% | - |
| HSV(B) | 152.35º | 0.97% | 0.82% | - |
| XYZ | 26.27 | 47.39 | 24.29 | - |
| YUV | 138.29 | 115.41 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 116 | 0.97 | 0 | 0.45 | 0.18 | 152.35 | 0.94 | 0.42 |
| Hex | 6 | D2 | 74 | 61 | 0 | 2D | 12 | 98 | 5E | 2A |
| Octal | 6 | 322 | 164 | 141 | 0 | 55 | 22 | 230 | 136 | 52 |
| Binary | 110 | 11010010 | 1110100 | 1100001 | 0 | 101101 | 10010 | 10011000 | 1011110 | 101010 |
Color Harmonies of #06D274
Complementary color
Monochromatic Colors of #06D274
Black with #06D274
Text Example
Text Example
White with #06D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D274; }
p { color: rgb(6,210,116); }
H1.HeaderClassName
{
color: #06D274;
}
.AnyTagClassName
{
color: #06D274;
}
</style>
background-color css
<style>
a { background-color: #06D274; }
a { background-color: rgb(6,210,116); }
div.DivClassName
{
background-color: #06D274;
}
.BgClassName
{
background-color: #06D274;
}
</style>
border-color css
<style>
span { border-color: #06D274; }
span { border-color: rgb(6,210,116); }
td.TdClassName
{
border-color: #06D274;
}
.TagClassName
{
border-color: #06D274;
}
</style>