Shades of Malachite #07C869
Tints of Malachite #07C869
RGB
CMYK
RGB Variations
Color information
#07C869 (or 0x07C869) is known color: Malachite. HEX triplet: 07, C8 and 69. RGB value is (7,200,105). Sum of RGB (Red+Green+Blue) = 7+200+105=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #07C869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C869 is #F83796. Grayscale: #838383. Windows color (decimal): -16267159 or 6932487. OLE color: 6932487.
HSL color Cylindrical-coordinate representation of color #07C869: hue angle of 150.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C869 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 105 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.22 |
| HSL | 150.47º | 0.93% | 0.41% | - |
| HSV(B) | 150.47º | 0.97% | 0.78% | - |
| XYZ | 23.29 | 42.37 | 20.32 | - |
| YUV | 131.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 105 | 0.96 | 0 | 0.48 | 0.22 | 150.47 | 0.93 | 0.41 |
| Hex | 7 | C8 | 69 | 60 | 0 | 30 | 16 | 96 | 5D | 29 |
| Octal | 7 | 310 | 151 | 140 | 0 | 60 | 26 | 226 | 135 | 51 |
| Binary | 111 | 11001000 | 1101001 | 1100000 | 0 | 110000 | 10110 | 10010110 | 1011101 | 101001 |
Color Harmonies of #07C869
Complementary color
Monochromatic Colors of #07C869
Black with #07C869
Text Example
Text Example
White with #07C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C869; }
p { color: rgb(7,200,105); }
H1.HeaderClassName
{
color: #07C869;
}
.AnyTagClassName
{
color: #07C869;
}
</style>
background-color css
<style>
a { background-color: #07C869; }
a { background-color: rgb(7,200,105); }
div.DivClassName
{
background-color: #07C869;
}
.BgClassName
{
background-color: #07C869;
}
</style>
border-color css
<style>
span { border-color: #07C869; }
span { border-color: rgb(7,200,105); }
td.TdClassName
{
border-color: #07C869;
}
.TagClassName
{
border-color: #07C869;
}
</style>