Shades of Malachite #06F73F
Tints of Malachite #06F73F
RGB
CMYK
RGB Variations
Color information
#06F73F (or 0x06F73F) is known color: Malachite. HEX triplet: 06, F7 and 3F. RGB value is (6,247,63). Sum of RGB (Red+Green+Blue) = 6+247+63=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 247 (96.88% from 255 or 78.16% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 247 - color contains mainly: green. Hex color #06F73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F73F is #F908C0. Grayscale: #9A9A9A. Windows color (decimal): -16320705 or 4192006. OLE color: 4192006.
HSL color Cylindrical-coordinate representation of color #06F73F: hue angle of 134.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F73F is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 247 | 63 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.03 |
| HSL | 134.19º | 0.95% | 0.5% | - |
| HSV(B) | 134.19º | 0.98% | 0.97% | - |
| XYZ | 34.23 | 66.92 | 15.82 | - |
| YUV | 153.97 | 76.66 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 63 | 0.98 | 0 | 0.74 | 0.03 | 134.19 | 0.95 | 0.5 |
| Hex | 6 | F7 | 3F | 62 | 0 | 4A | 3 | 86 | 5F | 32 |
| Octal | 6 | 367 | 77 | 142 | 0 | 112 | 3 | 206 | 137 | 62 |
| Binary | 110 | 11110111 | 111111 | 1100010 | 0 | 1001010 | 11 | 10000110 | 1011111 | 110010 |
Color Harmonies of #06F73F
Complementary color
Monochromatic Colors of #06F73F
Black with #06F73F
Text Example
Text Example
White with #06F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F73F; }
p { color: rgb(6,247,63); }
H1.HeaderClassName
{
color: #06F73F;
}
.AnyTagClassName
{
color: #06F73F;
}
</style>
background-color css
<style>
a { background-color: #06F73F; }
a { background-color: rgb(6,247,63); }
div.DivClassName
{
background-color: #06F73F;
}
.BgClassName
{
background-color: #06F73F;
}
</style>
border-color css
<style>
span { border-color: #06F73F; }
span { border-color: rgb(6,247,63); }
td.TdClassName
{
border-color: #06F73F;
}
.TagClassName
{
border-color: #06F73F;
}
</style>