Shades of Malachite #07CF6F
Tints of Malachite #07CF6F
RGB
CMYK
RGB Variations
Color information
#07CF6F (or 0x07CF6F) is known color: Malachite. HEX triplet: 07, CF and 6F. RGB value is (7,207,111). Sum of RGB (Red+Green+Blue) = 7+207+111=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CF6F is #F83090. Grayscale: #888888. Windows color (decimal): -16265361 or 7327495. OLE color: 7327495.
HSL color Cylindrical-coordinate representation of color #07CF6F: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF6F is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 111 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.19 |
| HSL | 151.2º | 0.93% | 0.42% | - |
| HSV(B) | 151.2º | 0.97% | 0.81% | - |
| XYZ | 25.27 | 45.82 | 22.55 | - |
| YUV | 136.26 | 113.74 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 111 | 0.97 | 0 | 0.46 | 0.19 | 151.2 | 0.93 | 0.42 |
| Hex | 7 | CF | 6F | 61 | 0 | 2E | 13 | 97 | 5D | 2A |
| Octal | 7 | 317 | 157 | 141 | 0 | 56 | 23 | 227 | 135 | 52 |
| Binary | 111 | 11001111 | 1101111 | 1100001 | 0 | 101110 | 10011 | 10010111 | 1011101 | 101010 |
Color Harmonies of #07CF6F
Complementary color
Monochromatic Colors of #07CF6F
Black with #07CF6F
Text Example
Text Example
White with #07CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF6F; }
p { color: rgb(7,207,111); }
H1.HeaderClassName
{
color: #07CF6F;
}
.AnyTagClassName
{
color: #07CF6F;
}
</style>
background-color css
<style>
a { background-color: #07CF6F; }
a { background-color: rgb(7,207,111); }
div.DivClassName
{
background-color: #07CF6F;
}
.BgClassName
{
background-color: #07CF6F;
}
</style>
border-color css
<style>
span { border-color: #07CF6F; }
span { border-color: rgb(7,207,111); }
td.TdClassName
{
border-color: #07CF6F;
}
.TagClassName
{
border-color: #07CF6F;
}
</style>