Shades of Malachite #06E965
Tints of Malachite #06E965
RGB
CMYK
RGB Variations
Color information
#06E965 (or 0x06E965) is known color: Malachite. HEX triplet: 06, E9 and 65. RGB value is (6,233,101). Sum of RGB (Red+Green+Blue) = 6+233+101=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #06E965 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E965 is #F9169A. Grayscale: #969696. Windows color (decimal): -16324251 or 6678790. OLE color: 6678790.
HSL color Cylindrical-coordinate representation of color #06E965: hue angle of 145.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E965 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 233 | 101 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.09 |
| HSL | 145.11º | 0.95% | 0.47% | - |
| HSV(B) | 145.11º | 0.97% | 0.91% | - |
| XYZ | 31.56 | 59.26 | 22.09 | - |
| YUV | 150.08 | 100.29 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 233 | 101 | 0.97 | 0 | 0.57 | 0.09 | 145.11 | 0.95 | 0.47 |
| Hex | 6 | E9 | 65 | 61 | 0 | 39 | 9 | 91 | 5F | 2F |
| Octal | 6 | 351 | 145 | 141 | 0 | 71 | 11 | 221 | 137 | 57 |
| Binary | 110 | 11101001 | 1100101 | 1100001 | 0 | 111001 | 1001 | 10010001 | 1011111 | 101111 |
Color Harmonies of #06E965
Complementary color
Monochromatic Colors of #06E965
Black with #06E965
Text Example
Text Example
White with #06E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E965; }
p { color: rgb(6,233,101); }
H1.HeaderClassName
{
color: #06E965;
}
.AnyTagClassName
{
color: #06E965;
}
</style>
background-color css
<style>
a { background-color: #06E965; }
a { background-color: rgb(6,233,101); }
div.DivClassName
{
background-color: #06E965;
}
.BgClassName
{
background-color: #06E965;
}
</style>
border-color css
<style>
span { border-color: #06E965; }
span { border-color: rgb(6,233,101); }
td.TdClassName
{
border-color: #06E965;
}
.TagClassName
{
border-color: #06E965;
}
</style>