Shades of Malachite #06D05A
Tints of Malachite #06D05A
RGB
CMYK
RGB Variations
Color information
#06D05A (or 0x06D05A) is known color: Malachite. HEX triplet: 06, D0 and 5A. RGB value is (6,208,90). Sum of RGB (Red+Green+Blue) = 6+208+90=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #06D05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D05A is #F92FA5. Grayscale: #868686. Windows color (decimal): -16330662 or 5951494. OLE color: 5951494.
HSL color Cylindrical-coordinate representation of color #06D05A: hue angle of 144.95º 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 #06D05A is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 208 | 90 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.18 |
| HSL | 144.95º | 0.94% | 0.42% | - |
| HSV(B) | 144.95º | 0.97% | 0.82% | - |
| XYZ | 24.48 | 45.89 | 17.24 | - |
| YUV | 134.15 | 103.08 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 208 | 90 | 0.97 | 0 | 0.57 | 0.18 | 144.95 | 0.94 | 0.42 |
| Hex | 6 | D0 | 5A | 61 | 0 | 39 | 12 | 91 | 5E | 2A |
| Octal | 6 | 320 | 132 | 141 | 0 | 71 | 22 | 221 | 136 | 52 |
| Binary | 110 | 11010000 | 1011010 | 1100001 | 0 | 111001 | 10010 | 10010001 | 1011110 | 101010 |
Color Harmonies of #06D05A
Complementary color
Monochromatic Colors of #06D05A
Black with #06D05A
Text Example
Text Example
White with #06D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D05A; }
p { color: rgb(6,208,90); }
H1.HeaderClassName
{
color: #06D05A;
}
.AnyTagClassName
{
color: #06D05A;
}
</style>
background-color css
<style>
a { background-color: #06D05A; }
a { background-color: rgb(6,208,90); }
div.DivClassName
{
background-color: #06D05A;
}
.BgClassName
{
background-color: #06D05A;
}
</style>
border-color css
<style>
span { border-color: #06D05A; }
span { border-color: rgb(6,208,90); }
td.TdClassName
{
border-color: #06D05A;
}
.TagClassName
{
border-color: #06D05A;
}
</style>