Shades of Malachite #07CA6B
Tints of Malachite #07CA6B
RGB
CMYK
RGB Variations
Color information
#07CA6B (or 0x07CA6B) is known color: Malachite. HEX triplet: 07, CA and 6B. RGB value is (7,202,107). Sum of RGB (Red+Green+Blue) = 7+202+107=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA6B is #F83594. Grayscale: #858585. Windows color (decimal): -16266645 or 7064071. OLE color: 7064071.
HSL color Cylindrical-coordinate representation of color #07CA6B: hue angle of 150.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA6B is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 107 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.21 |
| HSL | 150.77º | 0.93% | 0.41% | - |
| HSV(B) | 150.77º | 0.97% | 0.79% | - |
| XYZ | 23.86 | 43.35 | 21.02 | - |
| YUV | 132.87 | 113.4 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 107 | 0.97 | 0 | 0.47 | 0.21 | 150.77 | 0.93 | 0.41 |
| Hex | 7 | CA | 6B | 61 | 0 | 2F | 15 | 97 | 5D | 29 |
| Octal | 7 | 312 | 153 | 141 | 0 | 57 | 25 | 227 | 135 | 51 |
| Binary | 111 | 11001010 | 1101011 | 1100001 | 0 | 101111 | 10101 | 10010111 | 1011101 | 101001 |
Color Harmonies of #07CA6B
Complementary color
Monochromatic Colors of #07CA6B
Black with #07CA6B
Text Example
Text Example
White with #07CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA6B; }
p { color: rgb(7,202,107); }
H1.HeaderClassName
{
color: #07CA6B;
}
.AnyTagClassName
{
color: #07CA6B;
}
</style>
background-color css
<style>
a { background-color: #07CA6B; }
a { background-color: rgb(7,202,107); }
div.DivClassName
{
background-color: #07CA6B;
}
.BgClassName
{
background-color: #07CA6B;
}
</style>
border-color css
<style>
span { border-color: #07CA6B; }
span { border-color: rgb(7,202,107); }
td.TdClassName
{
border-color: #07CA6B;
}
.TagClassName
{
border-color: #07CA6B;
}
</style>