Shades of Malachite #07E669
Tints of Malachite #07E669
RGB
CMYK
RGB Variations
Color information
#07E669 (or 0x07E669) is known color: Malachite. HEX triplet: 07, E6 and 69. RGB value is (7,230,105). Sum of RGB (Red+Green+Blue) = 7+230+105=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #07E669 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07E669 is #F81996. Grayscale: #959595. Windows color (decimal): -16259479 or 6940167. OLE color: 6940167.
HSL color Cylindrical-coordinate representation of color #07E669: hue angle of 146.37º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E669 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 230 | 105 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.10 |
| HSL | 146.37º | 0.94% | 0.46% | - |
| HSV(B) | 146.37º | 0.97% | 0.9% | - |
| XYZ | 30.93 | 57.66 | 22.86 | - |
| YUV | 149.07 | 103.12 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 105 | 0.97 | 0 | 0.54 | 0.10 | 146.37 | 0.94 | 0.46 |
| Hex | 7 | E6 | 69 | 61 | 0 | 36 | A | 92 | 5E | 2E |
| Octal | 7 | 346 | 151 | 141 | 0 | 66 | 12 | 222 | 136 | 56 |
| Binary | 111 | 11100110 | 1101001 | 1100001 | 0 | 110110 | 1010 | 10010010 | 1011110 | 101110 |
Color Harmonies of #07E669
Complementary color
Monochromatic Colors of #07E669
Black with #07E669
Text Example
Text Example
White with #07E669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E669; }
p { color: rgb(7,230,105); }
H1.HeaderClassName
{
color: #07E669;
}
.AnyTagClassName
{
color: #07E669;
}
</style>
background-color css
<style>
a { background-color: #07E669; }
a { background-color: rgb(7,230,105); }
div.DivClassName
{
background-color: #07E669;
}
.BgClassName
{
background-color: #07E669;
}
</style>
border-color css
<style>
span { border-color: #07E669; }
span { border-color: rgb(7,230,105); }
td.TdClassName
{
border-color: #07E669;
}
.TagClassName
{
border-color: #07E669;
}
</style>