Shades of Malachite #07C158
Tints of Malachite #07C158
RGB
CMYK
RGB Variations
Color information
#07C158 (or 0x07C158) is known color: Malachite. HEX triplet: 07, C1 and 58. RGB value is (7,193,88). Sum of RGB (Red+Green+Blue) = 7+193+88=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #07C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C158 is #F83EA7. Grayscale: #7D7D7D. Windows color (decimal): -16268968 or 5816583. OLE color: 5816583.
HSL color Cylindrical-coordinate representation of color #07C158: hue angle of 146.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C158 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 88 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.24 |
| HSL | 146.13º | 0.93% | 0.39% | - |
| HSV(B) | 146.13º | 0.96% | 0.76% | - |
| XYZ | 20.92 | 38.89 | 15.64 | - |
| YUV | 125.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 88 | 0.96 | 0 | 0.54 | 0.24 | 146.13 | 0.93 | 0.39 |
| Hex | 7 | C1 | 58 | 60 | 0 | 36 | 18 | 92 | 5D | 27 |
| Octal | 7 | 301 | 130 | 140 | 0 | 66 | 30 | 222 | 135 | 47 |
| Binary | 111 | 11000001 | 1011000 | 1100000 | 0 | 110110 | 11000 | 10010010 | 1011101 | 100111 |
Color Harmonies of #07C158
Complementary color
Monochromatic Colors of #07C158
Black with #07C158
Text Example
Text Example
White with #07C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C158; }
p { color: rgb(7,193,88); }
H1.HeaderClassName
{
color: #07C158;
}
.AnyTagClassName
{
color: #07C158;
}
</style>
background-color css
<style>
a { background-color: #07C158; }
a { background-color: rgb(7,193,88); }
div.DivClassName
{
background-color: #07C158;
}
.BgClassName
{
background-color: #07C158;
}
</style>
border-color css
<style>
span { border-color: #07C158; }
span { border-color: rgb(7,193,88); }
td.TdClassName
{
border-color: #07C158;
}
.TagClassName
{
border-color: #07C158;
}
</style>